diff --git a/.gitignore b/.gitignore index c8d6cb72c310a31a84fe8f5a02cf9403bb615067..6430516993f3cbd8987e44aaa002104e4d830ff7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ ubuntu-xenial-16.04-cloudimg-console.log *$py.class **/.pytest_cache/ build/ -reporc + diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78a2c5d8db3394ce3982dfe065d9b9010898d318..58a0dd22566c1e165a85a9c53293c4ddd0dad0cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ build:tests: - cd src/test - python setup.py sdist --dist-dir=../../build - cd ../../src/service - - python setup.py sdist --dist-dir=../../build + - python setup.py sdist --dist-dir=../../build artifacts: paths: - build/clmctest-SNAPSHOT.tar.gz @@ -45,8 +45,8 @@ test:all: dependencies: - build:tests script: - - echo "REPO_USER=${REPO_USER}" > reporc - - echo "REPO_PASS=${REPO_PASS}" >> reporc +# - echo "REPO_USER=${REPO_USER}" > reporc +# - echo "REPO_PASS=${REPO_PASS}" >> reporc - 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 "pytest -s --pyargs clmctest.scripts"