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