Bug 1920024 - remove mach taskgraph cron command. r=releng-reviewers,hneiva

Differential Revision: https://phabricator.services.mozilla.com/D222926
This commit is contained in:
Julien Cristau 2024-09-23 08:27:54 +00:00
parent 82a5863c20
commit a854b4da38

View File

@ -231,19 +231,6 @@ def taskgraph_decision(command_context, **options):
sys.exit(1)
@SubCommand(
"taskgraph",
"cron",
description="Provide a pointer to the new `.cron.yml` handler.",
)
def taskgraph_cron(command_context, **options):
print(
'Handling of ".cron.yml" files has move to '
"https://hg.mozilla.org/ci/ci-admin/file/default/build-decision."
)
sys.exit(1)
@SubCommand(
"taskgraph",
"action-callback",