X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest.yaml;h=093cc625c28c1df26820067c4a5fcd06fb315668;hb=5e6970e3eea9c552eb82849fafd5952b7c26bb0a;hp=05d2892bdaa9a3a467e5b0c1fe31ea63e3ad8c0e;hpb=cc34c4492b58fd217451faacf54359f2b5ad6d06;p=releng.git 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