Commit 642a09b
authored
Fix fuzzing workflow to build guest artifacts before fuzzing (#1153)
When the CI jobs were refactored to use reusable workflows, the dep_fuzzing.yml was changed to download guest artifacts instead of building them directly. However, the standalone Fuzzing.yml scheduled workflow was not updated to call dep_build_guests.yml first, causing all weekly fuzzing runs to fail with 'Artifact not found for name: rust-guests-release'. This adds the missing build-guests job as a dependency of the fuzzing job, matching the pattern used in ValidatePullRequest.yml.
Signed-off-by: James Sturtevant <[email protected]>1 parent b879cd7 commit 642a09b
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
12 | 19 | | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| |||
18 | 26 | | |
19 | 27 | | |
20 | 28 | | |
21 | | - | |
22 | | - | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
0 commit comments