Skip to content
Snippets Groups Projects
Commit 94bf067c authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-717: allow dockerize_TMSS immediately after build_SCU, hence allowing...

TMSS-717: allow dockerize_TMSS immediately after build_SCU, hence allowing deploy-tmss-test before unit/integration tests are done, speeding up commissioning. For other deployments the unit/integration tests do need to pass
parent e7a38dc4
No related branches found
No related tags found
1 merge request!447TMSS-717: merge commissioning fixes back to master
......@@ -211,8 +211,6 @@ dockerize_TMSS:
needs:
- job: build_SCU
artifacts: true
- job: integration_test_SCU
artifacts: false
#
# INTEGRATION TEST STAGE
......@@ -317,6 +315,8 @@ deploy-tmss-ua:
- ssh lofarsys@tmss-ua.control.lofar "docker-compose -f docker-compose-ua.yml up -d"
needs:
- dockerize_TMSS
- job: integration_test_SCU
artifacts: false
when: manual
only:
- "master"
......@@ -330,6 +330,8 @@ deploy-tmss-dockerhub:
- docker logout
needs:
- dockerize_TMSS
- job: integration_test_SCU
artifacts: false
when: manual
only:
- "master"
......
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