mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Bug 1572739 - remove duplicate linux perf tasks. r=aerickson
remove duplicate linux perf tasks Differential Revision: https://phabricator.services.mozilla.com/D106806
This commit is contained in:
parent
98671a2fc3
commit
fda722b87d
@ -1820,17 +1820,7 @@ def set_worker_type(config, tasks):
|
||||
if task.get("suite", "") in ["talos", "raptor"] and not task[
|
||||
"build-platform"
|
||||
].startswith("linux64-ccov"):
|
||||
task["worker-type"] = "t-linux-talos"
|
||||
# TODO: duplicate tasks for linux-1804 (remove March 1st)
|
||||
task1804 = copy.deepcopy(task)
|
||||
task1804["test-platform"] = test_platform.replace(
|
||||
"linux64", "linux1804-64"
|
||||
)
|
||||
task1804["treeherder-machine-platform"] = task1804[
|
||||
"treeherder-machine-platform"
|
||||
].replace("linux64", "linux1804-64")
|
||||
task1804["worker-type"] = "t-linux-talos-1804"
|
||||
yield task1804
|
||||
task["worker-type"] = "t-linux-talos-1804"
|
||||
else:
|
||||
task["worker-type"] = LINUX_WORKER_TYPES[task["instance-size"]]
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user