diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-06 15:51:12 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-06 15:51:12 +0200 |
commit | 20f09e500c79777627c5b569d4c717c60db53c51 (patch) | |
tree | 0f0a7ba913eb0e31f923475b03d4104c49258e48 /jjb/functest/xtesting-pi.yaml | |
parent | 09b56602efe05a442d3469697cf07c876774ed04 (diff) |
Conforms with jjb 5.x+
It also updates to last jjb release and py12
Change-Id: I7c2185c171d79d97c9f818bbb0db61e6ed6eeac8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/xtesting-pi.yaml')
-rw-r--r-- | jjb/functest/xtesting-pi.yaml | 14 |
1 files changed, 9 insertions, 5 deletions
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}' |