Skip to content

Commit 50f0cee

Browse files
authored
Move GitLab CI Setup to JKU (#68)
2 parents 1f5e9ab + 73c9753 commit 50f0cee

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Download PyPy Sources
4040
if: matrix.id != 'basic'
4141
run: |
42-
export PYPYVER=v7.3.18
42+
export PYPYVER=v7.3.23
4343
curl https://downloads.python.org/pypy/pypy2.7-${PYPYVER}-src.tar.bz2 -o pypy.tar.bz2
4444
tar -xjf pypy.tar.bz2
4545
mv pypy2.7-${PYPYVER}-src .pypy

.gitlab-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919

2020
build:aarch64-test-and-rebench:
2121
stage: build-test
22-
tags: [zullie1]
22+
tags: [kent-zullie1]
2323

2424
script:
2525
- export PATH=/opt/local/bin:/opt/local/sbin:/Users/gitlab-runner/Library/Python/3.12/bin:${PATH}:${PYPY_BIN_DIR}
@@ -49,7 +49,7 @@ build:aarch64-test-and-rebench:
4949

5050
build-and-test-interpreters:
5151
stage: build-test
52-
tags: [yuria]
52+
tags: [kent-yuria]
5353
script:
5454
- export PATH=$PYPY_BIN_DIR:$PATH
5555
- export SOM_INTERP=BC
@@ -88,7 +88,7 @@ build-and-test-interpreters:
8888
8989
build-and-test-jit-bc:
9090
stage: build-test
91-
tags: [yuria2]
91+
tags: [kent-yuria2]
9292
script:
9393
- export PATH=$PYPY_BIN_DIR:$PATH
9494
- export SOM_INTERP=BC
@@ -110,7 +110,7 @@ build-and-test-jit-bc:
110110
111111
build-and-test-jit-ast:
112112
stage: build-test
113-
tags: [yuria3]
113+
tags: [kent-yuria3]
114114
script:
115115
- export PATH=$PYPY_BIN_DIR:$PATH
116116
- export SOM_INTERP=AST
@@ -134,7 +134,7 @@ benchmark-y1:
134134
stage: benchmark
135135
needs:
136136
[build-and-test-interpreters, build-and-test-jit-bc, build-and-test-jit-ast]
137-
tags: [yuria]
137+
tags: [kent-yuria]
138138
script:
139139
- sftp tmp-artifacts:incoming/${CI_PIPELINE_ID}/som-ast-jit.lz4
140140
- sftp tmp-artifacts:incoming/${CI_PIPELINE_ID}/som-ast-interp.lz4
@@ -153,7 +153,7 @@ benchmark-y2:
153153
stage: benchmark
154154
needs:
155155
[build-and-test-interpreters, build-and-test-jit-bc, build-and-test-jit-ast]
156-
tags: [yuria2]
156+
tags: [kent-yuria2]
157157
script:
158158
- sftp tmp-artifacts:incoming/${CI_PIPELINE_ID}/som-ast-jit.lz4
159159
- sftp tmp-artifacts:incoming/${CI_PIPELINE_ID}/som-ast-interp.lz4
@@ -172,7 +172,7 @@ benchmark-y3:
172172
stage: benchmark
173173
needs:
174174
[build-and-test-interpreters, build-and-test-jit-bc, build-and-test-jit-ast]
175-
tags: [yuria3]
175+
tags: [kent-yuria3]
176176
script:
177177
- sftp tmp-artifacts:incoming/${CI_PIPELINE_ID}/som-ast-jit.lz4
178178
- sftp tmp-artifacts:incoming/${CI_PIPELINE_ID}/som-ast-interp.lz4
@@ -191,6 +191,6 @@ report-completion:
191191
stage: benchmark-completion
192192
needs:
193193
[benchmark-y1, benchmark-y2, benchmark-y3, build:aarch64-test-and-rebench]
194-
tags: [yuria]
194+
tags: [kent-yuria]
195195
script:
196196
- rebench --experiment="CI ID $CI_PIPELINE_ID" --report-completion rebench.conf

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ Thanks to GitHub Actions, all pull requests of this repository are automatically
7575
The current build status is: [![Build Status](https://github.com/SOM-st/PySOM/actions/workflows/ci.yml/badge.svg)](https://github.com/SOM-st/PySOM/actions)
7676

7777
[SOM]: http://www.hpi.uni-potsdam.de/hirschfeld/projects/som/
78-
[SOMst]: https://travis-ci.org/SOM-st/
78+
[SOMst]: https://som-st.github.io
7979
[RS]: http://dx.doi.org/10.1016/j.cl.2005.02.003

0 commit comments

Comments
 (0)