From 20f09e500c79777627c5b569d4c717c60db53c51 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 6 Sep 2024 15:51:12 +0200 Subject: Conforms with jjb 5.x+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also updates to last jjb release and py12 Change-Id: I7c2185c171d79d97c9f818bbb0db61e6ed6eeac8 Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting-pi.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'jjb/functest/xtesting-pi.yaml') diff --git a/jjb/functest/xtesting-pi.yaml b/jjb/functest/xtesting-pi.yaml index 86ac98f30..79217bdcf 100644 --- a/jjb/functest/xtesting-pi.yaml +++ b/jjb/functest/xtesting-pi.yaml @@ -1,16 +1,18 @@ --- -- xtesting-pi-containers: &xtesting-pi-containers +- _xtesting-pi-containers: &xtesting-pi-containers name: 'xtesting-pi-containers' repo: '{repo}' port: '{port}' container: '{container}' tag: '{tag}' -- xtesting-pi-params: &xtesting-pi-params +- _xtesting-pi-params: &xtesting-pi-params name: 'xtesting-pi-params' tag: - latest: node: opnfv-build + - 2024.1: + node: opnfv-build - 2023.2: node: opnfv-build - 2023.1: @@ -52,7 +54,7 @@ - arm64-wallaby: node: opnfv-build -- xtesting-pi-ollivier-xtesting-params: &xtesting-pi-ollivier-xtesting-params +- _xtesting-pi-ollivier-xtesting-params: &xtesting-pi-ollivier-xtesting-params name: 'xtesting-pi-ollivier-xtesting-params' repo: 'ollivier' container: 'xtesting' @@ -60,6 +62,8 @@ tag: - latest: node: opnfv-build + - 2024.1: + node: opnfv-build - 2023.2: node: opnfv-build - 2023.1: @@ -101,7 +105,7 @@ - arm64-wallaby: node: opnfv-build -- xtesting-pi-jobs: &xtesting-pi-jobs +- _xtesting-pi-jobs: &xtesting-pi-jobs name: 'xtesting-pi-jobs' current-parameters: true @@ -118,7 +122,7 @@ - random-string: name: build_tag -- xtesting-pi-run-containers: &xtesting-pi-run-containers +- _xtesting-pi-run-containers: &xtesting-pi-run-containers name: 'xtesting-pi-run-containers' <<: *xtesting-pi-containers privileged: '{privileged}' -- cgit 1.2.3-korg