Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move fuzzing to it's own workflow #455

Merged
merged 1 commit into from May 9, 2024
Merged

Conversation

Alan-Jowett
Copy link
Collaborator

This pull request includes changes to the GitHub Actions workflow files .github/workflows/fuzzing.yml and .github/workflows/main.yml. The changes mainly involve the modification of the fuzzing workflow, including the change of permissions, scheduling, and the use of environment variables instead of inputs. The most important changes are:

  1. .github/workflows/fuzzing.yml: Permissions for the fuzzing workflow have been changed from read to write.
  2. .github/workflows/fuzzing.yml: The trigger for the fuzzing workflow has been changed from a workflow call to a daily schedule at 21:00 UTC and a manual dispatch.
  3. .github/workflows/fuzzing.yml: The use of inputs has been replaced with environment variables. This change affects the platform and architecture parameters used in the workflow, as well as several conditionals and commands within the workflow. [1] [2] [3] [4] [5]
  4. .github/workflows/fuzzing.yml: The repository URL used when pushing updates to the fuzzing corpus has been changed to use the github.repository context instead of a hardcoded repository URL.
  5. .github/workflows/main.yml: The reference to the fuzzing workflow has been removed.

These changes seem to aim at making the fuzzing workflow more autonomous and flexible, by allowing it to run on a schedule or manually, and by using environment variables instead of inputs.

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
@Alan-Jowett Alan-Jowett merged commit 0f32ea7 into iovisor:main May 9, 2024
33 checks passed
@coveralls
Copy link

Coverage Status

coverage: 81.241%. first build
when pulling 25db1e6 on Alan-Jowett:fix_ci_cd
into e8de891 on iovisor:main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants