Skip to content
Snippets Groups Projects
Commit cb318e1c authored by Michael Boniface's avatar Michael Boniface
Browse files

Update .gitlab-ci.yml

parent 1ca52dae
No related branches found
No related tags found
No related merge requests found
stages:
- test
test_scripts:
test:scripts:
stage: test
before_script:
- vagrant --fixture=scripts -- destroy --force
......@@ -12,7 +12,7 @@ test_scripts:
- vagrant --fixture=scripts -- destroy --force
when: manual
test_streaming_sim:
test:streaming_sim:
stage: test
before_script:
- vagrant --fixture=streaming-sim -- destroy --force
......@@ -23,13 +23,13 @@ test_streaming_sim:
- vagrant --fixture=streaming-sim -- destroy --force
when: manual
test_telegraf_agents:
test:telegraf_agents:
stage: test
before_script:
- vagrant --fixture=telegraf-agents -- destroy --force
script:
- vagrant --fixture=telegraf-agents -- up
- vagrant --fixture=telegraf-agents -- ssh clmc-service -- -tt "cd /vagrant && pytest test/telegraf-agents/"
- vagrant --fixture=telegraf-agents -- ssh test-runner -- -tt "cd /vagrant && pytest test/telegraf-agents/"
after_script:
- vagrant --fixture=telegraf-agents -- destroy --force
when: manual
......
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