Skip to content

Commit

Permalink
[infra] Remove Dart 1 builders from the CQ (Part II)
Browse files Browse the repository at this point in the history
TBR=whesse@google.com

Change-Id: Ia3529510b7c4c3b17ba07d76e2da9dd8d6e9ccff
Reviewed-on: https://dart-review.googlesource.com/76541
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
  • Loading branch information
athomas committed Sep 26, 2018
1 parent e17a596 commit c38eab4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions tools/bots/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@
"checked": true,
"builder-tag": "swarming"
}},
"vm-legacy-(linux|mac|win)-product-x64": {
"options": {
"preview-dart-2": false,
"builder-tag": "swarming"
}},
"vm-legacy-asan-linux-release-x64": {
"options": {
"preview-dart-2": false,
Expand Down Expand Up @@ -537,28 +532,6 @@
}
]
},
{
"builders": [
"vm-linux-product-x64",
"vm-mac-product-x64",
"vm-win-product-x64"
],
"meta": {
"description": "This configuration is used by the vm product builders."
},
"steps": [
{
"name": "build dart",
"script": "tools/build.py",
"arguments": ["runtime"]
},
{
"name": "vm tests",
"arguments": [
"-nvm-legacy-${system}-product-x64"]
}
]
},
{
"builders": [
"vm-linux-debug-ia32",
Expand Down
2 changes: 1 addition & 1 deletion tools/infra/config/cq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ verifiers {
builders { name: "vm-kernel-linux-release-simdbc64-try" }
builders { name: "vm-kernel-linux-release-x64-try" }
builders { name: "vm-kernel-mac-release-x64-try" experiment_percentage: 5 }
builders { name: "vm-linux-product-x64-try" }
builders { name: "vm-kernel-linux-product-x64-try" }
}
try_job_retry_config {
try_job_retry_quota: 0
Expand Down

0 comments on commit c38eab4

Please sign in to comment.