From 5562404cc3a5d845c187e1cee44046c40fe5a70e Mon Sep 17 00:00:00 2001 From: selfisekai Date: Mon, 9 Nov 2020 00:53:36 +0100 Subject: [PATCH] no more download tests except cpython 3.9 it hits all the limits for our IP address --- .gitlab-ci.yml | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86cf0d708..d668aa71e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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