File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff 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-
107build_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 :
You can’t perform that action at this time.
0 commit comments