From 6c2795de69af2f7b5b2eae27d459da5dba57219b Mon Sep 17 00:00:00 2001 From: sarayourfriend Date: Wed, 25 Sep 2024 12:19:08 -0600 Subject: [PATCH] Remove steps for unprepared k6 after staging frontend deploy --- .github/workflows/ci_cd.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 112950353d0..6b091745e8e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -1262,18 +1262,6 @@ jobs: wait_time: 60 # check every minute max_time: 1800 # allow up to 30 minutes for a deployment - - name: Setup k6 - uses: grafana/setup-k6-action@v1 - - - name: Run k6 script - env: - K6_CLOUD_TOKEN: ${{ secrets.GC_K6_TOKEN }} - K6_SIGNING_SECRET: ${{ secrets.K6_SIGNING_SECRET }} - run: | - just k6 frontend all --out cloud \ - -e FRONTEND_URL=https://staging.openverse.org/ \ - -e signing_secret="$K6_SIGNING_SECRET" - deploy-api: name: Deploy staging API runs-on: ubuntu-latest