diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2d25f6361bcf84c27f090a318f769c9e29898ae..439c1cfacfa207b1adc4672fbd2d7fccfff7bdcd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,8 +35,8 @@ build:tests: - python setup.py sdist --dist-dir=$CI_PROJECT_DIR/build artifacts: paths: - - build/clmctest-2.0.2.tar.gz - - build/clmcservice-2.0.2.tar.gz + - build/clmctest-2.0.3.tar.gz + - build/clmcservice-2.0.3.tar.gz expire_in: 1 day test:all: @@ -50,10 +50,10 @@ test:all: - echo "REPO_PASS=${REPO_PASS}" >> $CI_PROJECT_DIR/reporc - sudo scripts/test/fixture.sh create -f src/test/clmctest/rspec.json -r $CI_PROJECT_DIR -c all - sudo mkdir /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build - - sudo cp build/clmctest-2.0.2.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build - - sudo cp build/clmcservice-2.0.2.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build - - sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmctest-2.0.2.tar.gz - - sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmcservice-2.0.2.tar.gz + - sudo cp build/clmctest-2.0.3.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build + - sudo cp build/clmcservice-2.0.3.tar.gz /var/lib/lxd/containers/test-runner/rootfs/opt/clmc/build + - sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmctest-2.0.3.tar.gz + - sudo lxc exec test-runner -- pip3 install /opt/clmc/build/clmcservice-2.0.3.tar.gz - sudo lxc exec test-runner -- pytest -s --tb=short -rfp --pyargs clmctest when: on_success diff --git a/src/service/VERSION b/src/service/VERSION index 3391f8417e5d96317d5c25ca088eab68c25b5f6f..966cd76e5fb78bf3f154ef049c8de0476ed86910 100644 --- a/src/service/VERSION +++ b/src/service/VERSION @@ -1 +1 @@ -__version__ = "2.0.2" \ No newline at end of file +__version__ = "2.0.3" \ No newline at end of file diff --git a/src/test/VERSION b/src/test/VERSION index 3391f8417e5d96317d5c25ca088eab68c25b5f6f..966cd76e5fb78bf3f154ef049c8de0476ed86910 100644 --- a/src/test/VERSION +++ b/src/test/VERSION @@ -1 +1 @@ -__version__ = "2.0.2" \ No newline at end of file +__version__ = "2.0.3" \ No newline at end of file