From f7b2ce2a9225b8941a52073f459bec4f12c5bb86 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 30 Sep 2025 09:12:33 +0200 Subject: [PATCH 1/3] Revert "skip hrtf loading test" This reverts commit 9870ae88230fb6b6c0aeec776cd1a90a545ed5f7. --- .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 c57217c03..817be6f79 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -82,7 +82,7 @@ variables: LOGS_BACKUP_SOURCE_DIR: "" LOGS_BACKUP_TARGET_DIR: "" # set this to true to skip the external HRTF testcases in pytest calls - DISABLE_HRTF: "true" + DISABLE_HRTF: "false" 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 24a05692b16d2aab2f07ebfdedbeeebb76dca6d0 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 30 Sep 2025 09:31:34 +0200 Subject: [PATCH 2/3] overwrite basop-ci-branch for testing --- .gitlab-ci/variables.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index 817be6f79..ed377ad5e 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -105,3 +105,4 @@ variables: - 'long-term-logs' - 'backup-long-term-logs' - 'test-long-self-test' + BASOP_CI_BRANCH_PC_REPO: kiene/update-external-hrtf-binaries -- GitLab From 8df3041fb80dc963e9c65f83d7bc11271cba91e5 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 30 Sep 2025 11:40:15 +0200 Subject: [PATCH 3/3] Revert "overwrite basop-ci-branch for testing" This reverts commit 24a05692b16d2aab2f07ebfdedbeeebb76dca6d0. --- .gitlab-ci/variables.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index ed377ad5e..817be6f79 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -105,4 +105,3 @@ variables: - 'long-term-logs' - 'backup-long-term-logs' - 'test-long-self-test' - BASOP_CI_BRANCH_PC_REPO: kiene/update-external-hrtf-binaries -- GitLab