Loading src/tests/ryu-openflow/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ build ryu-openflow: timeout: 20m variables: TEST_NAME: 'ryu-openflow' IMAGE_TAG: 'mr$CI_MERGE_REQUEST_IID' IMAGE_TAG: "candidate-${CI_COMMIT_SHORT_SHA}" stage: build before_script: - bash scripts/dockerhub_login.sh Loading Loading @@ -54,7 +54,7 @@ end2end_test ryu-openflow: timeout: 45m variables: TEST_NAME: 'ryu-openflow' IMAGE_TAG: 'mr$CI_MERGE_REQUEST_IID' IMAGE_TAG: "candidate-${CI_COMMIT_SHORT_SHA}" stage: end2end_test # Disable to force running it after all other tasks #needs: Loading Loading
src/tests/ryu-openflow/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ build ryu-openflow: timeout: 20m variables: TEST_NAME: 'ryu-openflow' IMAGE_TAG: 'mr$CI_MERGE_REQUEST_IID' IMAGE_TAG: "candidate-${CI_COMMIT_SHORT_SHA}" stage: build before_script: - bash scripts/dockerhub_login.sh Loading Loading @@ -54,7 +54,7 @@ end2end_test ryu-openflow: timeout: 45m variables: TEST_NAME: 'ryu-openflow' IMAGE_TAG: 'mr$CI_MERGE_REQUEST_IID' IMAGE_TAG: "candidate-${CI_COMMIT_SHORT_SHA}" stage: end2end_test # Disable to force running it after all other tasks #needs: Loading