From 0ea82492949d48181f0fd89ca0784571d1029b9a Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Mon, 4 Aug 2025 11:22:40 +0200 Subject: [PATCH 1/8] change CI ref --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8136fa46b..2d880662c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information - IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF main + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF kiene/review-tags-timeouts-and-job-dependencies include: - local: .gitlab-ci/variables.yml -- GitLab From c064e35a28ef553f7e0c21edf79cf32b80a4711f Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Mon, 4 Aug 2025 14:35:45 +0200 Subject: [PATCH 2/8] change CI ref --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d880662c..5d87b0dd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information - IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF kiene/review-tags-timeouts-and-job-dependencies + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF test-naming-check include: - local: .gitlab-ci/variables.yml -- GitLab From 68dc6560ac8d24571bc11fd4ea37203e3d9f1e82 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Mon, 4 Aug 2025 17:02:00 +0200 Subject: [PATCH 3/8] dummy commit to trigger CI -- GitLab From c2d07e41907752079c76c4653e1922525bbea3db Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Mon, 4 Aug 2025 17:13:15 +0200 Subject: [PATCH 4/8] dummy commit to trigger CI -- GitLab From d93907e29d3b4a4ae317896ff3643d9fb6e0d633 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 5 Aug 2025 08:08:14 +0200 Subject: [PATCH 5/8] overwrite basop ci branch ref for testing the updates there --- .gitlab-ci/variables.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index 31d69a643..1379232c9 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -81,6 +81,7 @@ variables: RUNNER_TAG: "ivas-basop-linux" LOGS_BACKUP_SOURCE_DIR: "" LOGS_BACKUP_TARGET_DIR: "" + BASOP_CI_BRANCH_PC_REPO: "update-basop-ci-branch" MANUAL_PIPELINE_TYPE: description: "Type for the manual pipeline run. Use 'pytest-compare' to run comparison test against reference float codec." value: 'default' -- GitLab From 83be30eef7918d4978b201a47e23dd0a249ffa17 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 5 Aug 2025 08:16:01 +0200 Subject: [PATCH 6/8] change order of includes --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d87b0dd0..7becc018f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ variables: IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF test-naming-check include: - - local: .gitlab-ci/variables.yml - - local: .gitlab-ci/rules-basis.yml - project: ivas-codec-pc/ivas-codec-ci ref: *IVAS_CODEC_CI_REF file: main-basop.yml + - local: .gitlab-ci/variables.yml + - local: .gitlab-ci/rules-basis.yml -- GitLab From 46c057947d30465d3cd8582699b654c1e3285e00 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 5 Aug 2025 08:27:33 +0200 Subject: [PATCH 7/8] Revert "change order of includes" This reverts commit 83be30eef7918d4978b201a47e23dd0a249ffa17. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7becc018f..5d87b0dd0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ variables: IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF test-naming-check include: + - local: .gitlab-ci/variables.yml + - local: .gitlab-ci/rules-basis.yml - project: ivas-codec-pc/ivas-codec-ci ref: *IVAS_CODEC_CI_REF file: main-basop.yml - - local: .gitlab-ci/variables.yml - - local: .gitlab-ci/rules-basis.yml -- GitLab From 867c2f09c85a4627cc7e5ad3c301092fda0c3f71 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 5 Aug 2025 11:32:01 +0200 Subject: [PATCH 8/8] change CI ref back --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d87b0dd0..8136fa46b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information - IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF test-naming-check + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF main include: - local: .gitlab-ci/variables.yml -- GitLab