diff --git a/.github/workflows/performance-tests-one-time.yml b/.github/workflows/performance-tests-one-time.yml index f11c02c4d..effda8e8c 100644 --- a/.github/workflows/performance-tests-one-time.yml +++ b/.github/workflows/performance-tests-one-time.yml @@ -1,9 +1,9 @@ -name: One-time performance testing - 26th October 2023 +name: One-time performance testing - 8th November 2023 -# Run "At every 30th minute on day-of-month 26 in October" +# Run "At every 30th minute on day-of-month 8 in November" on: schedule: - - cron: '*/30 * 26 10 *' + - cron: '*/30 * 8 11 *' # Add some extra perms to comment on a PR permissions: @@ -65,6 +65,8 @@ jobs: path: delphi-admin - name: Build & run Locust continue-on-error: true # sometimes ~2-5 queries fail, we shouldn't end the run if that's the case + env: + PERFTEST_API_KEY: ${{secrets.PERFTEST_API_KEY}} run: | cd delphi-admin/load-testing/locust docker build -t locust . diff --git a/.github/workflows/performance-tests.yml b/.github/workflows/performance-tests.yml index ec30856d0..be87de13f 100644 --- a/.github/workflows/performance-tests.yml +++ b/.github/workflows/performance-tests.yml @@ -73,6 +73,8 @@ jobs: path: delphi-admin - name: Build & run Locust continue-on-error: true # sometimes ~2-5 queries fail, we shouldn't end the run if that's the case + env: + PERFTEST_API_KEY: ${{secrets.PERFTEST_API_KEY}} run: | cd delphi-admin/load-testing/locust docker build -t locust .