Skip to content

Commit 69a9225

Browse files
committed
Fix filtering on GitLab CI for benchmarking
Signed-off-by: Stefan Marr <[email protected]>
1 parent 79c1f64 commit 69a9225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
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)