diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-22 11:10:27 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-22 11:10:27 +0200 |
commit | 6a4f123e622a80d4a19f7428809fedb89893c1ed (patch) | |
tree | ee8e91f88f6e66dd6f554c91d2338914b6b041da /jjb/functest | |
parent | e5af792bda666731b875ffb8a79a1cf3aabb5727 (diff) |
Exclude behave tests from hunter and iruya
For the time being, it's only part of master [1]
[1] https://gerrit.opnfv.org/gerrit/#/c/68206/
Change-Id: I7c8baf4bd178668c99f15029eb425e63c3a3b5a2
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/xtesting.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 0c3d3bcf8..c22056145 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -186,6 +186,11 @@ - fourth - fifth - sixth + exclude: + - tag: hunter + test: sixth + - tag: iruya + test: sixth jobs: - 'xtesting-{repo}-{container}-{tag}-{test}-run' |