Skip to content

Commit 3fb3807

Browse files
authored
Fix filtering of ReBench runs on GitLab (#57)
This updates the ReBench and GitLab CI setup to work on the latest version of ReBench.
2 parents 79c1f64 + 69a9225 commit 3fb3807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ build_and_test:
9797
if [ "$MACHINE" = "zullie1" ]; then
9898
M=''
9999
else
100-
M="m:$MACHINE"
100+
M="t:$MACHINE"
101101
fi
102102
rebench --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" -c rebench.conf all "e:${NAME}" $M
103103

0 commit comments

Comments
 (0)