Skip to content

Commit 21a7b66

Browse files
authored
Merge pull request #754 from taskcluster/osGroupsOnAllPlatforms
Generic Worker feature osGroups is supported on all target platforms
2 parents 053d51e + 8781cfd commit 21a7b66

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/taskgraph/transforms/task.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,11 +1092,6 @@ def set_defaults(config, tasks):
10921092
elif worker["implementation"] == "generic-worker":
10931093
worker.setdefault("env", {})
10941094
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-
)
11001095
worker.setdefault("chain-of-trust", False)
11011096
elif worker["implementation"] in (
11021097
"scriptworker-signing",

0 commit comments

Comments
 (0)