summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernie Thompson <bhthompson@chromium.org>2015-10-16 12:05:22 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-10-16 16:29:56 -0700
commit9933b60cf2e6bdfa39493899cefb5c9c4b4c7f37 (patch)
tree43c0b507aa9577b76a3c132cbcdc91b1747429a4
parent8c890949a88dc6d620d3a07f1ff5574fa54bc35d (diff)
downloadchromite-9933b60cf2e6bdfa39493899cefb5c9c4b4c7f37.tar.gz
Disable vmtests for cyan-cheets
VMTest does not currently pass on cyan-cheets, and will not for some time, so we should disable it. BUG=None TEST=None Change-Id: I2a0e4a0b4bde19185f121545d347137489c52f05 Reviewed-on: https://chromium-review.googlesource.com/306730 Commit-Ready: Bernie Thompson <bhthompson@chromium.org> Tested-by: Bernie Thompson <bhthompson@chromium.org> Reviewed-by: Luigi Semenzato <semenzato@chromium.org> Reviewed-by: David James <davidjames@chromium.org>
-rw-r--r--cbuildbot/chromeos_config.py4
-rw-r--r--cbuildbot/config_dump.json39
2 files changed, 29 insertions, 14 deletions
diff --git a/cbuildbot/chromeos_config.py b/cbuildbot/chromeos_config.py
index 24339b960..6c654378a 100644
--- a/cbuildbot/chromeos_config.py
+++ b/cbuildbot/chromeos_config.py
@@ -557,7 +557,9 @@ _upload_gce_images_boards = frozenset([
'lakitu_next',
])
-_no_vmtest_boards = _arm_boards | _brillo_boards
+_no_vmtest_boards = _arm_boards | _brillo_boards | frozenset((
+ 'cyan-cheets',
+))
# This is a list of configs that should be included on the main waterfall, but
diff --git a/cbuildbot/config_dump.json b/cbuildbot/config_dump.json
index e5930425d..711a3da26 100644
--- a/cbuildbot/config_dump.json
+++ b/cbuildbot/config_dump.json
@@ -5104,7 +5104,8 @@
"cyan-cheets"
],
"important": false,
- "manifest": "official.xml"
+ "manifest": "official.xml",
+ "vm_tests": []
},
"cyan-cheets-chromium-pfq": {
"_template": "chromium-pfq",
@@ -5120,7 +5121,8 @@
"prebuilts": "public",
"useflags": [
"-chrome_internal"
- ]
+ ],
+ "vm_tests": []
},
"cyan-cheets-compile-only-pre-cq": {
"_template": "compile-only-pre-cq",
@@ -5143,7 +5145,8 @@
"prebuilts": "public",
"useflags": [
"-chrome_internal"
- ]
+ ],
+ "vm_tests": []
},
"cyan-cheets-no-vmtest-pre-cq": {
"_template": "no-vmtest-pre-cq",
@@ -5173,7 +5176,8 @@
"useflags": [
"chrome_internal"
],
- "vm_tests": []
+ "vm_tests": [],
+ "vm_tests_override": null
},
"cyan-cheets-payloads": {
"_template": "payloads",
@@ -5192,13 +5196,15 @@
"overlays": "both",
"useflags": [
"chrome_internal"
- ]
+ ],
+ "vm_tests": []
},
"cyan-cheets-release": {
"_template": "release",
"boards": [
"cyan-cheets"
- ]
+ ],
+ "vm_tests": []
},
"cyan-cheets-release-afdo": {
"_template": "release-afdo-generate",
@@ -5212,7 +5218,8 @@
"cyan-cheets"
],
"grouped": true,
- "name": "cyan-cheets-release-afdo-generate"
+ "name": "cyan-cheets-release-afdo-generate",
+ "vm_tests": []
},
{
"_template": "release-afdo-use",
@@ -5220,28 +5227,33 @@
"cyan-cheets"
],
"grouped": true,
- "name": "cyan-cheets-release-afdo-use"
+ "name": "cyan-cheets-release-afdo-use",
+ "vm_tests": []
}
- ]
+ ],
+ "vm_tests": []
},
"cyan-cheets-release-afdo-generate": {
"_template": "release-afdo-generate",
"boards": [
"cyan-cheets"
- ]
+ ],
+ "vm_tests": []
},
"cyan-cheets-release-afdo-use": {
"_template": "release-afdo-use",
"boards": [
"cyan-cheets"
- ]
+ ],
+ "vm_tests": []
},
"cyan-cheets-tot-chrome-pfq-informational": {
"_template": "chrome-pfq-informational",
"boards": [
"cyan-cheets"
],
- "manifest": "official.xml"
+ "manifest": "official.xml",
+ "vm_tests": []
},
"cyan-cheets-tot-chromium-pfq-informational": {
"_template": "chromium-pfq-informational",
@@ -5250,7 +5262,8 @@
],
"useflags": [
"-chrome_internal"
- ]
+ ],
+ "vm_tests": []
},
"cyan-chrome-pfq": {
"_template": "chrome-pfq",