Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -1642,12 +1642,10 @@ ivas-long-term-job-logs: rules: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "long-term-logs" - if: $CI_PIPELINE_SOURCE == 'schedule' tags: - ivas-linux stage: .pre timeout: "20 minutes" script: - !reference [ before_script ] - !reference [ .job-linux, before_script ] - set -euxo pipefail - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh Loading Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -1642,12 +1642,10 @@ ivas-long-term-job-logs: rules: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "long-term-logs" - if: $CI_PIPELINE_SOURCE == 'schedule' tags: - ivas-linux stage: .pre timeout: "20 minutes" script: - !reference [ before_script ] - !reference [ .job-linux, before_script ] - set -euxo pipefail - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh Loading