From f293e2069505cab622fae74f3bfe30f6e97265be Mon Sep 17 00:00:00 2001 From: mengzhenyu Date: Tue, 18 Jan 2022 14:21:32 +0800 Subject: [PATCH] chore(autotest): debug broker performance test suite --- .github/workflows/run_broker_performance_cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_broker_performance_cluster.yaml b/.github/workflows/run_broker_performance_cluster.yaml index 0af6668fd..aa91cb65d 100644 --- a/.github/workflows/run_broker_performance_cluster.yaml +++ b/.github/workflows/run_broker_performance_cluster.yaml @@ -117,7 +117,7 @@ jobs: working-directory: ./tf-test-automation/services/emqx id: server_ip run: | - terraform apply -auto-approve -var="access_key=${{ secrets.AWS_ACCESS_KEY_ID_FOR_PERFORMANCE_TESTING }}" -var="secret_key=${{ secrets.AWS_SECRET_ACCESS_KEY_FOR_PERFORMANCE_TESTING }}" -var="private_key=${{ secrets.CI_SSH_PRIVATE_KEY }}" -var="emqx_package=/tmp/emqx.tar.gz" + terraform apply -auto-approve -var="access_key=${{ secrets.AWS_ACCESS_KEY_ID_FOR_PERFORMANCE_TESTING }}" -var="secret_key=${{ secrets.AWS_SECRET_ACCESS_KEY_FOR_PERFORMANCE_TESTING }}" -var="private_key=${{ secrets.CI_SSH_PRIVATE_KEY }}" -var="emqx_package=/home/ubuntu/emqx.tar.gz" echo "::set-output name=emqx_private_ips::$(terraform output emqx_private_ips)" echo "::set-output name=emqx_public_ips::$(terraform output emqx_public_ips)" - name: Rename and upload emqx tfstate