diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/dcaegen2/dcaegen2-platform-configbinding.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml index 0ce35ee2e..dd788fa71 100644 --- a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml +++ b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml @@ -15,6 +15,8 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-docker-8c-8g + # used by tox-install.sh to specify the interpreter used to install tox + python-version: python3 jobs: # clm and tox - '{project-name}-python-jobs' @@ -38,6 +40,8 @@ mvn-goals: 'clean test' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' branch: master + # used by tox-install.sh to specify the interpreter used to install tox + python-version: python3 jobs: - gerrit-tox-sonar |