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
2
2
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 "
4
4
on :
5
5
schedule :
6
- - cron : ' */30 * 26 10 *'
6
+ - cron : ' */30 * 8 11 *'
7
7
8
8
# Add some extra perms to comment on a PR
9
9
permissions :
65
65
path : delphi-admin
66
66
- name : Build & run Locust
67
67
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}}
68
70
run : |
69
71
cd delphi-admin/load-testing/locust
70
72
docker build -t locust .
Original file line number Diff line number Diff line change 73
73
path : delphi-admin
74
74
- name : Build & run Locust
75
75
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}}
76
78
run : |
77
79
cd delphi-admin/load-testing/locust
78
80
docker build -t locust .
You can’t perform that action at this time.
0 commit comments