diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 17:44:37 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 17:44:37 +0200 |
commit | 5ebbd84b70afdbee6813a5ac0e4ec931b20ff384 (patch) | |
tree | 061d9c42a312c0f560b009f7331104799c5bbecb /jjb/functest | |
parent | ec7e9c3cd4cdb3c73487ab18a6b21264894586b4 (diff) |
Fix exclude rules in Functest jjbs
It has to be updated for Kali
Change-Id: I4b5cf222528aacc152fdebf29c1acc03ed03b939
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 3 | ||||
-rw-r--r-- | jjb/functest/functest.yaml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 0b9425728..5d4fd0d13 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -337,6 +337,8 @@ exclude: - tag: latest test: refstack_defcore + - tag: kali + test: refstack_defcore - tag: jerma test: refstack_defcore - tag: iruya @@ -696,6 +698,7 @@ - 'functest-ovn-{repo}-{container}-{tag}-check' exclude: - tag: latest + - tag: kali - tag: jerma - project: diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index f85c0d75f..dfa86b6b2 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -349,6 +349,8 @@ exclude: - tag: latest test: refstack_defcore + - tag: kali + test: refstack_defcore - tag: jerma test: refstack_defcore - tag: iruya @@ -701,6 +703,7 @@ - 'functest-{repo}-{container}-{tag}-check' exclude: - tag: latest + - tag: kali - tag: jerma - project: |