summaryrefslogtreecommitdiff
path: root/cbuildbot
diff options
context:
space:
mode:
authorDan Jacques <dnj@chromium.org>2014-11-07 08:43:02 -0800
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2014-11-07 20:24:34 +0000
commit50f5983dff32f9779fab8e105c37b6941e6f25d4 (patch)
treeb240d3b5be7ff162492040638dc1226a6b00a09f /cbuildbot
parentb6a7f3fd730fe9d887b20337a552c895f1d9856a (diff)
downloadchromite-50f5983dff32f9779fab8e105c37b6941e6f25d4.tar.gz
cbuildbot_config: Remove 'daisy_spring' PFQ.
BUG=chromium:429304 TEST=None Change-Id: Ieb31e872f542f4a44ed2b5fb2dd11774352b8e16 Reviewed-on: https://chromium-review.googlesource.com/228510 Reviewed-by: David James <davidjames@chromium.org> Commit-Queue: Daniel Jacques <dnj@google.com> Tested-by: Daniel Jacques <dnj@google.com>
Diffstat (limited to 'cbuildbot')
-rwxr-xr-xcbuildbot/cbuildbot_config.py5
-rw-r--r--cbuildbot/config_dump.json1
-rwxr-xr-xcbuildbot/stages/artifact_stages_unittest.py2
3 files changed, 1 insertions, 7 deletions
diff --git a/cbuildbot/cbuildbot_config.py b/cbuildbot/cbuildbot_config.py
index 93554ff69..c2c1c9b05 100755
--- a/cbuildbot/cbuildbot_config.py
+++ b/cbuildbot/cbuildbot_config.py
@@ -1268,11 +1268,6 @@ chrome_pfq.add_config('lumpy-chrome-pfq',
minimum_duts=0, timeout=2*HWTestConfig.DEFAULT_HW_TEST_TIMEOUT),
)
-chrome_pfq.add_config('daisy_spring-chrome-pfq',
- non_testable_builder,
- boards=['daisy_spring'],
-)
-
chrome_pfq.add_config('daisy_skate-chrome-pfq',
non_testable_builder,
boards=['daisy_skate'],
diff --git a/cbuildbot/config_dump.json b/cbuildbot/config_dump.json
index 539913fbf..144d66386 100644
--- a/cbuildbot/config_dump.json
+++ b/cbuildbot/config_dump.json
@@ -8929,7 +8929,6 @@
"chromeos_official": true,
"chroot_replace": true,
"description": "Preflight Chrome Uprev & Build (internal)",
- "important": true,
"internal": true,
"manifest_repo_url": "https://chrome-internal-review.googlesource.com/chromeos/manifest-internal",
"manifest_version": true,
diff --git a/cbuildbot/stages/artifact_stages_unittest.py b/cbuildbot/stages/artifact_stages_unittest.py
index d308c7357..229c2bf0d 100755
--- a/cbuildbot/stages/artifact_stages_unittest.py
+++ b/cbuildbot/stages/artifact_stages_unittest.py
@@ -258,7 +258,7 @@ class MasterUploadPrebuiltsStageTest(
# Provide a sample of private/public slave boards that are expected.
public_slave_boards = ('amd64-generic', 'x86-generic', 'daisy')
- private_slave_boards = ('x86-alex', 'lumpy', 'daisy_spring', 'falco')
+ private_slave_boards = ('x86-alex', 'lumpy', 'daisy_skate', 'falco')
self._VerifyResults(public_slave_boards=public_slave_boards,
private_slave_boards=private_slave_boards)