[infra] Add linux-debug-canary configurations used by canary builder

With this change, each configuration is run on only one builder (per
branch). We need this to start processing and storing results by
configuration instead of by builder.

Change-Id: Ib11c1f3b459c2992440ce8a3540c455deb64b9f4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144701
Reviewed-by: Jonas Termansen <sortie@google.com>
This commit is contained in:
William Hesse 2020-04-29 19:45:18 +00:00
parent 4d1ca6316f
commit 70f8e1810c

View file

@ -827,6 +827,11 @@
}
},
"dartk-(linux|mac|win)-(debug|product|release)-(ia32|x64)": {},
"dartk-linux-debug-(ia32|x64)-canary": {
"options": {
"builder-tag": "canary"
}
},
"dartkp-weak-asserts-(linux|mac)-(debug|product|release)-x64": {
"options": {
"enable-experiment": [
@ -1308,14 +1313,14 @@
{
"name": "vm ia32 tests",
"arguments": [
"-ndartk-linux-debug-ia32",
"-ndartk-linux-debug-ia32-canary",
"vm"
]
},
{
"name": "vm x64 tests",
"arguments": [
"-ndartk-linux-debug-x64",
"-ndartk-linux-debug-x64-canary",
"vm"
]
}