diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-29 08:55:19 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-29 08:55:19 +0200 |
commit | 57b4073b66c71510ac32da878dcdcb318482b4b2 (patch) | |
tree | 4c236d9d297a163d14ff1ad4723ff4d387eb50d8 /jjb | |
parent | dd3f53c5df1e2a48d5d9c273f209247d0409130f (diff) |
Exclude functest-features if kali
Change-Id: I23fe4ba837ebdb48d4cb5eb260fa728f450387b6
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest-docker.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/functest/functest-docker.yaml b/jjb/functest/functest-docker.yaml index 4b6f71316..d2549efff 100644 --- a/jjb/functest/functest-docker.yaml +++ b/jjb/functest/functest-docker.yaml @@ -52,6 +52,8 @@ image: 'tempest' - stream: 'master' image: 'features' + - stream: 'kali' + image: 'features' - stream: 'jerma' image: 'features' - stream: 'iruya' |