Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 2cd9604cf9a4eb927076e21ff181098a837ea9f6 IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 1ed1eb9dba06245fbcc80bcd24ea43be284f7f8e include: - local: .gitlab-ci/variables.yml Loading Loading @@ -238,7 +238,7 @@ branch-is-up-to-date-with-main-post: .basop-ci-branch-compat-template: extends: - .test-job-linux - .rules-merge-request-to-basop-ci-branch - .rules-merge-request-to-basop-ci-branch-pc tags: - ivas-linux before_script: Loading Loading @@ -401,7 +401,7 @@ build-codec-windows-msbuild: codec-smoke-test: extends: - .test-job-linux-needs-testv-dir - .rules-merge-request-to-basop-ci-branch-or-main - .rules-merge-request-to-basop-ci-branch-pc-or-main timeout: "20 minutes" tags: - ivas-linux-fast Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 2cd9604cf9a4eb927076e21ff181098a837ea9f6 IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF 1ed1eb9dba06245fbcc80bcd24ea43be284f7f8e include: - local: .gitlab-ci/variables.yml Loading Loading @@ -238,7 +238,7 @@ branch-is-up-to-date-with-main-post: .basop-ci-branch-compat-template: extends: - .test-job-linux - .rules-merge-request-to-basop-ci-branch - .rules-merge-request-to-basop-ci-branch-pc tags: - ivas-linux before_script: Loading Loading @@ -401,7 +401,7 @@ build-codec-windows-msbuild: codec-smoke-test: extends: - .test-job-linux-needs-testv-dir - .rules-merge-request-to-basop-ci-branch-or-main - .rules-merge-request-to-basop-ci-branch-pc-or-main timeout: "20 minutes" tags: - ivas-linux-fast Loading