From ba358a14bc1917e335cdc1dba5be4eccdb852693 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Thu, 2 Oct 2025 12:30:54 +0200 Subject: [PATCH 1/2] change ref for basop-ci-branch --- .gitlab-ci/variables.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index 817be6f79..cb4159feb 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: "re-enable-basop-testcases" 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 328604a69fdb23a8f19aacac46d5ee0b834fd8d9 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 7 Oct 2025 11:56:51 +0200 Subject: [PATCH 2/2] change 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 cb4159feb..17c05a548 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: "re-enable-basop-testcases" + 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