diff --git a/scriptworker/cot/verify.py b/scriptworker/cot/verify.py index 5f9ad214..62260bc9 100644 --- a/scriptworker/cot/verify.py +++ b/scriptworker/cot/verify.py @@ -65,10 +65,10 @@ log = logging.getLogger(__name__) +# XXX Remove all mach command hardcodes when all trees are 59+ DECISION_MACH_COMMANDS = (( './mach', 'taskgraph', 'decision' ), ) -# XXX Remove all non- `action-callback` commands when we retire all trees