diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-09 20:16:58 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-09 20:16:58 +0200 |
commit | 9040f15da60769caf40ad3364ca3a50bcbeedddf (patch) | |
tree | a1621b6f6d55940865d4c3edf93eb59b9ddbdd24 | |
parent | 3cfccedf319071827990baae6156079974249afa (diff) |
Exclude functest-tempest from master gates
Change-Id: I09bde2d35769c0045f72e3da56a085db6426e4b4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/functest.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 41b0f71e2..a7c90ed92 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -541,6 +541,8 @@ jobs: - 'functest-{repo}-{container}-{tag}-gate' - 'functest-{repo}-{container}-{tag}-check' + exclude: + - tag: latest - project: name: functest-opnfv-functest-healthcheck-{tag}-build |