From f07a08c4caf66437236c45f89d4a916e8e15411a Mon Sep 17 00:00:00 2001 From: Salah Aldeen Al Saleh Date: Fri, 15 Oct 2021 10:14:42 -0700 Subject: [PATCH] print kgrid info before waiting for tests (#2248) --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c33cbe0323..2cf2b5f5b1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1190,8 +1190,8 @@ jobs: KGRID_API_TOKEN: ${{ secrets.KGRID_API_TOKEN }} KGRID_RUN_ID: ${{ steps.deploy_kgrid.outputs.kgrid-run-id }} run: | - ./hack/wait-kgrid.sh printf "\n\nSupport bundles are available in the Replicated production AWS account under the 'kgrid-support-bundles' S3 bucket. To download a support bundle, you can do so using the AWS Management Console, or by configuring the AWS cli tool with the appropriate credentials and running the following command: \n\naws s3 cp .tar.gz\n\n" + ./hack/wait-kgrid.sh generate-kurl-addon-pr: