Skip to content

Commit 14734dd

Browse files
committed
Update GitLab CI partially, mostly for benchmarks
Signed-off-by: Stefan Marr <[email protected]>
1 parent 35aed73 commit 14734dd

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ variables:
44
ECLIPSE_EXE: /home/gitlab-runner/.local/eclipse4.25/eclipse
55
JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64
66

7-
before_script:
8-
- git submodule update --init
9-
107
build_and_test_job:
118
tags: [yuria]
129
script:
@@ -17,7 +14,7 @@ benchmark_y1:
1714
needs: ["build_and_test_job"]
1815
allow_failure: true
1916
script:
20-
- ant compile
17+
- mx --env libgraal build
2118
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-CI m:yuria
2219
after_script:
2320
- sudo reown-project.sh
@@ -26,7 +23,7 @@ benchmark_y2:
2623
tags: [yuria2]
2724
allow_failure: true
2825
script:
29-
- ant compile
26+
- mx --env libgraal build
3027
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-CI m:yuria2
3128
after_script:
3229
- sudo reown-project.sh
@@ -35,7 +32,7 @@ benchmark_y3:
3532
tags: [yuria3]
3633
allow_failure: true
3734
script:
38-
- ant compile
35+
- mx --env libgraal build
3936
- rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-CI m:yuria3
4037
after_script:
4138
- sudo reown-project.sh
@@ -79,7 +76,7 @@ benchmark_nightly_job:
7976
only:
8077
- triggers
8178
script:
82-
- ant compile
79+
- mx --env libgraal build
8380
- rebench --experiment="CI Benchmark Run Pipeline ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf nightly
8481
- rebench --experiment="CI Benchmark Run Pipeline ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c codespeed.conf SOMns-Savina-tracing
8582
after_script:

0 commit comments

Comments
 (0)