diff options
author | 2020-08-07 14:27:08 +0200 | |
---|---|---|
committer | 2020-08-07 14:27:08 +0200 | |
commit | 8f61bcc5c0491f183e4458960a72f37d48f95d9f (patch) | |
tree | 7afa3ec2c68d4fc0167f7580dd089abf8bf0b3cc /jjb | |
parent | ab5ad58dee26138d22f88f25ec542e5aa8b3eed7 (diff) |
Verify all Functest containers
It also checks the arm4 containers built in OPNFV.
Change-Id: I7897ac34606c848b1828953486f7ee2ce340ee27
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting.yaml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 3be44c4be..c9ee5e556 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -23,6 +23,21 @@ - hunter: branch: stable/hunter slave: lf-virtual1 + - arm64-latest: + branch: master + slave: lf-virtual1 + - arm64-kali: + branch: stable/kali + slave: lf-virtual1 + - arm64-jerma: + branch: stable/jerma + slave: lf-virtual1 + - arm64-iruya: + branch: stable/iruya + slave: lf-virtual1 + - arm64-hunter: + branch: stable/hunter + slave: lf-virtual1 - parameter: name: xtesting-slave @@ -183,6 +198,10 @@ - tag: iruya - tag: jerma - tag: kali + - tag: arm64-hunter + - tag: arm64-iruya + - tag: arm64-jerma + - tag: arm64-kali jobs: - 'xtesting-{repo}-{container}-{tag}-pull' @@ -211,6 +230,10 @@ - tag: iruya - tag: jerma - tag: kali + - tag: arm64-hunter + - tag: arm64-iruya + - tag: arm64-jerma + - tag: arm64-kali jobs: - 'xtesting-{repo}-{container}-{tag}-rmi' @@ -243,6 +266,10 @@ test: sixth - tag: iruya test: sixth + - tag: arm64-hunter + test: sixth + - tag: arm64-iruya + test: sixth privileged: 'false' network: bridge jobs: @@ -263,6 +290,14 @@ test: seventh - tag: kali test: seventh + - tag: arm64-hunter + test: seventh + - tag: arm64-iruya + test: seventh + - tag: arm64-jerma + test: seventh + - tag: arm64-kali + test: seventh privileged: 'false' network: bridge jobs: @@ -417,6 +452,12 @@ container: alpine tag: '3.12' slave: master + exclude: + - tag: arm64-hunter + - tag: arm64-iruya + - tag: arm64-jerma + - tag: arm64-kali + - tag: arm64-latest jobs: - 'xtesting-{repo}-{container}-{tag}-pull' @@ -426,6 +467,12 @@ container: xtesting ref_arg: BRANCH path: docker/core + exclude: + - tag: arm64-hunter + - tag: arm64-iruya + - tag: arm64-jerma + - tag: arm64-kali + - tag: arm64-latest jobs: - 'xtesting-{repo}-{container}-{tag}-gate' - 'xtesting-{repo}-{container}-{tag}-check' @@ -436,6 +483,12 @@ container: xtesting-mts ref_arg: BRANCH path: docker/mts + exclude: + - tag: arm64-hunter + - tag: arm64-iruya + - tag: arm64-jerma + - tag: arm64-kali + - tag: arm64-latest jobs: - 'xtesting-{repo}-{container}-{tag}-gate' - 'xtesting-{repo}-{container}-{tag}-check' @@ -603,6 +656,17 @@ <<: *xtesting-params jobs: - 'xtesting-{tag}-daily' + +- project: + name: 'xtesting-gate' + <<: *xtesting-params + exclude: + - tag: arm64-hunter + - tag: arm64-iruya + - tag: arm64-jerma + - tag: arm64-kali + - tag: arm64-latest + jobs: - 'xtesting-{tag}-check' - 'xtesting-{tag}-gate' |