summaryrefslogtreecommitdiff
path: root/cbuildbot
diff options
context:
space:
mode:
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)