Commit 8cb48230 authored by Jan Kiene's avatar Jan Kiene
Browse files

change tag name

parent c6dfa4ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@
  extends:
    - .test-job-linux
  tags:
    - 24.04
    - ubuntu_24_04
  timeout: 3 hours 30 minutes
  stage: test
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
# If a child job overwrites before_script, then use !reference to also add the part from this jobs
.job-linux:
  tags:
    - 24.04
    - ubuntu_24_04
  before_script:
    - |
      if [[ "$IVAS_CODEC_CI_REF" == "" ]]; then echo "Error: IVAS_CODEC_CI_REF not set" && exit 1; else echo "IVAS_CODEC_CI_REF set to: $IVAS_CODEC_CI_REF"; fi
+12 −12
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ uninterruptible:
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
      when: always
  tags:
    - 24.04
    - ubuntu_24_04

# ---------------------------------------------------------------
# Validation jobs
@@ -251,7 +251,7 @@ branch-is-up-to-date-with-main-post:
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never
  tags:
    - 24.04
    - ubuntu_24_04
  before_script:
    - !reference [.job-linux, before_script]
    - python3 scripts/prepare_combined_format_inputs.py
@@ -413,7 +413,7 @@ codec-smoke-test:
    - .rules-merge-request-to-main
  timeout: "20 minutes"
  tags:
    - 24.04
    - ubuntu_24_04
  stage: test
  needs:
    [
@@ -460,7 +460,7 @@ codec-msan:
    - .sanitizer-selftest-on-mr
    - .sanitizer-selftest-anchor
  tags:
    - 24.04
    - ubuntu_24_04
  before_script:
    - !reference [.job-linux, before_script]
    - CLANG_NUM=1
@@ -486,7 +486,7 @@ codec-usan:
    - .sanitizer-selftest-on-mr
    - .sanitizer-selftest-anchor
  tags:
    - 24.04
    - ubuntu_24_04
  before_script:
    - !reference [.job-linux, before_script]
    - CLANG_NUM=3
@@ -1501,7 +1501,7 @@ test-long-self-test:
  resource_group: ivas-long-self-test-resource
  timeout: "50 minutes"
  tags:
    - 24.04
    - ubuntu_24_04
  rules:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'test-long-self-test'
  allow_failure:
@@ -1643,7 +1643,7 @@ ltv-msan:
    - if: $SANITIZER_SCHEDULE_E
  timeout: 5 hours
  tags:
    - 24.04
    - ubuntu_24_04
  before_script:
    - !reference [.job-linux, before_script]
    - CLANG_NUM=1
@@ -1661,7 +1661,7 @@ ltv-asan:
      when: delayed
      start_in: 5 hours
  tags:
    - 24.04
    - ubuntu_24_04
  timeout: 5 hours
  before_script:
    - !reference [.job-linux, before_script]
@@ -1680,7 +1680,7 @@ ltv-usan:
      when: delayed
      start_in: 8 hours
  tags:
    - 24.04
    - ubuntu_24_04
  timeout: 5 hours
  before_script:
    - !reference [.job-linux, before_script]
@@ -1695,7 +1695,7 @@ ltv-usan:
  stage: test
  tags:
    - sanitizer_test_main
    - 24.04
    - ubuntu_24_04
  artifacts:
    name: "$CI_JOB_NAME--main--sha-$CI_COMMIT_SHORT_SHA"
    expire_in: 7 weeks
@@ -2219,7 +2219,7 @@ sanitizer-test-osba-planar-hoa3-ism4:
    - .test-job-linux-needs-testv-dir
    - .rules-main-scheduled
  tags:
    - 24.04
    - ubuntu_24_04
  stage: test
  rules:
    - if: $COVERAGE_TEST
@@ -2252,7 +2252,7 @@ coverage-merge:
    - .rules-main-scheduled
    - .test-job-linux-needs-testv-dir
  tags:
    - 24.04
    - ubuntu_24_04
  stage: test
  rules:
    - if: $COVERAGE_TEST