no more download tests except cpython 3.9

it hits all the limits for our IP address
merge-requests/5/head
selfisekai 2020-11-09 00:53:36 +01:00
parent 2ed40bbe22
commit 5562404cc3
1 changed files with 0 additions and 47 deletions

View File

@ -12,16 +12,6 @@ py2.7-core:
script:
- ./devscripts/run_tests.sh
py2.7-download:
image: python:2.7
variables:
HDL_TEST_SET: download
allow_failure: true
before_script:
- pip install nose
script:
- ./devscripts/run_tests.sh
py3.6-core:
image: python:3.6-alpine
variables:
@ -29,14 +19,6 @@ py3.6-core:
script:
- ./devscripts/run_tests.sh
py3.6-download:
image: python:3.6-alpine
variables:
HDL_TEST_SET: download
allow_failure: true
script:
- ./devscripts/run_tests.sh
py3.7-core:
image: python:3.7-alpine
variables:
@ -44,14 +26,6 @@ py3.7-core:
script:
- ./devscripts/run_tests.sh
py3.7-download:
image: python:3.7-alpine
variables:
HDL_TEST_SET: download
allow_failure: true
script:
- ./devscripts/run_tests.sh
py3.8-core:
image: python:3.8-alpine
variables:
@ -59,14 +33,6 @@ py3.8-core:
script:
- ./devscripts/run_tests.sh
py3.8-download:
image: python:3.8-alpine
variables:
HDL_TEST_SET: download
allow_failure: true
script:
- ./devscripts/run_tests.sh
py3.9-core:
image: python:3.9-alpine
variables:
@ -94,16 +60,3 @@ jython-core:
- export PATH="$HOME/jython/bin:$PATH"
script:
- ./devscripts/run_tests.sh
jython-download:
image: openjdk:11-slim
variables:
HDL_TEST_SET: download
allow_failure: true
before_script:
- apt-get update
- apt-get install -y wget
- ./devscripts/install_jython.sh
- export PATH="$HOME/jython/bin:$PATH"
script:
- ./devscripts/run_tests.sh