We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5c883 commit 170598bCopy full SHA for 170598b
tests/test_production.py
@@ -173,7 +173,14 @@ async def get_context(config_override=None):
173
"check_task": False, # These tasks run on level t workers.
174
},
175
{
176
- "name": "adhoc-signing",
+ "name": "adhoc-signing-task",
177
+ "taskcluster_root_url": "https://firefox-ci-tc.services.mozilla.com/",
178
+ "index": "adhoc.v2.adhoc-signing.test-mac.release-signing.latest",
179
+ "task_type": "signing",
180
+ "cot_product": "adhoc",
181
+ },
182
+ {
183
+ "name": "adhoc-signing-decision",
184
"taskcluster_root_url": "https://firefox-ci-tc.services.mozilla.com/",
185
"index": "adhoc.v2.adhoc-signing.latest.taskgraph.decision",
186
"task_type": "decision",
0 commit comments