iovisor / ubpf

Userspace eBPF VM
Apache License 2.0
814 stars 132 forks source link

Move fuzzing to it's own workflow #455

Closed Alan-Jowett closed 4 months ago

Alan-Jowett commented 4 months ago

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.

coveralls commented 4 months ago

Coverage Status

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