32
edits
(→Run the tasks to staging pools (OSX/Linux): changed to a diff/ hgpatch) |
(→Run the tasks to staging pools (OSX/Linux): change diff to osx) |
||
| Line 314: | Line 314: | ||
+ """ | + """ | ||
+ find_replace_dict = { | + find_replace_dict = { | ||
+ "releng-hardware/gecko-t- | + "releng-hardware/gecko-t-osx-1010": "releng-hardware/gecko-t-osx-1010-beta", | ||
+ } | + } | ||
+ # | + # Replace releng-hardware/gecko-t-osx-1010 worker-type with releng-hardware/gecko-t-osx-1010-beta | ||
+ # for Linux, | + # for Linux, replace releng-hardware/gecko-t-linux-talos with releng-hardware/gecko-t-linux-talos-b | ||
+ for task in tasks: | + for task in tasks: | ||
+ if task['worker-type'] in find_replace_dict: | + if task['worker-type'] in find_replace_dict: | ||
edits