From de68c2890b7d1ca061f91ced7ccac1aa343ec0c2 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 18 Nov 2025 11:05:58 +0100 Subject: [PATCH 01/12] 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 93d77386f..3637d568e 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 basop-activate-all-testcases-in-basop-again include: - project: ivas-codec-pc/ivas-codec-ci -- GitLab From c876cdf2ea22270779256b8c745d2fba3ba5a5ba Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 18 Nov 2025 13:37:24 +0100 Subject: [PATCH 02/12] Revert "change CI ref" This reverts commit de68c2890b7d1ca061f91ced7ccac1aa343ec0c2. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3637d568e..93d77386f 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 basop-activate-all-testcases-in-basop-again + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF main include: - project: ivas-codec-pc/ivas-codec-ci -- GitLab From fbc8d490159fcdadc17f495d0d578992f777ed79 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 18 Nov 2025 13:38:49 +0100 Subject: [PATCH 03/12] change basop-ci-branch var --- .gitlab-ci/variables.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index e6419a3dc..97c761e5e 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -83,6 +83,7 @@ variables: LOGS_BACKUP_TARGET_DIR: "" # set this to true to skip the external HRTF testcases in pytest calls DISABLE_HRTF: "false" + BASOP_CI_BRANCH_PC_REPO: "synch-testvectors-between-main-and-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 f162cd6e62467b677552fd68d9ceea3beeb20174 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 18 Nov 2025 16:22:57 +0100 Subject: [PATCH 04/12] Revert "change basop-ci-branch var" This reverts commit fbc8d490159fcdadc17f495d0d578992f777ed79. --- .gitlab-ci/variables.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index 97c761e5e..e6419a3dc 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -83,7 +83,6 @@ variables: LOGS_BACKUP_TARGET_DIR: "" # set this to true to skip the external HRTF testcases in pytest calls DISABLE_HRTF: "false" - BASOP_CI_BRANCH_PC_REPO: "synch-testvectors-between-main-and-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 2a400e94a98c734c38c24703af4c99d569b960f2 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 18 Nov 2025 16:23:20 +0100 Subject: [PATCH 05/12] 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 93d77386f..2372b748d 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 synch-main-basop-ci-branch include: - project: ivas-codec-pc/ivas-codec-ci -- GitLab From c04e94337683172ed5d6a3b83d212e106e8aee1e Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 18 Nov 2025 16:25:11 +0100 Subject: [PATCH 06/12] Revert "change CI ref" This reverts commit 2a400e94a98c734c38c24703af4c99d569b960f2. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2372b748d..93d77386f 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 synch-main-basop-ci-branch + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF main include: - project: ivas-codec-pc/ivas-codec-ci -- GitLab From 31d19d9f3af12ed8dd0043d6df2a8f669913a12f Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 18 Nov 2025 16:25:33 +0100 Subject: [PATCH 07/12] Reapply "change basop-ci-branch var" This reverts commit f162cd6e62467b677552fd68d9ceea3beeb20174. --- .gitlab-ci/variables.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index e6419a3dc..97c761e5e 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -83,6 +83,7 @@ variables: LOGS_BACKUP_TARGET_DIR: "" # set this to true to skip the external HRTF testcases in pytest calls DISABLE_HRTF: "false" + BASOP_CI_BRANCH_PC_REPO: "synch-testvectors-between-main-and-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 a50eb619edec7a0f761921272e008ddf0339c69e Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 18 Nov 2025 16:25:56 +0100 Subject: [PATCH 08/12] ange basop ci branch --- .gitlab-ci/variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index 97c761e5e..aa910aab7 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -83,7 +83,7 @@ variables: LOGS_BACKUP_TARGET_DIR: "" # set this to true to skip the external HRTF testcases in pytest calls DISABLE_HRTF: "false" - BASOP_CI_BRANCH_PC_REPO: "synch-testvectors-between-main-and-basop-ci-branch" + BASOP_CI_BRANCH_PC_REPO: "synch-main-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 f058c0d31cb88a5afbbc05efd2107d0310be4714 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 18 Nov 2025 16:48:30 +0100 Subject: [PATCH 09/12] 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 93d77386f..798fc6407 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 adjustments-for-updated-basop-ci-branch include: - project: ivas-codec-pc/ivas-codec-ci -- GitLab From 9f3992719e481472ad10c52484836849b0576dea Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 20 Nov 2025 10:25:19 +0100 Subject: [PATCH 10/12] dummy commit -- GitLab From 9deb6811562724830c2360d3c5b0bd511dc6ecab Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 20 Nov 2025 11:15:41 +0100 Subject: [PATCH 11/12] dummy commit -- GitLab From 0fce5b91a20e5adce6ef3a26808a432775e915a8 Mon Sep 17 00:00:00 2001 From: Archit Tamarapu Date: Thu, 20 Nov 2025 11:29:27 +0100 Subject: [PATCH 12/12] dummy commit -- GitLab