diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-14 15:15:25 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-14 15:15:25 +0200 |
commit | 5e6970e3eea9c552eb82849fafd5952b7c26bb0a (patch) | |
tree | c03dddcaff202c5e7ae486eb2115803e7ab74eb1 /jjb | |
parent | cc34c4492b58fd217451faacf54359f2b5ad6d06 (diff) |
Select 3.6 if iruya
It conforms with "Select python 3.6 as default" [1].
[1] https://gerrit.opnfv.org/gerrit/c/functest/+/68471
Change-Id: Ibc4ae81597ce9ed3d12ab27c6eae796870f6a2d4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-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 05d2892bd..093cc625c 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -101,6 +101,8 @@ fi if [ "{tag}" = "latest" ]; then py=3.7 + elif [ "{tag}" = "iruya" ]; then + py=3.6 else py=2.7 fi |