Commit 70c8195
authored
Adopt workflow dispatch pattern for compute sanitizer workflows (rapidsai#22054)
Adopt the dispatch pattern from [rapidsai/workflows](https://github.com/rapidsai/workflows/blob/main/.github/workflows/nightly-pipeline-trigger.yaml) so that the compute sanitizer workflows make sense in the Actions UI.
- **Trigger workflow** (`compute-sanitizer-trigger.yaml`): Renamed to "Trigger Compute Sanitizer". Uses `gh workflow run` instead of `workflow_call` to dispatch the run workflow. This is now a lightweight scheduler.
- **Run workflow** (`compute-sanitizer-run.yaml`): Renamed to "Compute Sanitizer" with a `run-name` of "Compute Sanitizer {tool}". Absorbs test discovery (when `test_names` is not provided). Drops `workflow_call` trigger.
Previously, the actual GPU job runs appeared under "Compute Sanitizer Trigger" (because `workflow_call` nests runs under the caller), while "Compute Sanitizer Run" only showed manual dispatches. This was confusing and backwards. Now, the heavy runs appear under "Compute Sanitizer" with descriptive names, and the lightweight scheduler appears under "Trigger Compute Sanitizer".
Authors:
- David Wendt (https://github.com/davidwendt)
- Bradley Dice (https://github.com/bdice)
Approvers:
- Bradley Dice (https://github.com/bdice)
URL: rapidsai#220541 parent c8cc00e commit 70c8195
2 files changed
Lines changed: 43 additions & 42 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 5 | | |
15 | 6 | | |
16 | 7 | | |
| |||
23 | 14 | | |
24 | 15 | | |
25 | 16 | | |
26 | | - | |
| 17 | + | |
27 | 18 | | |
28 | | - | |
| 19 | + | |
| 20 | + | |
29 | 21 | | |
30 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
31 | 38 | | |
32 | 39 | | |
| 40 | + | |
| 41 | + | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
| |||
38 | 47 | | |
39 | 48 | | |
40 | 49 | | |
41 | | - | |
| 50 | + | |
42 | 51 | | |
43 | 52 | | |
44 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 13 | + | |
| 14 | + | |
19 | 15 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
25 | 20 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments