File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1- name : One-time performance testing - 26th October 2023
1+ name : One-time performance testing - 8th November 2023
22
3- # Run "At every 30th minute on day-of-month 26 in October "
3+ # Run "At every 30th minute on day-of-month 8 in November "
44on :
55 schedule :
6- - cron : ' */30 * 26 10 *'
6+ - cron : ' */30 * 8 11 *'
77
88# Add some extra perms to comment on a PR
99permissions :
6565 path : delphi-admin
6666 - name : Build & run Locust
6767 continue-on-error : true # sometimes ~2-5 queries fail, we shouldn't end the run if that's the case
68+ env :
69+ PERFTEST_API_KEY : ${{secrets.PERFTEST_API_KEY}}
6870 run : |
6971 cd delphi-admin/load-testing/locust
7072 docker build -t locust .
Original file line number Diff line number Diff line change 7373 path : delphi-admin
7474 - name : Build & run Locust
7575 continue-on-error : true # sometimes ~2-5 queries fail, we shouldn't end the run if that's the case
76+ env :
77+ PERFTEST_API_KEY : ${{secrets.PERFTEST_API_KEY}}
7678 run : |
7779 cd delphi-admin/load-testing/locust
7880 docker build -t locust .
You can’t perform that action at this time.
0 commit comments