Skip to content

Commit

Permalink
Update project-trigger to receive the benchmark path of a project.
Browse files Browse the repository at this point in the history
Signed-off-by: Valeria Salis <salis.valeria96@gmail.com>
  • Loading branch information
vallss authored and rossf7 committed Sep 13, 2024
1 parent 234923f commit 040690f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/project-trigger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ fi
jq -c '.projects[]' "$json_file" | while read -r project; do
proj_name=$(echo "$project" | jq -r '.name')
proj_organization=$(echo "$project" | jq -r '.organization')
proj_benchmark_path=$(echo "$project" | jq -r '.benchmark_path')
configs=$(echo "$project" | jq -r '.configs')

echo "Project Name: $proj_name"
echo "Organization: $proj_organization"
echo "Benchmark Path: $proj_benchmark_path"
echo "Configs: $configs"

release_url="https://api.github.com/repos/${proj_organization}/${proj_name}/releases/latest"
Expand Down

0 comments on commit 040690f

Please sign in to comment.