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

commit ref name test

parent f83d90fd
No related branches found
No related tags found
No related merge requests found
variables:
CONTAINER_NAME: clmctest-$CI_COMMIT_REF_NAME.tar.gz
stages:
- build
- test
......@@ -15,7 +15,7 @@ test:
stage: test
script:
- vagrant --fixture=scripts -- up
- vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/clmctest-$CI_COMMIT_REF_NAME.tar.gz"
- vagrant --fixture=scripts -- ssh test-runner -- -tt "pip3 install /vagrant/build/clmctest-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHA.tar.gz"
- vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.scripts"
- vagrant --fixture=monitoring -- up
- vagrant --fixture=scripts -- ssh test-runner -- -tt "pytest -s --pyargs clmctest.monitoring"
......
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