From 998361f38bacef817df214abb1afd689fa0cee75 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 10 Sep 2024 13:25:16 +0200 Subject: [PATCH 1/3] add new label for complexity jobs --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e1746bcc..069ffef4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -960,6 +960,9 @@ ivas-pytest-renderer: .complexity-template: extends: - .test-job-linux + tags: + - ivas-basop-linux + - complexity timeout: 3 hours 30 minutes stage: test variables: -- GitLab From 37f3b1c5ab9a15fe49d034b660abcbfce5b086a1 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 11 Sep 2024 08:08:33 +0200 Subject: [PATCH 2/3] change ci branch to test new stuff --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 069ffef4b..fb6027a68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ variables: REF_DECODER_PATH: "./IVAS_dec_ref" LEVEL_SCALING: "1.0" IVAS_PIPELINE_NAME: '' - BASOP_CI_BRANCH_PC_REPO: "basop-ci-branch" + BASOP_CI_BRANCH_PC_REPO: "ci/basop-complexity-page-test" PRM_FILES: "scripts/config/self_test.prm scripts/config/self_test_ltv.prm" TESTCASE_TIMEOUT_STV: 900 TESTCASE_TIMEOUT_LTV: 2400 -- GitLab From f35d00cd68f0be6f1e0126985482cb76d7df1311 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 11 Sep 2024 09:14:10 +0200 Subject: [PATCH 3/3] change tag to test runner which was failing before --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fb6027a68..eeb48f409 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -961,8 +961,7 @@ ivas-pytest-renderer: extends: - .test-job-linux tags: - - ivas-basop-linux - - complexity + - test-dolby-linux-runner timeout: 3 hours 30 minutes stage: test variables: -- GitLab