Skip to content

Commit

Permalink
Add benchmark_path field to projects data and benchmark-job to pipeline.
Browse files Browse the repository at this point in the history
Signed-off-by: Valeria Salis <salis.valeria96@gmail.com>
  • Loading branch information
vallss committed Sep 9, 2024
1 parent 75c0857 commit ca65b88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/benchmark-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
version:
description: Version of project to be tested e.g. 0.37.0
required: true
benchmark_path:
description: Path to the benchmark action
required: true

concurrency:
group: benchmark
Expand Down Expand Up @@ -59,6 +62,9 @@ jobs:
--for=condition=Ready \
--namespace=benchmark
benchmark-job:
uses: ${{ inputs.benchmark_path }}

delete:
runs-on: ubuntu-22.04
needs: deploy
Expand Down
1 change: 1 addition & 0 deletions projects/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"name": "falco",
"organization": "falcosecurity",
"benchmark_path": "",
"configs": [
"ebpf",
"modern-ebpf",
Expand Down

0 comments on commit ca65b88

Please sign in to comment.