File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,14 @@ name: FirePerf E2E Tests
3
3
on :
4
4
pull_request :
5
5
schedule :
6
- - cron : 4 */4 * * *
6
+ - cron : 4 */4 * * * # every 4 hours at 04 minutes past the hour
7
+
8
+ concurrency :
9
+ group : ${{ github.workflow }}
7
10
8
11
env :
9
12
PERF_E2E_GOOGLE_SERVICES : ${{ secrets.PERF_E2E_GOOGLE_SERVICES }}
10
- FTL_RESULTS_BUCKET : " fireescape"
13
+ FTL_RESULTS_BUCKET : fireescape
11
14
12
15
jobs :
13
16
prod :
39
42
- name : Set up Python 3.10
40
43
uses : actions/setup-python@v4
41
44
with :
42
- python-version : ' 3.10'
45
+ python-version : 3.10
43
46
- name : Set up fireci
44
47
run : pip3 install -e ci/fireci
45
48
- uses : google-github-actions/auth@v0
80
83
- name : Set up Python 3.10
81
84
uses : actions/setup-python@v4
82
85
with :
83
- python-version : ' 3.10'
86
+ python-version : 3.10
84
87
- name : Set up fireci
85
88
run : pip3 install -e ci/fireci
86
89
- uses : google-github-actions/auth@v0
You can’t perform that action at this time.
0 commit comments