From 21f3d86a82c2a1bfc78b730c1eddbdd5e2206361 Mon Sep 17 00:00:00 2001 From: John Murret Date: Mon, 10 Apr 2023 20:58:07 -0600 Subject: [PATCH] change parallelism to 4 forgotestsum. use env.CONSUL_VERSION so we can see the version. --- .github/workflows/test-integrations.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index c6a50a08194e..a25c18442d18 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -356,7 +356,7 @@ jobs: --packages="${PACKAGE_NAMES}" \ -- \ go test \ - -p=8 \ + -p=4 \ -tags "${{ env.GOTAGS }}" \ -timeout=30m \ -json \ @@ -364,7 +364,7 @@ jobs: --target-image consul \ --target-version local \ --latest-image consul \ - --latest-version "$CONSUL_VERSION" + --latest-version "${{ env.CONSUL_VERSION }}" ls -lrt env: # this is needed because of incompatibility between RYUK container and circleci