Loading src/tests/ryu-openflow/.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -55,12 +55,12 @@ build ryu-openflow: # Deploy TeraFlowSDN and Execute end-2-end test end2end_test ryu-openflow: timeout: 90m variables: TEST_NAME: 'ryu-openflow' IMAGE_TAG: 'mr$CI_MERGE_REQUEST_IID' stage: end2end_test #end2end_test ryu-openflow: #timeout: 90m #variables: #TEST_NAME: 'ryu-openflow' #IMAGE_TAG: 'mr$CI_MERGE_REQUEST_IID' #stage: end2end_test # Disable to force running it after all other tasks #needs: # - build ryu-openflow Loading Loading
src/tests/ryu-openflow/.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -55,12 +55,12 @@ build ryu-openflow: # Deploy TeraFlowSDN and Execute end-2-end test end2end_test ryu-openflow: timeout: 90m variables: TEST_NAME: 'ryu-openflow' IMAGE_TAG: 'mr$CI_MERGE_REQUEST_IID' stage: end2end_test #end2end_test ryu-openflow: #timeout: 90m #variables: #TEST_NAME: 'ryu-openflow' #IMAGE_TAG: 'mr$CI_MERGE_REQUEST_IID' #stage: end2end_test # Disable to force running it after all other tasks #needs: # - build ryu-openflow Loading