diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2021-06-13 09:47:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2021-06-13 09:47:02 +0000 |
commit | cb4f5e02211d89de5cf78353aaea0b68d06f5765 (patch) | |
tree | 22980fbd806697794b92bba0a7b194d293ae15c0 | |
parent | 3801714c0dfb81040da4a5a5e34e98da175efe01 (diff) | |
parent | a7d87db0a1806bfa43981d85d0aec6e542870857 (diff) |
Merge "Add all docker testing scenarios"
-rw-r--r-- | jjb/functest/xtesting-ci.yaml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/jjb/functest/xtesting-ci.yaml b/jjb/functest/xtesting-ci.yaml index 345fa11ef..8e2ad752c 100644 --- a/jjb/functest/xtesting-ci.yaml +++ b/jjb/functest/xtesting-ci.yaml @@ -43,6 +43,19 @@ slave: lf-virtual1 playbook: - all + - proxy + - proxy2 + - radosgw + - nexus + - repo + - twice + - jenkins_2multijobs + - branch + - jjb + - gitlab.insert + - jenkins_kind + - gitlab_kind + - chainedci - kubernetes0 - kubernetes1 - kubernetes2 @@ -58,7 +71,6 @@ - k8s_gitlab_kind1 - k8s_gitlab_kind2 - k8s_gitlab_kind3 - jobs: - 'xtesting-ci-tests-{playbook}' |