Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ stages: - maintenance - build - test - test-optional - compare # --------------------------------------------------------------- Loading Loading @@ -375,9 +374,10 @@ be-2-evs-linux: - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_PIPELINE_SOURCE == 'merge_request_event' when: manual allow_failure: true tags: - be-2-evs-temp stage: test-optional stage: test needs: [ "build-codec-linux-cmake" ] timeout: "20 minutes" # To be revisited script: Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ stages: - maintenance - build - test - test-optional - compare # --------------------------------------------------------------- Loading Loading @@ -375,9 +374,10 @@ be-2-evs-linux: - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_PIPELINE_SOURCE == 'merge_request_event' when: manual allow_failure: true tags: - be-2-evs-temp stage: test-optional stage: test needs: [ "build-codec-linux-cmake" ] timeout: "20 minutes" # To be revisited script: Loading