From 3680f0bec90a979490f927dbb87b1dfe11a70d2f Mon Sep 17 00:00:00 2001 From: norvell Date: Wed, 5 Jun 2024 11:45:26 +0000 Subject: [PATCH 1/4] Expand LONG_TEST_SUITE to include STV tests for MASA and SBA that are not covered by self_test_ltv.prm. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a29792fa8..f8e5b2b22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: SCRIPTS_DIR: "/usr/local/scripts" EXIT_CODE_NON_BE: 123 EXIT_CODE_FAIL: 1 - LONG_TEST_SUITE: "tests/codec_be_on_mr_nonselection/test_param_file.py tests/renderer --param_file scripts/config/self_test_ltv.prm" + LONG_TEST_SUITE: "tests/codec_be_on_mr_nonselection tests/renderer --param_file scripts/config/self_test_ltv.prm" SHORT_TEST_SUITE: "tests/codec_be_on_mr_nonselection" TEST_SUITE: "" DUT_ENCODER_PATH: "./IVAS_cod" -- GitLab From eb441f3a993735f395b92f4739d968e4a730eb4a Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Mon, 10 Jun 2024 09:34:08 +0200 Subject: [PATCH 2/4] Use only Ericsson Linux runner 5 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8e5b2b22..f37aacd81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -197,14 +197,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - - ivas-basop-linux + - test-ericsson-linux-runner-5 .build-job-linux: stage: build timeout: "2 minutes" needs: [] tags: - - ivas-basop-linux + - test-ericsson-linux-runner-5 # template for test jobs on linux that need the TESTV_DIR .test-job-linux-needs-testv-dir: @@ -682,7 +682,7 @@ be-2-evs-26444: pages: stage: deploy tags: - - ivas-basop-linux + - test-ericsson-linux-runner-5 rules: - if: $UPDATE_PAGES script: -- GitLab From 948ed383c8d27b48091d62ba5a9bd32c0acae0a0 Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Mon, 10 Jun 2024 14:45:11 +0200 Subject: [PATCH 3/4] Revert tag ivas-basop-linux --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f37aacd81..d4111c426 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -197,14 +197,14 @@ stages: # templates to define stages and platforms .test-job-linux: tags: - - test-ericsson-linux-runner-5 + - ivas-basop-linux .build-job-linux: stage: build timeout: "2 minutes" needs: [] tags: - - test-ericsson-linux-runner-5 + - ivas-basop-linux # template for test jobs on linux that need the TESTV_DIR .test-job-linux-needs-testv-dir: @@ -214,7 +214,7 @@ stages: - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - cp -r scripts/testv/* $TESTV_DIR/ -.ivas-pytest-mld-anchor: &ivas-pytest-mld-anchor +.mv : &ivas-pytest-mld-anchor stage: test needs: ["build-codec-linux-make"] timeout: "240 minutes" @@ -682,7 +682,7 @@ be-2-evs-26444: pages: stage: deploy tags: - - test-ericsson-linux-runner-5 + - ivas-basop-linux rules: - if: $UPDATE_PAGES script: -- GitLab From b2662aadb1974885d34c58098d0844211c43b017 Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Mon, 10 Jun 2024 14:47:22 +0200 Subject: [PATCH 4/4] Fix typo in .gitlab-ci.yml committed by accident --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4111c426..f8e5b2b22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -214,7 +214,7 @@ stages: - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi - cp -r scripts/testv/* $TESTV_DIR/ -.mv : &ivas-pytest-mld-anchor +.ivas-pytest-mld-anchor: &ivas-pytest-mld-anchor stage: test needs: ["build-codec-linux-make"] timeout: "240 minutes" -- GitLab