Loading .gitlab-ci.yml +15 −15 Original line number Diff line number Diff line Loading @@ -795,7 +795,7 @@ branch-is-up-to-date-with-target-pre: stage: prevalidate needs: [] tags: - ivas-linux - test-fhg-basop-runner-4 script: - *get-commits-behind-count - echo $commits_behind_count Loading @@ -810,7 +810,7 @@ branch-is-up-to-date-with-target-post: - .rules-merge-request stage: postvalidate tags: - ivas-linux - test-fhg-basop-runner-4 script: - *get-commits-behind-count - echo $commits_behind_count Loading Loading @@ -838,7 +838,7 @@ clang-format-check: ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix" stage: prevalidate tags: - ivas-linux - test-fhg-basop-runner-4 needs: [] timeout: "5 minutes" script: Loading Loading @@ -886,7 +886,7 @@ check-first-frame-is-sid: - .test-job-linux-needs-testv-dir - .rules-merge-request-to-float-pc tags: - ivas-linux - test-fhg-basop-runner-4 stage: test needs: ["build-codec-linux-make"] script: Loading Loading @@ -965,7 +965,7 @@ build-codec-linux-make: extends: - .build-job-linux tags: - ivas-linux - test-fhg-basop-runner-4 script: - *print-common-info - *activate-Werror-linux Loading @@ -984,7 +984,7 @@ build-codec-linux-instrumented-make: - .build-job-linux timeout: "7 minutes" tags: - ivas-linux - test-fhg-basop-runner-4 script: - *print-common-info - *update-scripts-repo Loading @@ -997,7 +997,7 @@ build-codec-sanitizers-linux: - .build-job-linux - .rules-basis tags: - ivas-linux - test-fhg-basop-runner-4 script: - *update-scripts-repo - *print-common-info Loading Loading @@ -1524,7 +1524,7 @@ voip-be-on-merge-request: extends: - .sanitizer-selftest-on-mr tags: - ivas-linux - test-fhg-basop-runner-4 before_script: - CLANG_NUM=1 - SELFTEST_SANITY_TIMEOUT=180 Loading @@ -1537,7 +1537,7 @@ voip-be-on-merge-request: extends: - .sanitizer-selftest-on-mr tags: - ivas-linux - test-fhg-basop-runner-4 before_script: - CLANG_NUM=2 - SELFTEST_SANITY_TIMEOUT=180 Loading @@ -1550,7 +1550,7 @@ voip-be-on-merge-request: extends: - .sanitizer-selftest-on-mr tags: - ivas-linux - test-fhg-basop-runner-4 before_script: - CLANG_NUM=3 - SELFTEST_SANITY_TIMEOUT=180 Loading Loading @@ -1643,7 +1643,7 @@ renderer-asan: - .rules-merge-request-to-float-pc needs: ["build-codec-linux-make"] tags: - ivas-linux - test-fhg-basop-runner-4 stage: test script: # was there from float repo. commented out until cmake is there Loading Loading @@ -1675,7 +1675,7 @@ renderer-msan: needs: ["build-codec-linux-make"] stage: test tags: - ivas-linux - test-fhg-basop-runner-4 script: # was there from float repo. commented out until cmake is there # - cmake -B cmake-build -G "Unix Makefiles" -DCLANG=asan -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true Loading Loading @@ -1706,7 +1706,7 @@ renderer-usan: needs: ["build-codec-linux-make"] stage: test tags: - ivas-linux - test-fhg-basop-runner-4 script: # was there from float repo. commented out until cmake is there # - cmake -B cmake-build -G "Unix Makefiles" -DCLANG=asan -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true Loading Loading @@ -1741,7 +1741,7 @@ renderer-pytest-on-merge-request: # TODO: set reasonable timeout, will most likely take less timeout: "20 minutes" tags: - ivas-linux - test-fhg-basop-runner-4 stage: compare script: - *print-common-info Loading Loading @@ -1786,7 +1786,7 @@ ivas-pytest-on-merge-request: needs: ["build-codec-linux-make"] #, "codec-smoke-test"] timeout: "14 minutes" tags: - ivas-linux - test-fhg-basop-runner-4 script: - *print-common-info - *get-commits-behind-count Loading Loading
.gitlab-ci.yml +15 −15 Original line number Diff line number Diff line Loading @@ -795,7 +795,7 @@ branch-is-up-to-date-with-target-pre: stage: prevalidate needs: [] tags: - ivas-linux - test-fhg-basop-runner-4 script: - *get-commits-behind-count - echo $commits_behind_count Loading @@ -810,7 +810,7 @@ branch-is-up-to-date-with-target-post: - .rules-merge-request stage: postvalidate tags: - ivas-linux - test-fhg-basop-runner-4 script: - *get-commits-behind-count - echo $commits_behind_count Loading Loading @@ -838,7 +838,7 @@ clang-format-check: ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix" stage: prevalidate tags: - ivas-linux - test-fhg-basop-runner-4 needs: [] timeout: "5 minutes" script: Loading Loading @@ -886,7 +886,7 @@ check-first-frame-is-sid: - .test-job-linux-needs-testv-dir - .rules-merge-request-to-float-pc tags: - ivas-linux - test-fhg-basop-runner-4 stage: test needs: ["build-codec-linux-make"] script: Loading Loading @@ -965,7 +965,7 @@ build-codec-linux-make: extends: - .build-job-linux tags: - ivas-linux - test-fhg-basop-runner-4 script: - *print-common-info - *activate-Werror-linux Loading @@ -984,7 +984,7 @@ build-codec-linux-instrumented-make: - .build-job-linux timeout: "7 minutes" tags: - ivas-linux - test-fhg-basop-runner-4 script: - *print-common-info - *update-scripts-repo Loading @@ -997,7 +997,7 @@ build-codec-sanitizers-linux: - .build-job-linux - .rules-basis tags: - ivas-linux - test-fhg-basop-runner-4 script: - *update-scripts-repo - *print-common-info Loading Loading @@ -1524,7 +1524,7 @@ voip-be-on-merge-request: extends: - .sanitizer-selftest-on-mr tags: - ivas-linux - test-fhg-basop-runner-4 before_script: - CLANG_NUM=1 - SELFTEST_SANITY_TIMEOUT=180 Loading @@ -1537,7 +1537,7 @@ voip-be-on-merge-request: extends: - .sanitizer-selftest-on-mr tags: - ivas-linux - test-fhg-basop-runner-4 before_script: - CLANG_NUM=2 - SELFTEST_SANITY_TIMEOUT=180 Loading @@ -1550,7 +1550,7 @@ voip-be-on-merge-request: extends: - .sanitizer-selftest-on-mr tags: - ivas-linux - test-fhg-basop-runner-4 before_script: - CLANG_NUM=3 - SELFTEST_SANITY_TIMEOUT=180 Loading Loading @@ -1643,7 +1643,7 @@ renderer-asan: - .rules-merge-request-to-float-pc needs: ["build-codec-linux-make"] tags: - ivas-linux - test-fhg-basop-runner-4 stage: test script: # was there from float repo. commented out until cmake is there Loading Loading @@ -1675,7 +1675,7 @@ renderer-msan: needs: ["build-codec-linux-make"] stage: test tags: - ivas-linux - test-fhg-basop-runner-4 script: # was there from float repo. commented out until cmake is there # - cmake -B cmake-build -G "Unix Makefiles" -DCLANG=asan -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true Loading Loading @@ -1706,7 +1706,7 @@ renderer-usan: needs: ["build-codec-linux-make"] stage: test tags: - ivas-linux - test-fhg-basop-runner-4 script: # was there from float repo. commented out until cmake is there # - cmake -B cmake-build -G "Unix Makefiles" -DCLANG=asan -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true Loading Loading @@ -1741,7 +1741,7 @@ renderer-pytest-on-merge-request: # TODO: set reasonable timeout, will most likely take less timeout: "20 minutes" tags: - ivas-linux - test-fhg-basop-runner-4 stage: compare script: - *print-common-info Loading Loading @@ -1786,7 +1786,7 @@ ivas-pytest-on-merge-request: needs: ["build-codec-linux-make"] #, "codec-smoke-test"] timeout: "14 minutes" tags: - ivas-linux - test-fhg-basop-runner-4 script: - *print-common-info - *get-commits-behind-count Loading