icecat: add release icecat-140.7.0-1gnu1 for ecne
This commit is contained in:
parent
7d0f5dab3b
commit
30225f2e73
156 changed files with 9131 additions and 4525 deletions
|
|
@ -127,7 +127,6 @@ test_description_schema = Schema(
|
|||
"large-noscratch",
|
||||
"xlarge",
|
||||
"xlarge-noscratch",
|
||||
"large-dw",
|
||||
),
|
||||
),
|
||||
# type of virtualization or hardware required by test.
|
||||
|
|
|
|||
|
|
@ -607,9 +607,6 @@ def enable_code_coverage(config, tasks):
|
|||
task["instance-size"] = "xlarge-noscratch"
|
||||
if "jittest" in task["test-name"]:
|
||||
task["instance-size"] = "xlarge"
|
||||
elif task["suite"] == "xpcshell" and "linux" in task["build-platform"]:
|
||||
# TODO figure out OOM/timeout issues on d2g (bug 1962414)
|
||||
task["instance-size"] = "large-dw"
|
||||
|
||||
# Temporarily disable Mac tests on mozilla-central
|
||||
if "mac" in task["build-platform"]:
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ LINUX_WORKER_TYPES = {
|
|||
"large-noscratch": "t-linux-docker-noscratch",
|
||||
"xlarge": "t-linux-docker",
|
||||
"xlarge-noscratch": "t-linux-docker-noscratch",
|
||||
"large-dw": "t-linux-large-noscratch",
|
||||
"default": "t-linux-docker-noscratch",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue