Skip to content

Commit

Permalink
[stable][dart2js] Remove all unused test configs
Browse files Browse the repository at this point in the history
Reduce the test matrix configurations to only those used in actual
build bots.

Issue: #51481
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/281346
Change-Id: I07c7313c10aa415cd0ec884fb27499cfeae9a0ab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287901
Reviewed-by: Alexander Thomas <athom@google.com>
  • Loading branch information
nshahan committed Mar 15, 2023
1 parent 2c89851 commit b5dbbfe
Showing 1 changed file with 13 additions and 33 deletions.
46 changes: 13 additions & 33 deletions tools/bots/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -494,12 +494,6 @@
]
}
},
"dart2js-weak-(linux|mac|win)-x64-d8": {
"options": {
"builder-tag": "dart2js-weak",
"use-sdk": true
}
},
"dart2js-(linux|win)-firefox": {
"options": {
"use-sdk": true,
Expand Down Expand Up @@ -533,7 +527,7 @@
]
}
},
"dart2js-minified-csp-(linux|mac|win)-chrome": {
"dart2js-minified-csp-linux-chrome": {
"options": {
"minified": true,
"csp": true,
Expand All @@ -543,7 +537,7 @@
]
}
},
"dart2js-minified-csp-max-fragments-(linux|mac|win)-chrome": {
"dart2js-minified-csp-max-fragments-linux-chrome": {
"options": {
"minified": true,
"csp": true,
Expand All @@ -555,7 +549,7 @@
]
}
},
"dart2js-minified-(linux|mac|win)-d8": {
"dart2js-minified-linux-d8": {
"options": {
"minified": true,
"use-sdk": true,
Expand All @@ -564,7 +558,7 @@
]
}
},
"dart2js-minified-hostasserts-weak-max-fragments-(linux|win)-x64-d8": {
"dart2js-minified-hostasserts-weak-max-fragments-linux-x64-d8": {
"options": {
"minified": true,
"host-checked": true,
Expand All @@ -577,7 +571,7 @@
]
}
},
"dart2js-production-(linux|mac|win)-d8": {
"dart2js-production-linux-d8": {
"options": {
"builder-tag": "dart2js_production",
"use-sdk": true,
Expand All @@ -587,7 +581,7 @@
]
}
},
"dart2js-o0-(linux|mac|win)-d8": {
"dart2js-o0-linux-d8": {
"options": {
"builder-tag": "dart2js_o0",
"use-sdk": true,
Expand All @@ -597,7 +591,7 @@
]
}
},
"dart2js-canary-(linux|mac|win)-d8": {
"dart2js-canary-linux-d8": {
"options": {
"builder-tag": "dart2js_canary",
"host-checked": true,
Expand All @@ -607,7 +601,7 @@
]
}
},
"dart2js-canary-(linux|mac|win)-chrome": {
"dart2js-canary-linux-chrome": {
"options": {
"host-checked": true,
"timeout": 240,
Expand All @@ -616,7 +610,7 @@
]
}
},
"dart2js-hostasserts-(linux|mac|win)-(ia32|x64)-d8": {
"dart2js-hostasserts-linux-ia32-d8": {
"options": {
"host-checked": true,
"timeout": 240,
Expand All @@ -625,14 +619,14 @@
]
}
},
"dart2js-hostasserts-weak-(linux|win)-x64-(d8|chrome)": {
"dart2js-hostasserts-weak-linux-x64-(d8|chrome)": {
"options": {
"host-checked": true,
"timeout": 240,
"builder-tag": "dart2js-weak"
}
},
"dart2js-hostasserts-weak-max-fragments-(linux|win)-x64-(d8|chrome)": {
"dart2js-hostasserts-weak-max-fragments-linux-x64-d8": {
"options": {
"host-checked": true,
"timeout": 240,
Expand All @@ -643,21 +637,14 @@
]
}
},
"dart2js-hostasserts-weak-mac-x64-(d8|chrome)": {
"options": {
"host-checked": true,
"timeout": 240,
"builder-tag": "dart2js-weak"
}
},
"dart2js-hostasserts-strong-(linux|win)-x64-(d8|chrome)": {
"dart2js-hostasserts-strong-linux-x64-(d8|chrome)": {
"options": {
"host-checked": true,
"timeout": 240,
"builder-tag": "dart2js-strong"
}
},
"dart2js-hostasserts-strong-max-fragments-(linux|win)-x64-(d8|chrome)": {
"dart2js-hostasserts-strong-max-fragments-linux-x64-d8": {
"options": {
"host-checked": true,
"timeout": 240,
Expand All @@ -668,13 +655,6 @@
]
}
},
"dart2js-hostasserts-strong-mac-x64-(d8|chrome)": {
"options": {
"host-checked": true,
"timeout": 240,
"builder-tag": "dart2js-strong"
}
},
"dart2wasm-hostasserts-linux-x64-d8": {
"options": {
"host-checked": true,
Expand Down

0 comments on commit b5dbbfe

Please sign in to comment.