From 9f1a28be562a38ef6a48b2a0856d995b128c033e Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Wed, 25 Feb 2026 13:48:32 +0200 Subject: [PATCH 1/4] Test Nokia runner 2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f84bc99f..7849f76c7 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 tjp/test-nokia-runner-2-update # 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 cf501221bdcf5223e48ccbdc384847ced190842f Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Wed, 25 Feb 2026 13:55:03 +0200 Subject: [PATCH 2/4] Test Nokia runner 2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7849f76c7..6d7436ad3 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 tjp/test-nokia-runner-2-update + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF tjp-test-nokia-runner-2-update # 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 6992782561754efec1fdd72a5a021a87c603976e Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Wed, 25 Feb 2026 14:07:18 +0200 Subject: [PATCH 3/4] Switch to default test branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d7436ad3..9108e4709 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 tjp-test-nokia-runner-2-update + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF kiene/test-runner-platform-update # 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 9bf248c36ee633c5f744df6758ce0b837d65441d Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Wed, 25 Feb 2026 14:20:25 +0200 Subject: [PATCH 4/4] Switch back to test tag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9108e4709..6d7436ad3 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/test-runner-platform-update + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF tjp-test-nokia-runner-2-update # 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