From f565c5f65930fc942e58bc2f436a6eae20630d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Wed, 29 May 2024 13:18:12 +0200 Subject: [PATCH] Enable perf-bench on AWS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/actions/e2e_benchmark/action.yml | 16 ++++++++++++++++ .github/workflows/e2e-test-release.yml | 7 ++++++- .github/workflows/e2e-test-weekly.yml | 7 ++++++- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.github/actions/e2e_benchmark/action.yml b/.github/actions/e2e_benchmark/action.yml index 90fea832c..04de42e80 100644 --- a/.github/actions/e2e_benchmark/action.yml +++ b/.github/actions/e2e_benchmark/action.yml @@ -94,6 +94,22 @@ runs: EOF fi + if [[ "${{ inputs.cloudProvider }}" == "aws" ]] + then + cat <