mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 09:43:08 +00:00
[infra] Remove AST builders from the test matrix
These builders were already removed from the Luci config: https://dart-review.googlesource.com/c/sdk/+/127645 Change-Id: I59a96d7ea0a042d41e265648753bc594833550fe Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128064 Auto-Submit: Alexander Thomas <athom@google.com> Reviewed-by: Siva Annamalai <asiva@google.com>
This commit is contained in:
parent
77d066fd7d
commit
9e0a5026d5
1 changed files with 0 additions and 142 deletions
|
@ -694,92 +694,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builders": [
|
||||
"vm-kernel-ast-linux-debug-ia32",
|
||||
"vm-kernel-ast-linux-release-ia32",
|
||||
"vm-kernel-ast-linux-debug-x64",
|
||||
"vm-kernel-ast-linux-release-simarm",
|
||||
"vm-kernel-ast-linux-release-simarm64",
|
||||
"vm-kernel-ast-linux-release-x64",
|
||||
"vm-kernel-ast-win-debug-x64",
|
||||
"vm-kernel-ast-win-release-x64"
|
||||
],
|
||||
"meta": {
|
||||
"description": "This configuration is used by the vm legacy AST-mode (no-bytecode) JIT builders."
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "configure dart",
|
||||
"script": "tools/gn.py",
|
||||
"arguments": [
|
||||
"--mode=${mode}",
|
||||
"--arch=${arch}",
|
||||
"--no-bytecode"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"runtime"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vm tests",
|
||||
"arguments": [
|
||||
"-ndartk-${system}-${mode}-${arch}-ast"],
|
||||
"fileset": "vm-kernel",
|
||||
"shards": 8
|
||||
},
|
||||
{
|
||||
"name": "vm co19 tests",
|
||||
"arguments": [
|
||||
"-ndartk-${system}-${mode}-${arch}-ast",
|
||||
"co19_2"
|
||||
],
|
||||
"fileset": "vm-kernel",
|
||||
"shards": 8
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builders": [
|
||||
"vm-kernel-precomp-ast-linux-debug-x64",
|
||||
"vm-kernel-precomp-ast-linux-release-simarm",
|
||||
"vm-kernel-precomp-ast-linux-release-simarm64",
|
||||
"vm-kernel-precomp-ast-linux-release-x64"
|
||||
],
|
||||
"meta": {
|
||||
"description": "This configuration is used by the vm legacy AST-mode (no-bytecode) AOT builders."
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "configure dart",
|
||||
"script": "tools/gn.py",
|
||||
"arguments": [
|
||||
"--mode=${mode}",
|
||||
"--arch=${arch}",
|
||||
"--no-bytecode"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "build dart",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"runtime",
|
||||
"dart_precompiled_runtime"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vm tests",
|
||||
"arguments": [
|
||||
"-ndartkp-${system}-${mode}-${arch}-ast"],
|
||||
"fileset": "vm-kernel",
|
||||
"shards": 8
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builders": [
|
||||
"vm-canary-linux-debug"
|
||||
|
@ -2718,62 +2632,6 @@
|
|||
"shards": 10
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"builders": [
|
||||
"vm-kernel-precomp-ast-linux-release-simarm_x64"
|
||||
],
|
||||
"meta": {
|
||||
"description": "This configuration runs tests for the simarm_x64 architecture in AST mode."
|
||||
},
|
||||
"steps": [
|
||||
{
|
||||
"name": "configure dart for simarm_x64",
|
||||
"script": "tools/gn.py",
|
||||
"arguments": [
|
||||
"--mode=${mode}",
|
||||
"--arch=simarm_x64",
|
||||
"--no-bytecode"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "configure dart for simarm",
|
||||
"script": "tools/gn.py",
|
||||
"arguments": [
|
||||
"--mode=${mode}",
|
||||
"--arch=simarm",
|
||||
"--no-bytecode"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "build dart for simarm_x64",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--mode=${mode}",
|
||||
"--arch=simarm_x64",
|
||||
"gen_snapshot"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "build dart for simarm",
|
||||
"script": "tools/build.py",
|
||||
"arguments": [
|
||||
"--mode=${mode}",
|
||||
"--arch=simarm",
|
||||
"dart_precompiled_runtime",
|
||||
"vm_platform"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vm tests",
|
||||
"arguments": [
|
||||
"-ndartkp-${system}-${mode}-simarm-crossword-ast",
|
||||
"--gen-snapshot=${build_root}/gen_snapshot"
|
||||
],
|
||||
"fileset": "vm-kernel",
|
||||
"shards": 10
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue