Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b89957c
)
Add Jerma in blacklist logics
05/68605/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 8 Oct 2019 15:18:40 +0000
(17:18 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Tue, 8 Oct 2019 15:27:21 +0000
(17:27 +0200)
https://build.opnfv.org/ci/job/functest-jerma-gate/5/
Change-Id: I6f970f36256b5c07dea32f7cbb630e695eb226e0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest.yaml
patch
|
blob
|
history
diff --git
a/jjb/functest/functest.yaml
b/jjb/functest/functest.yaml
index
7d46834
..
fc0718a
100644
(file)
--- 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