Skip to content
Snippets Groups Projects
Commit 0bc2a9bb authored by MJB's avatar MJB
Browse files

sorting out bash ci executor is a short break from reading proposals

parent 2fe56a01
No related branches found
No related tags found
No related merge requests found
...@@ -13,4 +13,4 @@ ubuntu-xenial-16.04-cloudimg-console.log ...@@ -13,4 +13,4 @@ ubuntu-xenial-16.04-cloudimg-console.log
*$py.class *$py.class
**/.pytest_cache/ **/.pytest_cache/
build/ build/
reporc
...@@ -31,7 +31,7 @@ build:tests: ...@@ -31,7 +31,7 @@ build:tests:
- cd src/test - cd src/test
- python setup.py sdist --dist-dir=../../build - python setup.py sdist --dist-dir=../../build
- cd ../../src/service - cd ../../src/service
- python setup.py sdist --dist-dir=../../build - python setup.py sdist --dist-dir=../../build
artifacts: artifacts:
paths: paths:
- build/clmctest-SNAPSHOT.tar.gz - build/clmctest-SNAPSHOT.tar.gz
...@@ -45,8 +45,8 @@ test:all: ...@@ -45,8 +45,8 @@ test:all:
dependencies: dependencies:
- build:tests - build:tests
script: script:
- echo "REPO_USER=${REPO_USER}" > reporc # - echo "REPO_USER=${REPO_USER}" > reporc
- echo "REPO_PASS=${REPO_PASS}" >> reporc # - echo "REPO_PASS=${REPO_PASS}" >> reporc
- vagrant --fixture=scripts -- up - vagrant --fixture=scripts -- up
- vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz" - vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/clmctest-SNAPSHOT.tar.gz"
- vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.scripts" - vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.scripts"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment