Commit 06825ef3 authored by Jan Kiene's avatar Jan Kiene
Browse files

use basop-compat stage + change CI ref

parent 5d931328
Loading
Loading
Loading
Loading
Loading
+2 −1
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 main
  IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF move-basop-ci-to-main

include:
  - local: .gitlab-ci/variables.yml
@@ -233,6 +233,7 @@ branch-is-up-to-date-with-main-post:
.basop-ci-branch-compat-template:
  extends:
    - .test-job-linux
  stage: basop-compat
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"
      when: manual