Skip to content

Commit

Permalink
patch(projects): changed the schema
Browse files Browse the repository at this point in the history
It will give us a alternative route to use kubernetes manifests for the
benchmark jobs instead of reusing github workflow.

With this we are trying to use the manifest location in github or any
public facing endpoint from where we can get them

Signed-off-by: Dipankar Das <[email protected]>
  • Loading branch information
dipankardas011 committed Nov 15, 2024
1 parent 8d8ff0c commit b0a97ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
{
"name": "falco",
"organization": "falcosecurity",
"benchmark_path": "",
"benchmark": {
"k8s_manifest_url": "https://raw.githubusercontent.com/falcosecurity/cncf-green-review-testing/refs/heads/main/benchmark-tests/deployments.yaml",
"duration_mins": 15
},
"configs": [
"ebpf",
"modern-ebpf",
Expand Down

0 comments on commit b0a97ab

Please sign in to comment.