diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-05 00:22:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-09-05 00:22:14 +0200 |
commit | 894865fc3e14447a9bfe74205d5cbf86a8d24fb1 (patch) | |
tree | 5f1d3604ebf6c71fce38ea764d9a6b1868cfe69b /jjb | |
parent | 116b16dbc57d330dcab8c54b44636c319aca1514 (diff) |
Remove all cnf-conformance exclusions
It was backported in all active branches.
Change-Id: Iadb9e21c943eaf3ca07ff765a4ad2538c49dd131
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-kubernetes-pi.yaml | 27 | ||||
-rw-r--r-- | jjb/functest/functest-kubernetes.yaml | 17 |
2 files changed, 0 insertions, 44 deletions
diff --git a/jjb/functest/functest-kubernetes-pi.yaml b/jjb/functest/functest-kubernetes-pi.yaml index 69151a763..35560b525 100644 --- a/jjb/functest/functest-kubernetes-pi.yaml +++ b/jjb/functest/functest-kubernetes-pi.yaml @@ -343,33 +343,6 @@ test: - cnf_conformance - k8s_vims - exclude: - - tag: kali - test: cnf_conformance - - tag: jerma - test: cnf_conformance - - tag: iruya - test: cnf_conformance - - tag: hunter - test: cnf_conformance - - tag: arm-kali - test: cnf_conformance - - tag: arm-jerma - test: cnf_conformance - - tag: arm-iruya - test: cnf_conformance - - tag: arm-hunter - test: cnf_conformance - - tag: arm64-kali - test: cnf_conformance - - tag: arm64-kali - test: cnf_conformance - - tag: arm64-jerma - test: cnf_conformance - - tag: arm64-iruya - test: cnf_conformance - - tag: arm64-hunter - test: cnf_conformance privileged: 'false' network: bridge jobs: diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index aef45eafe..2dfd36148 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -337,23 +337,6 @@ test: - cnf_conformance - k8s_vims - exclude: - - tag: kali - test: cnf_conformance - - tag: jerma - test: cnf_conformance - - tag: iruya - test: cnf_conformance - - tag: hunter - test: cnf_conformance - - tag: arm64-kali - test: cnf_conformance - - tag: arm64-jerma - test: cnf_conformance - - tag: arm64-iruya - test: cnf_conformance - - tag: arm64-hunter - test: cnf_conformance privileged: 'false' network: bridge jobs: |