Closed nikimanoledaki closed 2 months ago
I can work on this!
Hi @rossf7, do we have a value for the benchmark_path
field inside the project.json
? Or we leave it like this?
"projects": [
{
"name": "falco",
"organization": "falcosecurity",
"benchmark_path": "",
"configs": [
"ebpf",
"modern-ebpf",
"kmod"
]
}
]
do we have a value for the benchmark_path field inside the project.json? Or we leave it like this?
Hi @vallss not yet, let's leave it blank for now.
Once the workflow is added in #121 we can populate the JSON and integrate both changes.
Part of Proposal-002 - Run the CNCF project benchmark tests as part of the automated pipeline
Task Description
This issue tracks implementing part of proposal 2. So the existing pipeline is extended to call the benchmark workflow defined in the
projects.json
metadata file.121 is related to create the benchmark workflow for Falco
Tasks
benchmark_path
field in projects.json.benchmark_path
as an input and call the benchmark workflow using theuses
syntax