From 8a50c96f254ea3aa90884f0733cf8c70a2a53979 Mon Sep 17 00:00:00 2001 From: Moritz Eckert Date: Thu, 28 Dec 2023 11:11:58 +0100 Subject: [PATCH] ci: add aws fio benchmark --- .github/actions/e2e_benchmark/action.yml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/.github/actions/e2e_benchmark/action.yml b/.github/actions/e2e_benchmark/action.yml index 88631a62a2..fd9055dcd9 100644 --- a/.github/actions/e2e_benchmark/action.yml +++ b/.github/actions/e2e_benchmark/action.yml @@ -74,7 +74,7 @@ runs: mkdir -p out kubestr fio -e "out/fio-constellation-${{ inputs.cloudProvider }}.json" -o json -s encrypted-rwo-no-cache -z 400Gi -f .github/actions/e2e_benchmark/fio.ini - - name: Run FIO benchmark + - name: Run FIO benchmark in GCP if: inputs.cloudProvider == 'gcp' shell: bash env: @@ -94,6 +94,27 @@ runs: mkdir -p out kubestr fio -e "out/fio-constellation-${{ inputs.cloudProvider }}.json" -o json -s encrypted-balanced-rwo -z 400Gi -f .github/actions/e2e_benchmark/fio.ini + - name: Run FIO benchmark in AWS + if: inputs.cloudProvider == 'aws' + shell: bash + env: + KUBECONFIG: ${{ inputs.kubeconfig }} + run: | + cat <