We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67a738 commit e9633bfCopy full SHA for e9633bf
.gitlab-ci.yml
@@ -262,7 +262,7 @@ benchmark-y4:
262
- *DOWNLOAD_BINARIES
263
264
# Profile
265
- - rebench -f -c --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" rebench.conf profiling t:yuria4
+ - rebench -f -c --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" rebench.conf profiling t:yuria4 || true
266
# Run Benchmarks
267
- rebench -c --experiment="CI ID $CI_PIPELINE_ID" --branch="$CI_COMMIT_REF_NAME" rebench.conf t:yuria4
268
after_script:
0 commit comments