Skip to content

Commit

Permalink
Remove steps for unprepared k6 after staging frontend deploy (#4990)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Sep 25, 2024
1 parent d3553f2 commit ade3169
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ade3169

Please sign in to comment.