From: Thanh Ha Date: Wed, 17 Jan 2018 19:26:54 +0000 (-0500) Subject: Default to python2 for tox X-Git-Tag: v0.15.0~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F8419%2F1;hp=ac79981ec42d37f943c2a4159e2980913cb1716d;p=releng%2Fglobal-jjb.git Default to python2 for tox This caused many ODL projects to break due to it now assuming py3 by default. The only project that needs python3 tox run is Acumos so let us default this back to python2 which is the OS level default and explicitly set python3 in Acumos. Change-Id: I97df6eee112a2e9e1e8d18eb9e16990a1c703538 Signed-off-by: Thanh Ha --- diff --git a/jjb/lf-python-jobs.yaml b/jjb/lf-python-jobs.yaml index 81f681bc..bf35918f 100644 --- a/jjb/lf-python-jobs.yaml +++ b/jjb/lf-python-jobs.yaml @@ -43,7 +43,7 @@ build-days-to-keep: 7 build-timeout: 10 git-url: '$GIT_URL/$GERRIT_PROJECT' - python-version: python3 + python-version: python2 stream: master submodule-recursive: true tox-dir: ''