From 9500b0032ef372d5e73fb63cb3df3c5342f51a1b Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Mon, 9 Feb 2026 17:37:28 +0530 Subject: [PATCH 1/2] Whitespace change to run pipeline --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d07d3edab..cd1d2c4d7 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ All rights reserved. ## Contacts -[List of 3GPP SA4 officials](https://www.3gpp.org/DynaReport/TSG-WG--S4--officials.htm). \ No newline at end of file +[List of 3GPP SA4 officials](https://www.3gpp.org/DynaReport/TSG-WG--S4--officials.htm). + -- GitLab From 0b5151ec7cb07e1bd1bb9a727551b42a29b66ef7 Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Tue, 10 Feb 2026 18:04:26 +0530 Subject: [PATCH 2/2] Change to use the fixed 24bit wav CI for testing. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f84bc99f..1559df023 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: # If you need to set some config variable only in a local branch, then add an overwrite here # One example is DISABLE_HRTF - this will be set on a branch which is about to be merged and will be removed in a subsequent second MR # this is more easily done directly here in the child repo - + BASOP_CI_SCRIPTS_BRANCH: "ci/24bit-wavs-for-wavdiff" # these lines are suposed to stay commented out to serve as an example # # set this to true to skip the external HRTF testcases in pytest calls # DISABLE_HRTF: "true" -- GitLab