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
|
|
@ -67,31 +67,31 @@ TASK_CONFIG_TESTS = {
|
|||
"worker-overrides": [
|
||||
([], None),
|
||||
(
|
||||
["--worker-override", "b-linux=worker/pool"],
|
||||
{"try_task_config": {"worker-overrides": {"b-linux": "worker/pool"}}},
|
||||
["--worker-override", "b-linux-gcp=worker/pool"],
|
||||
{"try_task_config": {"worker-overrides": {"b-linux-gcp": "worker/pool"}}},
|
||||
),
|
||||
(
|
||||
[
|
||||
"--worker-override",
|
||||
"b-linux=worker/pool",
|
||||
"b-linux-gcp=worker/pool",
|
||||
"--worker-override",
|
||||
"b-linux=other/pool",
|
||||
"b-linux-gcp=other/pool",
|
||||
],
|
||||
SystemExit,
|
||||
),
|
||||
(
|
||||
["--worker-suffix", "b-linux=-dev"],
|
||||
["--worker-suffix", "b-linux-gcp=-dev"],
|
||||
{
|
||||
"try_task_config": {
|
||||
"worker-overrides": {"b-linux": "gecko-1/b-linux-dev"}
|
||||
"worker-overrides": {"b-linux-gcp": "gecko-1/b-linux-dev"}
|
||||
}
|
||||
},
|
||||
),
|
||||
(
|
||||
[
|
||||
"--worker-override",
|
||||
"b-linux=worker/pool" "--worker-suffix",
|
||||
"b-linux=-dev",
|
||||
"b-linux-gcp=worker/pool" "--worker-suffix",
|
||||
"b-linux-gcp=-dev",
|
||||
],
|
||||
SystemExit,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue