Skip to content

Conversation

@jsturtevant
Copy link
Contributor

When the CI jobs were refactored to use reusable workflows (#1104), 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.

fixes #1113

Signed-off-by: James Sturtevant jsturtevant@gmail.com

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 <jsturtevant@gmail.com>
@jsturtevant jsturtevant merged commit 642a09b into hyperlight-dev:main Jan 6, 2026
55 of 56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bugfix For PRs that fix bugs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Job Failure - 2025-12-14

2 participants