Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haruhi-dl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laura x Dominika x Patrycja
haruhi-dl
Commits
5562404c
Commit
5562404c
authored
Nov 09, 2020
by
Lauren Liberda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no more download tests except cpython 3.9
it hits all the limits for our IP address
parent
2ed40bbe
Pipeline
#96
passed with stage
in 22 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
47 deletions
+0
-47
.gitlab-ci.yml
.gitlab-ci.yml
+0
-47
No files found.
.gitlab-ci.yml
View file @
5562404c
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment