Commit 021657ab authored by Jan Kiene's avatar Jan Kiene
Browse files

fix all remaining build job mentions

parent f5082575
Loading
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -293,7 +293,7 @@ workflow:
  needs:
    - job: branch-is-up-to-date-with-target-pre
      artifacts: true
    - job: build-codec-linux-make
    - job: build-codec-linux-clang-make

# template for test jobs on linux that need the TESTV_DIR
.test-job-linux-needs-testv-dir:
@@ -306,7 +306,7 @@ workflow:
# This anchor is the basis for manual and scheduled tests comparing to float ref (ivas-codec main branch)
.compare-to-ref-anchor: &compare-to-ref-anchor
  stage: test
  needs: ["build-codec-linux-make", "pytest-to-ref-pre"]
  needs: ["build-codec-linux-clang-make", "pytest-to-ref-pre"]
  timeout: "18 hours"
  variables:
    # keep "mld" in artifact name for backwards compatibility reasons
@@ -715,7 +715,7 @@ workflow:

.ivas-pytest-compare-to-input-anchor: &ivas-pytest-compare-to-input-anchor
  stage: test
  needs: ["build-codec-linux-make", "pytest-to-ref-pre"]
  needs: ["build-codec-linux-clang-make", "pytest-to-ref-pre"]
  timeout: "360 minutes"
  variables:
    SUMMARY_HTML_ARTIFACT_NAME: "summary_$CI_JOB_NAME.html"
@@ -1309,7 +1309,7 @@ split-rendering-pytest-on-merge-request:
  needs:
    [
      "build-codec-linux-clang-cmake",
      "build-codec-linux-make",
      "build-codec-linux-clang-make",
    ]
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh
@@ -1322,7 +1322,7 @@ split-rendering-pytest-on-merge-request:
    - .test-job-linux
    - .rules-merge-request
  stage: test
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  timeout: "5 minutes"
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
@@ -1399,7 +1399,7 @@ split-rendering-smoke-test:
  extends:
    - .test-job-linux
    - .rules-merge-request
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  stage: test
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
@@ -1424,7 +1424,7 @@ rtpdump-test:
  extends:
    - .test-job-linux
    - .rules-merge-request
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  stage: test
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
@@ -1467,7 +1467,7 @@ renderer-smoke-test:
  extends:
    - .test-job-linux
    - .rules-merge-request-to-main
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  stage: test
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
@@ -2015,7 +2015,7 @@ ivas-pytest-compare_ref-long-fx-fx-lev+10:
  extends:
    - .job-linux
  stage: test
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  timeout: "6 hours"
  parallel:
    matrix:
@@ -2342,7 +2342,7 @@ be-2-evs-26444:
  tags:
    - be-2-evs-basop
  stage: test
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  timeout: "30 minutes"
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
@@ -2405,7 +2405,7 @@ voip-be-on-merge-request:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "voip-be-test"
    # - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" # only have MR pipelines for MRs to main
  stage: test
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  timeout: "10 minutes"
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
@@ -2424,7 +2424,7 @@ check-be-between-renderer-framesizes:
  rules:
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "renderer-framesize-be"
  stage: test
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  script:
    - echo "$SHORT_TEST_SUITE"
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/build-binaries.sh float-ref
+11 −11
Original line number Diff line number Diff line
@@ -376,8 +376,8 @@ codec-smoke-test-float:
  needs:
    [
      "build-codec-linux-clang-cmake",
      "build-codec-linux-make",
      "build-codec-linux-instrumented-make",
      "build-codec-linux-clang-make",
      "build-codec-linux-instrumented-clang-make",
      "build-codec-sanitizers-linux",
    ]
  script:
@@ -462,8 +462,8 @@ pytest-compare-20ms-and-5ms-rendering:
  needs:
    [
      "build-codec-linux-clang-cmake",
      "build-codec-linux-make",
      "build-codec-linux-instrumented-make",
      "build-codec-linux-clang-make",
      "build-codec-linux-instrumented-clang-make",
      "build-codec-sanitizers-linux",
    ]
  script:
@@ -511,7 +511,7 @@ renderer-smoke-test:
  extends:
    - .test-job-linux
    - .rules-merge-request-to-main
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  stage: test
  script:
    - make -j IVAS_rend
@@ -592,7 +592,7 @@ renderer-pytest-on-merge-request:
  extends:
    - .test-job-linux-needs-testv-dir
    - .rules-merge-request-to-main
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  timeout: "25 minutes"
  stage: compare
  script:
@@ -642,7 +642,7 @@ split-rendering-smoke-test:
  extends:
    - .test-job-linux
    - .rules-merge-request-to-main
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  stage: test
  script:
    - make -j
@@ -665,7 +665,7 @@ split-rendering-voip-be-to-binaural:
  extends:
    - .test-job-linux
    - .rules-merge-request-to-main
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  stage: test
  script:
    - make -j
@@ -688,7 +688,7 @@ rtpdump-test:
  extends:
    - .test-job-linux
    - .rules-merge-request-to-main
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  stage: test
  script:
    - make -j
@@ -722,7 +722,7 @@ split-rendering-pytest-on-merge-request:
  extends:
    - .test-job-linux-needs-testv-dir
    - .rules-merge-request-to-main
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  # TODO: set reasonable timeout, will most likely take less
  timeout: "30 minutes"
  stage: compare
@@ -956,7 +956,7 @@ voip-be-on-merge-request:
    - .test-job-linux-needs-testv-dir
    - .rules-merge-request-to-main
  stage: test
  needs: ["build-codec-linux-make"]
  needs: ["build-codec-linux-clang-make"]
  timeout: "10 minutes"
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh