Replies: 2 comments 4 replies
-
Thanks a bunch @rossf7 for the updates 🚀 . At a high level and first glance this all sounds good to me and doable. I'll be watching as the approach gets shaped! |
Beta Was this translation helpful? Give feedback.
-
Hi @incertum, Related to the proposals there are 3 changes I'd like to propose to the structure here that I'd like to get your feedback on.
We'd like to have a separate kustomization for each driver to be able to deploy each independently. We will deploy, benchmark and then uninstall each driver sequentially by setting concurrency in the workflow.
Instead of having the driver name in the node selector we'd like to use a new node selector for all drivers.
To prepare for the Run step we'd like to remove the benchmark manifests. As the proposal is they will be replaced by GitHub Actions workflows. You can preview the changes in this branch If you're happy with these changes we can open a PR for them but I wanted to get your thoughts on them first. Thank you and apologies this is a bit long! 🙏 |
Beta Was this translation helpful? Give feedback.
-
Hey @incertum @mickael-carl
we wanted to give you an update on what we're working on in WG Green Reviews post kubecon EU and get your feedback on the developments we have planned for the measurement pipeline.
We've identified 4 proposals (tracking issue #83) we're calling Deploy, Run, Report plus a 4th which is an investigation into Benchmarking. So far we've started speccing Deploy and Run.
For the release automation we plan to use the Atom feed that GitHub publishes i.e. https://github.com/falcosecurity/falco/releases.atom
For testing the pipeline you'll be able to trigger it by sending a workflow dispatch event. We'll provide a GitHub access token for this.
Example curl command
Note: We may need to add more input params for the Run and Report steps.
The full proposal is being worked on in cncf-tags/green-reviews-tooling#88
Your feedback on the design is most welcome. Also please let us know if there are additional points when you would like to trigger the pipeline. Thanks! 🙏
cc @nikimanoledaki @AntonioDiTuri
Beta Was this translation helpful? Give feedback.
All reactions