From 82aa5ae000d803348e665602dd6fb88c83f6a594 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 3 Dec 2025 09:34:21 +0100 Subject: [PATCH 1/9] 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 3f84bc99f..512ce3866 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 cleanup-ivas-float-update-remains # 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 -- GitLab From 925851f17c6bb5c3e30d3a0c7d9afa075ee134eb Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 3 Dec 2025 09:35:50 +0100 Subject: [PATCH 2/9] 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 512ce3866..ce24eded4 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 cleanup-ivas-float-update-remains + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF knj/cleanup-and-simplification # 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 -- GitLab From 035e6dfb916e3a9eb566b34aa166d538aec9f743 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 3 Dec 2025 09:39:39 +0100 Subject: [PATCH 3/9] Revert "change CI ref" This reverts commit 925851f17c6bb5c3e30d3a0c7d9afa075ee134eb. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce24eded4..512ce3866 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 knj/cleanup-and-simplification + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF cleanup-ivas-float-update-remains # 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 -- GitLab From 397b2b909453aeca4ee5b3a202d87db1d2999a35 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 3 Dec 2025 09:56:01 +0100 Subject: [PATCH 4/9] Reapply "change CI ref" This reverts commit 035e6dfb916e3a9eb566b34aa166d538aec9f743. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 512ce3866..ce24eded4 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 cleanup-ivas-float-update-remains + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF knj/cleanup-and-simplification # 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 -- GitLab From 85ea0277d8b9dc6b18eedcadcbd1b85631bc6907 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 3 Dec 2025 10:56:20 +0100 Subject: [PATCH 5/9] Revert "Reapply "change CI ref"" This reverts commit 397b2b909453aeca4ee5b3a202d87db1d2999a35. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce24eded4..512ce3866 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 knj/cleanup-and-simplification + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF cleanup-ivas-float-update-remains # 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 -- GitLab From c0c0054a0849a9c4619439842153fa5181b2b334 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Wed, 3 Dec 2025 10:56:54 +0100 Subject: [PATCH 6/9] Reapply "Reapply "change CI ref"" This reverts commit 85ea0277d8b9dc6b18eedcadcbd1b85631bc6907. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 512ce3866..ce24eded4 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 cleanup-ivas-float-update-remains + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF knj/cleanup-and-simplification # 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 -- GitLab From 0220396080698a8d4ae82bc64c1983f990977821 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Fri, 5 Dec 2025 10:53:59 +0100 Subject: [PATCH 7/9] 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 ce24eded4..e85ec2a3c 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 knj/cleanup-and-simplification + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF implement-new-naming-scheme-for-parallel-merge-requests # 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 -- GitLab From 1c9a933eb87dd2734729ece9b47ff151e3f8ccb1 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Thu, 11 Dec 2025 11:16:02 +0100 Subject: [PATCH 8/9] 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 e85ec2a3c..aaa50ac83 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 implement-new-naming-scheme-for-parallel-merge-requests + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF kiene/experiment-delete-rules-basis # 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 -- GitLab From 9bf3fcc556ab2d462a1ef2977866dee558478468 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Thu, 11 Dec 2025 11:31:48 +0100 Subject: [PATCH 9/9] 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 aaa50ac83..e42e80e7a 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 kiene/experiment-delete-rules-basis + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF kiene/cleanup # 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 -- GitLab