diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2021-06-13 08:53:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-06-13 08:53:12 +0000 |
commit | 0f9d5f0e79944a8338167c7952a6d6f8d7eb760b (patch) | |
tree | 54f8a4d5bb486d6f2fa14e4c2dcb9f7e80ab1352 | |
parent | 54ee9047e99b3e26358ed431131a578762c19cc8 (diff) | |
parent | fc5fa99fff2be8e70d06c3b4c54d66a79e9bb085 (diff) |
Merge "Add all xtestingCI K8s test scenarios"
-rw-r--r-- | jjb/functest/xtestingci.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/jjb/functest/xtestingci.yaml b/jjb/functest/xtestingci.yaml index b1bcb6a2d..8ef545d21 100644 --- a/jjb/functest/xtestingci.yaml +++ b/jjb/functest/xtestingci.yaml @@ -44,6 +44,21 @@ playbook: - all - kubernetes0 + - kubernetes1 + - kubernetes2 + - proxy_kubernetes + - proxy_kubernetes2 + - k8s_jenkins_kind0 + - k8s_jenkins_kind1 + - k8s_jenkins_kind2 + - k8s_jenkins_kind3 + - k8s_gitlab0 + - k8s_gitlab1 + - k8s_gitlab_kind0 + - k8s_gitlab_kind1 + - k8s_gitlab_kind2 + - k8s_gitlab_kind3 + jobs: - 'xtestingci-tests-{playbook}' |