diff options
-rw-r--r-- | jjb/functest/xtesting-pi.yaml | 6 | ||||
-rw-r--r-- | jjb/functest/xtesting.yaml | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/jjb/functest/xtesting-pi.yaml b/jjb/functest/xtesting-pi.yaml index eb51916e0..f7d5e77dc 100644 --- a/jjb/functest/xtesting-pi.yaml +++ b/jjb/functest/xtesting-pi.yaml @@ -13,6 +13,8 @@ tag: - latest: node: xtesting + - 2023.1: + node: xtesting - zed: node: xtesting - yoga: @@ -23,6 +25,8 @@ node: xtesting - arm-latest: node: xtesting + - arm-2.23.1: + node: xtesting - arm-zed: node: xtesting - arm-yoga: @@ -33,6 +37,8 @@ node: xtesting - arm64-latest: node: xtesting + - arm64-2023.1: + node: xtesting - arm64-zed: node: xtesting - arm64-yoga: diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 7e4df1289..d5f3ebc96 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -16,7 +16,13 @@ build_args: branch: master node: xtesting - dependency: 3.16 + dependency: 3.17 + - 2023.1: + from: + build_args: + branch: stable/2023.1 + node: xtesting + dependency: 3.17 - zed: from: build_args: |