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.
2 parents 053d51e + 8781cfd commit 21a7b66Copy full SHA for 21a7b66
src/taskgraph/transforms/task.py
@@ -1092,11 +1092,6 @@ def set_defaults(config, tasks):
1092
elif worker["implementation"] == "generic-worker":
1093
worker.setdefault("env", {})
1094
worker.setdefault("os-groups", [])
1095
- if worker["os-groups"] and worker["os"] != "windows":
1096
- raise Exception(
1097
- "os-groups feature of generic-worker is only supported on "
1098
- "Windows, not on {}".format(worker["os"])
1099
- )
1100
worker.setdefault("chain-of-trust", False)
1101
elif worker["implementation"] in (
1102
"scriptworker-signing",
0 commit comments