Commit e3dfc4e3 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Test Nokia runner 1

parent 6824baed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@
  extends:
    - .test-job-linux
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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
+1 −1
Original line number Diff line number Diff line
@@ -18,4 +18,4 @@ uninterruptible:
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
      when: always
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
+23 −23
Original line number Diff line number Diff line
@@ -912,7 +912,7 @@ fail-pipeline-if-in-draft:
      when: never
  stage: postvalidate
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  timeout: "60 minutes"
  stage: compare
  variables:
@@ -1648,7 +1648,7 @@ renderer-msan:
  needs: ["build-codec-linux-cmake"]
  stage: test
  tags: 
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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: 
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  script:
    - CLANG_NUM=1
    - SELFTEST_SANITY_TIMEOUT=180
@@ -1798,7 +1798,7 @@ codec-asan:
  extends:
    - .sanitizer-selftest-on-mr
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  script:
    - CLANG_NUM=2
    - SELFTEST_SANITY_TIMEOUT=180
@@ -1811,7 +1811,7 @@ codec-usan:
  extends:
    - .sanitizer-selftest-on-mr
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
    - 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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
    - 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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
    - 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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  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:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  before_script:
    - USE_LTV=1
    - REF_ENCODER_PATH=./$DUT_ENCODER_PATH
@@ -2090,7 +2090,7 @@ ivas-pytest-msan:
  extends:
    - .test-job-linux
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  resource_group: basop-long-sanitizers
  rules:
  - if: $CI_PIPELINE_SOURCE == 'push'
@@ -2109,7 +2109,7 @@ ivas-pytest-asan:
  extends:
    - .test-job-linux
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  resource_group: basop-long-sanitizers
  rules:
  - if: $CI_PIPELINE_SOURCE == 'push'
@@ -2128,7 +2128,7 @@ ivas-pytest-usan:
  extends:
    - .test-job-linux
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  resource_group: basop-long-sanitizers
  rules:
  - if: $CI_PIPELINE_SOURCE == 'push'
@@ -2332,7 +2332,7 @@ be-2-evs-26444:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "evs-26444"
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main"
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  stage: test
  needs: ["build-codec-linux-make"]
  timeout: "30 minutes"
@@ -2686,7 +2686,7 @@ ivas-conformance-linux:
pages:
  stage: deploy
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  rules:
    - if: $UPDATE_PAGES
  script:
+11 −11
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ branch-is-up-to-date-with-main-post:
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  needs: []
  before_script:
    - !reference [.job-linux, before_script]
@@ -389,7 +389,7 @@ codec-smoke-test-float:
    - .rules-merge-request-to-main
  timeout: "20 minutes"
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  stage: test
  needs:
    [
@@ -437,7 +437,7 @@ codec-msan:
    - .sanitizer-selftest-on-mr
    - .sanitizer-selftest-anchor
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  before_script:
    - !reference [.job-linux, before_script]
    - CLANG_NUM=1
@@ -463,7 +463,7 @@ codec-usan:
    - .sanitizer-selftest-on-mr
    - .sanitizer-selftest-anchor
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  before_script:
    - !reference [.job-linux, before_script]
    - CLANG_NUM=3
@@ -1477,7 +1477,7 @@ test-long-self-test:
  resource_group: ivas-long-self-test-resource
  timeout: "50 minutes"
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  rules:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'test-long-self-test'
  allow_failure:
@@ -1619,7 +1619,7 @@ ltv-msan:
    - if: $SANITIZER_SCHEDULE_E
  timeout: 5 hours
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  before_script:
    - !reference [.job-linux, before_script]
    - CLANG_NUM=1
@@ -1637,7 +1637,7 @@ ltv-asan:
      when: delayed
      start_in: 5 hours
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  timeout: 5 hours
  before_script:
    - !reference [.job-linux, before_script]
@@ -1656,7 +1656,7 @@ ltv-usan:
      when: delayed
      start_in: 8 hours
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  timeout: 5 hours
  before_script:
    - !reference [.job-linux, before_script]
@@ -1671,7 +1671,7 @@ ltv-usan:
  stage: test
  tags:
    - sanitizer_test_main
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  artifacts:
    name: "$CI_JOB_NAME--main--sha-$CI_COMMIT_SHORT_SHA"
    expire_in: 7 weeks
@@ -2195,7 +2195,7 @@ sanitizer-test-osba-planar-hoa3-ism4:
    - .test-job-linux-needs-testv-dir
    - .rules-main-scheduled
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  stage: test
  rules:
    - if: $COVERAGE_TEST
@@ -2228,7 +2228,7 @@ coverage-merge:
    - .rules-main-scheduled
    - .test-job-linux-needs-testv-dir
  tags:
    - test-nokia-basop-linux-runner-3
    - test-nokia-linux-runner
  stage: test
  rules:
    - if: $COVERAGE_TEST