Skip to content

Commit

Permalink
Simplify spmv benchmark rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed Jun 30, 2022
1 parent 2fc63fb commit 8f14cec
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .gitlab/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@
.benchmark-spmv-cuda-rules:
rules:
# First, check that we have any of the following file changes
- changes:
- cuda/matrix/*
- include/ginkgo/core/matrix/*
- common/cuda_hip/matrix/*
# - common/unified/matrix/* # for now no SpMV there?
- if: $RUN_CI_TAG && $STATUS_CONTEXT == "full" && $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_PIPELINE_SOURCE == "external_pull_request_event"
changes:
- cuda/matrix/*
- include/ginkgo/core/matrix/*
- common/cuda_hip/matrix/*
# - common/unified/matrix/* # for now no SpMV there?
when: manual
allow_failure: true
# Then, check that we are in the full pipeline or master/develop/tags
- if: $RUN_CI_TAG && ($STATUS_CONTEXT == "full" || $CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "develop" || $CI_COMMIT_TAG)
when: manual
- if:

0 comments on commit 8f14cec

Please sign in to comment.