Skip to content

Commit e9633bf

Browse files
committed
Accept rebench failure when profiling on yuria4
Signed-off-by: Stefan Marr <[email protected]>
1 parent f67a738 commit e9633bf

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
@@ -262,7 +262,7 @@ benchmark-y4:
262262
- *DOWNLOAD_BINARIES
263263

264264
# Profile
265-
- rebench -f -c --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" rebench.conf profiling t:yuria4
265+
- rebench -f -c --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" rebench.conf profiling t:yuria4 || true
266266
# Run Benchmarks
267267
- rebench -c --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" rebench.conf t:yuria4
268268
after_script:

0 commit comments

Comments
 (0)