Bug 1915635 - update path to nightly cron index for mach try scriptworker. r=releng-reviewers,ahal

Since bug 1882083 the `nightly-desktop` cron job no longer runs
regularly, having been replaced with `nightly-all`.

Differential Revision: https://phabricator.services.mozilla.com/D220573
This commit is contained in:
Julien Cristau 2024-09-02 06:00:55 +00:00
parent 82a1ace195
commit 5601eda303

View File

@ -86,7 +86,7 @@ def get_release_graph(release):
def get_nightly_graph():
return find_task_id(
"gecko.v2.mozilla-central.latest.taskgraph.decision-nightly-desktop"
"gecko.v2.mozilla-central.latest.taskgraph.decision-nightly-all"
)