File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ async def get_context(config_override=None):
139139 {
140140 "name" : "fenix beta" ,
141141 "taskcluster_root_url" : "https://firefox-ci-tc.services.mozilla.com/" ,
142- "index" : "mobile.v2.fenix.fennec- beta.latest.arm64-v8a" ,
142+ "index" : "mobile.v2.fenix.beta.latest.arm64-v8a" ,
143143 "task_type" : "signing" ,
144144 "cot_product" : "mobile" ,
145145 },
@@ -158,6 +158,20 @@ async def get_context(config_override=None):
158158 "cot_product" : "mobile" ,
159159 "check_task" : False , # These tasks run on level t workers.
160160 },
161+ {
162+ "name" : "adhoc-signing" ,
163+ "taskcluster_root_url" : "https://firefox-ci-tc.services.mozilla.com/" ,
164+ "index" : "adhoc.v2.adhoc-signing.2021-07-28-vpn-2.4.1-msi-2.release-signing.latest" ,
165+ "task_type" : "signing" ,
166+ "cot_product" : "adhoc" ,
167+ },
168+ {
169+ "name" : "xpi-manifest reset-search-default" ,
170+ "taskcluster_root_url" : "https://firefox-ci-tc.services.mozilla.com/" ,
171+ "index" : "xpi.v2.xpi-manifest.reset-search-default-extension.release-signing.latest" ,
172+ "task_type" : "signing" ,
173+ "cot_product" : "xpi" ,
174+ },
161175)
162176
163177
You can’t perform that action at this time.
0 commit comments