Loading .gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -197,14 +197,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - test-ericsson-linux-runner-5 - ivas-basop-linux .build-job-linux: stage: build timeout: "2 minutes" needs: [] tags: - test-ericsson-linux-runner-5 - ivas-basop-linux # template for test jobs on linux that need the TESTV_DIR .test-job-linux-needs-testv-dir: Loading @@ -214,7 +214,7 @@ stages: - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - cp -r scripts/testv/* $TESTV_DIR/ .ivas-pytest-mld-anchor: &ivas-pytest-mld-anchor .mv : &ivas-pytest-mld-anchor stage: test needs: ["build-codec-linux-make"] timeout: "240 minutes" Loading Loading @@ -682,7 +682,7 @@ be-2-evs-26444: pages: stage: deploy tags: - test-ericsson-linux-runner-5 - ivas-basop-linux rules: - if: $UPDATE_PAGES script: Loading Loading
.gitlab-ci.yml +4 −4 Original line number Diff line number Diff line Loading @@ -197,14 +197,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - test-ericsson-linux-runner-5 - ivas-basop-linux .build-job-linux: stage: build timeout: "2 minutes" needs: [] tags: - test-ericsson-linux-runner-5 - ivas-basop-linux # template for test jobs on linux that need the TESTV_DIR .test-job-linux-needs-testv-dir: Loading @@ -214,7 +214,7 @@ stages: - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - cp -r scripts/testv/* $TESTV_DIR/ .ivas-pytest-mld-anchor: &ivas-pytest-mld-anchor .mv : &ivas-pytest-mld-anchor stage: test needs: ["build-codec-linux-make"] timeout: "240 minutes" Loading Loading @@ -682,7 +682,7 @@ be-2-evs-26444: pages: stage: deploy tags: - test-ericsson-linux-runner-5 - ivas-basop-linux rules: - if: $UPDATE_PAGES script: Loading