Commit 3afd0fb
committed
ceph-pull-requests: omit run-rbd-unit-tests unless pr matches @ceph/rbd codeowner
ceph-pull-requests and ceph-pull-requests-arm64 use
pr_matches_codeowner() to check for @ceph/rbd ownership. if there is no
match, use the CHECK_MAKEOPTS environment variable to pass an additional
'-E run-rbd-unit-tests' argument to ctest
this causes ctest to exclude the following long-running tests:
> run-rbd-unit-tests-N.sh
> run-rbd-unit-tests-0.sh
> run-rbd-unit-tests-1.sh
> run-rbd-unit-tests-61.sh
> run-rbd-unit-tests-109.sh
> run-rbd-unit-tests-127.sh
Fixes: https://tracker.ceph.com/issues/70993
Signed-off-by: Casey Bodley <cbodley@redhat.com>1 parent 6d2f944 commit 3afd0fb
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
0 commit comments