From 07e2889008cefcc58064989861e7714443a9c404 Mon Sep 17 00:00:00 2001 From: Trystan Schneider Date: Fri, 27 Dec 2024 15:54:54 +0100 Subject: [PATCH] Try to fix --- .github/workflows/bench-benchmark.yml | 2 +- tools/ci/bench-aws.tfvars | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bench-benchmark.yml b/.github/workflows/bench-benchmark.yml index 3ed433527..bbcd034ad 100644 --- a/.github/workflows/bench-benchmark.yml +++ b/.github/workflows/bench-benchmark.yml @@ -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 diff --git a/tools/ci/bench-aws.tfvars b/tools/ci/bench-aws.tfvars index dd7a02dbd..10545686e 100644 --- a/tools/ci/bench-aws.tfvars +++ b/tools/ci/bench-aws.tfvars @@ -1,9 +1,9 @@ # Tags tags = { - "name" = "bench" - "origin" = "terraform" - "csp" = "aws" - "Terraform" = "true" + "name" = "bench" + "origin" = "terraform" + "csp" = "aws" + "Terraform" = "true" } vpc = {