Loading .gitlab-ci.yml +7 −7 Original line number Diff line number Diff line Loading @@ -818,9 +818,9 @@ fail-pipeline-if-in-draft: - exit 1 # this branch runs on merges to main-pc only and will fail if the branch itself does not conform to the naming conventions check-naming-of-branch-for-main-pc-merges: check-naming-of-branch-for-basop-update-merges: extends: - .rules-merge-request-to-main-pc - .rules-merge-request-to-main stage: prevalidate tags: - ivas-linux Loading Loading @@ -928,7 +928,7 @@ clang-format-check: .check-bitexactness-hrtf-rom-and-file: extends: - .test-job-linux - .rules-merge-request-to-main-pc - .rules-merge-request-to-main stage: test needs: ["build-codec-linux-make"] timeout: "5 minutes" Loading Loading @@ -1246,7 +1246,7 @@ renderer-pytest-on-merge-request: extends: - .test-job-linux-needs-testv-dir - .test-job-linux-compares-to-fixed-target - .rules-merge-request-to-main-pc - .rules-merge-request-to-main # TODO: set reasonable timeout, will most likely take less timeout: "20 minutes" tags: Loading Loading @@ -1300,7 +1300,7 @@ ivas-pytest-on-merge-request: extends: - .test-job-linux-needs-testv-dir - .test-job-linux-compares-to-fixed-target - .rules-merge-request-to-main-pc - .rules-merge-request-to-main stage: compare timeout: "40 minutes" tags: Loading Loading @@ -1356,7 +1356,7 @@ split-rendering-pytest-on-merge-request: extends: - .test-job-linux-needs-testv-dir - .test-job-linux-compares-to-fixed-target - .rules-merge-request-to-main-pc - .rules-merge-request-to-main timeout: "60 minutes" stage: compare script: Loading Loading @@ -1476,7 +1476,7 @@ split-rendering-smoke-test: lc3-wrapper-unit-test: extends: - .test-job-linux - .rules-merge-request-to-main-pc - .rules-merge-request-to-main needs: ["build-codec-linux-make"] stage: test script: Loading Loading
.gitlab-ci.yml +7 −7 Original line number Diff line number Diff line Loading @@ -818,9 +818,9 @@ fail-pipeline-if-in-draft: - exit 1 # this branch runs on merges to main-pc only and will fail if the branch itself does not conform to the naming conventions check-naming-of-branch-for-main-pc-merges: check-naming-of-branch-for-basop-update-merges: extends: - .rules-merge-request-to-main-pc - .rules-merge-request-to-main stage: prevalidate tags: - ivas-linux Loading Loading @@ -928,7 +928,7 @@ clang-format-check: .check-bitexactness-hrtf-rom-and-file: extends: - .test-job-linux - .rules-merge-request-to-main-pc - .rules-merge-request-to-main stage: test needs: ["build-codec-linux-make"] timeout: "5 minutes" Loading Loading @@ -1246,7 +1246,7 @@ renderer-pytest-on-merge-request: extends: - .test-job-linux-needs-testv-dir - .test-job-linux-compares-to-fixed-target - .rules-merge-request-to-main-pc - .rules-merge-request-to-main # TODO: set reasonable timeout, will most likely take less timeout: "20 minutes" tags: Loading Loading @@ -1300,7 +1300,7 @@ ivas-pytest-on-merge-request: extends: - .test-job-linux-needs-testv-dir - .test-job-linux-compares-to-fixed-target - .rules-merge-request-to-main-pc - .rules-merge-request-to-main stage: compare timeout: "40 minutes" tags: Loading Loading @@ -1356,7 +1356,7 @@ split-rendering-pytest-on-merge-request: extends: - .test-job-linux-needs-testv-dir - .test-job-linux-compares-to-fixed-target - .rules-merge-request-to-main-pc - .rules-merge-request-to-main timeout: "60 minutes" stage: compare script: Loading Loading @@ -1476,7 +1476,7 @@ split-rendering-smoke-test: lc3-wrapper-unit-test: extends: - .test-job-linux - .rules-merge-request-to-main-pc - .rules-merge-request-to-main needs: ["build-codec-linux-make"] stage: test script: Loading