From 5e6970e3eea9c552eb82849fafd5952b7c26bb0a Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Sat, 14 Sep 2019 15:15:25 +0200
Subject: Select 3.6 if iruya
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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>
---
 jjb/functest/functest.yaml | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'jjb/functest')

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
-- 
cgit