From d397121c4450028ed08318edc2f57c4f9cfeb201 Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Mon, 10 Nov 2025 10:49:25 +0200 Subject: [PATCH 1/2] Test reactivation of unsupported BASOP test cases. --- .gitlab-ci/variables.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/variables.yml b/.gitlab-ci/variables.yml index e6419a3dc..a3e078a6f 100644 --- a/.gitlab-ci/variables.yml +++ b/.gitlab-ci/variables.yml @@ -1,4 +1,5 @@ variables: + BASOP_CI_BRANCH_PC_REPO: "ci/tjp-activate-basop-test-cases" TESTV_DIR: "/usr/local/testv" LTV_DIR: "/usr/local/ltv" EVS_BE_TEST_DIR_BASOP: "/usr/local/be_2_evs_basop" -- GitLab From ec78a7dff30e11cf34dbfc325c6a0fbcfe31b66b Mon Sep 17 00:00:00 2001 From: Tapani Pihlajakuja Date: Tue, 18 Nov 2025 10:25:17 +0200 Subject: [PATCH 2/2] Change CI repo branch to test renderer. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93d77386f..ff9fa55de 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-basop-tests-reactivation include: - project: ivas-codec-pc/ivas-codec-ci -- GitLab