Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 6, 2025
1 parent 18293a2 commit 8dff4ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ add_metadata_and_flamegraphs() {
# vars: $FLAMEGRAPHS, $S3_FLAMEGRAPHS_PATH, $CURRENT_SHA

id=${metric_path%%-*} # first part before -
echo $id
echo "id: $id"

inputs=$(echo "$matrix" | jq -r --arg id "$id" '.[] |
select(.id == $id) |
Expand All @@ -16,6 +16,7 @@ add_metadata_and_flamegraphs() {
instance_type: .instance_type,
memory_allocator: .memory_allocator
}')
echo "inputs: $inputs"

if [[ "$FLAMEGRAPHS" == 'true' ]]; then
repo_root=$(git rev-parse --show-toplevel)
Expand Down

0 comments on commit 8dff4ff

Please sign in to comment.