From 4efb0ad326eb2e67ea14fa99d4347853bc48af4b Mon Sep 17 00:00:00 2001 From: David Poltorak Date: Thu, 19 Oct 2023 11:03:23 +0100 Subject: [PATCH] fix: set verifier APIKEY in github action, bump test version to 1.17.0 Signed-off-by: David Poltorak --- .github/workflows/performance-tests.yml | 1 + infrastructure/single-tenant-testing-stack/.env | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index b531a84fe6..a92646eac4 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -128,6 +128,7 @@ jobs: env: ISSUER_AGENT_API_KEY: default HOLDER_AGENT_API_KEY: default + VERIFIER_AGENT_API_KEY: default run: | # Have to use manual download because GitHub action doesnt support localhost execution curl https://github.com/grafana/k6/releases/download/v0.45.0/k6-v0.45.0-linux-amd64.tar.gz -L | tar xvz --strip-components 1 diff --git a/infrastructure/single-tenant-testing-stack/.env b/infrastructure/single-tenant-testing-stack/.env index 333904bbd4..a40f9fe1cb 100644 --- a/infrastructure/single-tenant-testing-stack/.env +++ b/infrastructure/single-tenant-testing-stack/.env @@ -1,3 +1,3 @@ -PRISM_AGENT_VERSION=1.16.4 +PRISM_AGENT_VERSION=1.17.0 PRISM_NODE_VERSION=2.2.1 VAULT_DEV_ROOT_TOKEN_ID=root