Skip to content

Commit

Permalink
Try to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Dec 27, 2024
1 parent 7596e4a commit 07e2889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
set -ex
grpc_endpoint=$(cat "infrastructure/quick-deploy/$TYPE/generated/armonik-output.json" | jq -r '.armonik.control_plane_url' | sed -r 's/(http:\/\/)([^:]*)(:.*)/\2/')
echo "grpc-endpoint=$grpc_endpoint" >> "$GITHUB_OUTPUT"
sleep 30
sleep 60
- id: bench
name: Run Bench
Expand Down
8 changes: 4 additions & 4 deletions tools/ci/bench-aws.tfvars
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Tags
tags = {
"name" = "bench"
"origin" = "terraform"
"csp" = "aws"
"Terraform" = "true"
"name" = "bench"
"origin" = "terraform"
"csp" = "aws"
"Terraform" = "true"
}

vpc = {
Expand Down

0 comments on commit 07e2889

Please sign in to comment.