Commit e1f03be3 authored by norvell's avatar norvell
Browse files

Setup MR pipeline rules for basop-ci-branch-pc

parent 91f4fe10
Loading
Loading
Loading
Loading
Loading
+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
@@ -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:
@@ -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