From: Cédric Ollivier Date: Sat, 14 Sep 2019 13:15:25 +0000 (+0200) Subject: Select 3.6 if iruya X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=5e6970e3eea9c552eb82849fafd5952b7c26bb0a 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 --- 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