Message ID | 20200805184926.15071-1-thuth@redhat.com |
---|---|
State | New |
Headers | show |
Series | None | expand |
On 23/08/2020 08.54, Thomas Huth wrote: > On 05/08/2020 20.49, Thomas Huth wrote: >> Python 3.5 is already the default in Ubuntu Xenial (which we use for >> most jobs on Travis), and Python 3.6 is the default on Ubuntu Bionic >> (which we use for the s390x jobs on Travis for example already), so >> explicitely defining tests for Python 3.5 and 3.6 seems redundant. >> >> Signed-off-by: Thomas Huth <thuth@redhat.com> >> --- >> .travis.yml | 17 ----------------- >> 1 file changed, 17 deletions(-) >> >> diff --git a/.travis.yml b/.travis.yml >> index 18290bc51d..b4c603f0ec 100644 >> --- a/.travis.yml >> +++ b/.travis.yml >> @@ -258,23 +258,6 @@ jobs: >> - TEST_CMD="" >> >> >> - # Python builds >> - - name: "GCC Python 3.5 (x86_64-softmmu)" >> - env: >> - - CONFIG="--target-list=x86_64-softmmu" >> - - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default" >> - language: python >> - python: 3.5 >> - >> - >> - - name: "GCC Python 3.6 (x86_64-softmmu)" >> - env: >> - - CONFIG="--target-list=x86_64-softmmu" >> - - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default" >> - language: python >> - python: 3.6 >> - >> - >> # Using newer GCC with sanitizers >> - name: "GCC9 with sanitizers (softmmu)" >> addons: >> > > Ping? Ping^2 ? Thomas
diff --git a/.travis.yml b/.travis.yml index 18290bc51d..b4c603f0ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -258,23 +258,6 @@ jobs: - TEST_CMD="" - # Python builds - - name: "GCC Python 3.5 (x86_64-softmmu)" - env: - - CONFIG="--target-list=x86_64-softmmu" - - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default" - language: python - python: 3.5 - - - - name: "GCC Python 3.6 (x86_64-softmmu)" - env: - - CONFIG="--target-list=x86_64-softmmu" - - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default" - language: python - python: 3.6 - - # Using newer GCC with sanitizers - name: "GCC9 with sanitizers (softmmu)" addons:
Python 3.5 is already the default in Ubuntu Xenial (which we use for most jobs on Travis), and Python 3.6 is the default on Ubuntu Bionic (which we use for the s390x jobs on Travis for example already), so explicitely defining tests for Python 3.5 and 3.6 seems redundant. Signed-off-by: Thomas Huth <thuth@redhat.com> --- .travis.yml | 17 ----------------- 1 file changed, 17 deletions(-)