summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-10-08 17:18:40 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-10-08 17:27:21 +0200
commitf7df2d437f5b4b15d3c374da4d24b137cc672916 (patch)
tree3e5d91695c519b76329381e1531ba75ee505416c
parentb89957c233341f1e23b4a8359ca39a5bc7fd74e0 (diff)
Add Jerma in blacklist logics
https://build.opnfv.org/ci/job/functest-jerma-gate/5/ Change-Id: I6f970f36256b5c07dea32f7cbb630e695eb226e0 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--jjb/functest/functest.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml
index 7d468348e..fc0718a9c 100644
--- a/jjb/functest/functest.yaml
+++ b/jjb/functest/functest.yaml
@@ -104,6 +104,8 @@
fi
if [ "{tag}" = "latest" ]; then
py=3.7
+ elif [ "{tag}" = "jerma" ]; then
+ py=3.7
elif [ "{tag}" = "iruya" ]; then
py=3.6
else