@@ -103,6 +103,7 @@ tasks:
103
103
shipping-product : focus
104
104
description : ' Focus UI tests with firebase'
105
105
run-on-tasks-for : [github-pull-request, github-push]
106
+ run-on-git-branches : ["^((?!releases[_/]).+)$"]
106
107
run :
107
108
secrets :
108
109
- name : project/mobile/firefox-android/focus-android/firebase
@@ -128,7 +129,7 @@ tasks:
128
129
GOOGLE_PROJECT : ' moz-focus-android'
129
130
focus-arm-nightly :
130
131
attributes :
131
- build-type : nightly-firebase
132
+ build-type : focus- nightly-firebase
132
133
shipping-product : focus
133
134
description : ' UI tests on Nightly with firebase'
134
135
run-on-tasks-for : [github-push]
@@ -157,11 +158,11 @@ tasks:
157
158
GOOGLE_PROJECT : ' moz-focus-android'
158
159
focus-arm-beta :
159
160
attributes :
160
- build-type : nightly -firebase
161
+ build-type : focus-beta -firebase
161
162
shipping-product : focus
162
163
description : ' UI tests on Beta with firebase'
163
164
run-on-tasks-for : [github-push]
164
- run-on-git-branches : [main, releases_v]
165
+ run-on-git-branches : [releases_v]
165
166
dependencies :
166
167
signed-apk-debug-apk : signing-apk-focus-beta-firebase
167
168
signed-apk-android-test : signing-apk-focus-android-test-beta
@@ -242,11 +243,11 @@ tasks:
242
243
GOOGLE_PROJECT : moz-fenix
243
244
fenix-arm-beta :
244
245
attributes :
245
- build-type : beta-firebase
246
+ build-type : fenix- beta-firebase
246
247
shipping-product : fenix
247
248
description : Test Fenix
248
249
run-on-tasks-for : [github-push]
249
- run-on-git-branches : ["^releases[/_].+$" ]
250
+ run-on-git-branches : [releases_v ]
250
251
dependencies :
251
252
signed-apk-debug-apk : signing-apk-fenix-beta-firebase
252
253
signed-apk-android-test : signing-apk-fenix-android-test-beta
@@ -270,10 +271,11 @@ tasks:
270
271
GOOGLE_PROJECT : moz-fenix
271
272
fenix-arm-nightly :
272
273
attributes :
273
- build-type : nightly-firebase
274
+ build-type : fenix- nightly-firebase
274
275
shipping-product : fenix
275
276
description : Test Fenix
276
277
run-on-tasks-for : [github-push]
278
+ run-on-git-branches : [main]
277
279
dependencies :
278
280
signed-apk-debug-apk : signing-apk-fenix-nightly-firebase
279
281
signed-apk-android-test : signing-apk-fenix-android-test-nightly
0 commit comments