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
14
Issues
14
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
f3b5985c
Commit
f3b5985c
authored
Jan 29, 2021
by
Dominika Liberda
💽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* yeet CI
parent
d2e522de
Pipeline
#227
passed with stage
in 26 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
21 deletions
+12
-21
.gitlab-ci.yml
.gitlab-ci.yml
+12
-21
No files found.
.gitlab-ci.yml
View file @
f3b5985c
...
...
@@ -3,15 +3,6 @@ default:
-
apk add bash
-
pip install nose
py2.7-core
:
image
:
python:2.7
variables
:
HDL_TEST_SET
:
core
before_script
:
-
pip install nose
script
:
-
./devscripts/run_tests.sh
py3.6-core
:
image
:
python:3.6-alpine
variables
:
...
...
@@ -48,18 +39,18 @@ py3.9-download:
script
:
-
./devscripts/run_tests.sh
jython-core
:
image
:
openjdk:11-slim
variables
:
HDL_TEST_SET
:
core
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
#
jython-core:
#
image: openjdk:11-slim
#
variables:
#
HDL_TEST_SET: core
#
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
# uncomment once the images are available
# https://github.com/microsoft/playwright-python/issues/338
...
...
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