Commit 8c7ec845 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Replace tag to nokia runner 2

parent 2dd7d1f6
Loading
Loading
Loading
Loading
+22 −22
Original line number Diff line number Diff line
@@ -912,7 +912,7 @@ fail-pipeline-if-in-draft:
      when: never
  stage: postvalidate
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  script:
    - echo "Your MR is still in Draft state, set it to ready to be mergable, then retrigger the pipeline."
    - exit 1
@@ -923,7 +923,7 @@ check-for-parallel-branch-in-float-repo:
    - .job-linux
  stage: prevalidate
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  script:
  # we need to source the script here so that the correct exit code is returned from the global job shell and the "allow_failure" recognizes it
  - source "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/check-for-parallel-branch-in-float-repo.sh
@@ -943,7 +943,7 @@ branch-is-up-to-date-with-target-pre:
  stage: prevalidate
  needs: []
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh
    - source "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/branch-is-up-to-date-with-target-pre.sh
@@ -961,7 +961,7 @@ branch-is-up-to-date-with-target-post:
    - .rules-merge-request-no-draft
  stage: postvalidate
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  script:
    - |
      commits_behind_count="$(bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/get-commits-behind-count.sh)"
@@ -1223,7 +1223,7 @@ renderer-pytest-on-merge-request:
    - .rules-merge-request-no-draft
  timeout: "90 minutes"
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  stage: compare
  variables:
    REPORT_XML: "report--$CI_JOB_NAME-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.xml"
@@ -1300,7 +1300,7 @@ ivas-pytest-on-merge-request:
    REPORT_HTML: "report--ivas_pytest_on_merge_request-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.html"
    REPORT_CSV: "report--ivas_pytest_on_merge_request-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.csv"
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - source "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/build-merge-target-binaries.sh
@@ -1364,7 +1364,7 @@ split-rendering-pytest-on-merge-request:
    - .test-job-linux-compares-to-fixed-target
    - .rules-merge-request-no-draft
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  timeout: "60 minutes"
  stage: compare
  variables:
@@ -1648,7 +1648,7 @@ renderer-msan:
  needs: ["build-codec-linux-cmake"]
  stage: test
  tags: 
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  script:
    - 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
@@ -1679,7 +1679,7 @@ renderer-usan:
  needs: ["build-codec-linux-cmake"]
  stage: test
  tags: 
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  script:
    - 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
@@ -1785,7 +1785,7 @@ codec-msan:
  extends:
    - .sanitizer-selftest-on-mr
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  script:
    - CLANG_NUM=1
    - SELFTEST_SANITY_TIMEOUT=180
@@ -1798,7 +1798,7 @@ codec-asan:
  extends:
    - .sanitizer-selftest-on-mr
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  script:
    - CLANG_NUM=2
    - SELFTEST_SANITY_TIMEOUT=180
@@ -1811,7 +1811,7 @@ codec-usan:
  extends:
    - .sanitizer-selftest-on-mr
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  script:
    - CLANG_NUM=3
    - SELFTEST_SANITY_TIMEOUT=180
@@ -1978,7 +1978,7 @@ ivas-pytest-compare_ref-long-dec:
    - .rules-pytest-long
    - .test-job-linux
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
    - high-memory-capacity
  before_script:
    - USE_LTV=1  
@@ -2005,7 +2005,7 @@ ivas-pytest-compare_ref-long-dec-lev-10:
    - .rules-pytest-long
    - .test-job-linux
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
    - high-memory-capacity
  before_script:
    - USE_LTV=1
@@ -2032,7 +2032,7 @@ ivas-pytest-compare_ref-long-dec-lev+10:
    - .rules-pytest-long
    - .test-job-linux
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
    - high-memory-capacity
  before_script:
    - USE_LTV=1  
@@ -2047,7 +2047,7 @@ ivas-pytest-compare_ref-long-fx-fx:
    - .rules-pytest-long-fx-fx
    - .test-job-linux
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  before_script:
    - USE_LTV=1
    - REF_ENCODER_PATH=./$DUT_ENCODER_PATH
@@ -2061,7 +2061,7 @@ ivas-pytest-compare_ref-long-fx-fx-lev-10:
    - .rules-pytest-long-fx-fx
    - .test-job-linux
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  before_script:
    - USE_LTV=1
    - REF_ENCODER_PATH=./$DUT_ENCODER_PATH
@@ -2075,7 +2075,7 @@ ivas-pytest-compare_ref-long-fx-fx-lev+10:
    - .rules-pytest-long-fx-fx
    - .test-job-linux
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  before_script:
    - USE_LTV=1
    - REF_ENCODER_PATH=./$DUT_ENCODER_PATH
@@ -2090,7 +2090,7 @@ ivas-pytest-msan:
  extends:
    - .test-job-linux
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  resource_group: basop-long-sanitizers
  rules:
  - if: $CI_PIPELINE_SOURCE == 'push'
@@ -2109,7 +2109,7 @@ ivas-pytest-asan:
  extends:
    - .test-job-linux
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  resource_group: basop-long-sanitizers
  rules:
  - if: $CI_PIPELINE_SOURCE == 'push'
@@ -2128,7 +2128,7 @@ ivas-pytest-usan:
  extends:
    - .test-job-linux
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  resource_group: basop-long-sanitizers
  rules:
  - if: $CI_PIPELINE_SOURCE == 'push'
@@ -2686,7 +2686,7 @@ ivas-conformance-linux:
pages:
  stage: deploy
  tags:
    - ubuntu_24_04
    - test-nokia-basop-linux-runner-2
  rules:
    - if: $UPDATE_PAGES
  script: