File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : FirePerf E2E Tests
2
2
3
3
on :
4
- pull_request :
5
4
schedule :
6
5
- cron : 4 */4 * * * # every 4 hours at 04 minutes past the hour
7
6
workflow_dispatch : # allow triggering the workflow manually
57
56
run : echo $PERF_E2E_GOOGLE_SERVICES | base64 -d > google-services.json
58
57
- name : Run fireperf end-to-end tests
59
58
run : |
60
- # fireci fireperf_e2e_test \
61
- # --plugin_repo_dir=firebase-android-buildtools \
62
- # --target_environment=${{ matrix.environment }}
63
- exit 1
59
+ fireci fireperf_e2e_test \
60
+ --plugin_repo_dir=firebase-android-buildtools \
61
+ --target_environment=${{ matrix.environment }}
64
62
- name : Notify developers upon failures
65
63
if : ${{ failure() }}
66
64
uses : actions/github-script@v6
79
77
});
80
78
81
79
const text =
82
- `Notification testing. Please ignore.
83
-
84
- Failed on commit ${commit} at ${datetime}.
80
+ `Failed on commit ${commit} at ${datetime}.
85
81
86
82
${url}`;
87
83
103
99
github.rest.issues.create({
104
100
owner: owner,
105
101
repo: repo,
106
- title: 'Notification Testing: FirePerf E2E Test Failures',
102
+ title: 'FirePerf E2E Test Failures',
107
103
body: text,
108
104
labels: ['fireperf-e2e-tests'],
109
105
assignees: ['jeremyjiang-dev', 'leotianlizhan', 'visumickey']
You can’t perform that action at this time.
0 commit comments