From 7d14c27eadb1faafdb20f15828392c7b8aed964b Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 30 Sep 2025 09:14:03 +0200 Subject: [PATCH 1/5] Revert "skip hrtf loading tests" This reverts commit ebc6a749ac5ac103ebb9b0d57c0c18efffc42d53. --- .gitlab-ci/variables.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index e86fa27c2..31d69a643 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -81,8 +81,6 @@ variables: RUNNER_TAG: "ivas-basop-linux" LOGS_BACKUP_SOURCE_DIR: "" LOGS_BACKUP_TARGET_DIR: "" - # set this to true to skip the external HRTF testcases in pytest calls - DISABLE_HRTF: "true" 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 142fee341aed9750352404dabb408039a74a100f Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 30 Sep 2025 09:28:05 +0200 Subject: [PATCH 2/5] [revert-me] overwrite basop-ci-branch for testing --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93d77386f..66858870e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,3 +9,6 @@ include: file: main-basop.yml - local: .gitlab-ci/variables.yml - local: .gitlab-ci/rules-basis.yml + +variables: + BASOP_CI_BRANCH_PC_REPO: kiene/update-external-hrtf-binaries -- GitLab From 849043cf6e4806aec6205823c2c9de04327a381a Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 30 Sep 2025 09:30:12 +0200 Subject: [PATCH 3/5] Revert "[revert-me] overwrite basop-ci-branch for testing" This reverts commit 142fee341aed9750352404dabb408039a74a100f. --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66858870e..93d77386f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,3 @@ include: file: main-basop.yml - local: .gitlab-ci/variables.yml - local: .gitlab-ci/rules-basis.yml - -variables: - BASOP_CI_BRANCH_PC_REPO: kiene/update-external-hrtf-binaries -- GitLab From a30feeed29c8c5f5943f11a67bc419fc4a97ea5f Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 30 Sep 2025 09:31:34 +0200 Subject: [PATCH 4/5] 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 31d69a643..a1417c0b1 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -102,3 +102,4 @@ variables: - 'peaq-enc-passthrough' - 'long-term-logs' - 'backup-long-term-logs' + BASOP_CI_BRANCH_PC_REPO: kiene/update-external-hrtf-binaries -- GitLab From 60aac39ec19fba8796cea2be6c0158af623199ae Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Tue, 30 Sep 2025 11:40:48 +0200 Subject: [PATCH 5/5] Revert "overwrite basop-ci-branch for testing" This reverts commit a30feeed29c8c5f5943f11a67bc419fc4a97ea5f. --- .gitlab-ci/variables.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index a1417c0b1..31d69a643 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -102,4 +102,3 @@ variables: - 'peaq-enc-passthrough' - 'long-term-logs' - 'backup-long-term-logs' - BASOP_CI_BRANCH_PC_REPO: kiene/update-external-hrtf-binaries -- GitLab