summaryrefslogtreecommitdiff
path: root/cbuildbot/generate_chromeos_config.py
diff options
context:
space:
mode:
authorNam T. Nguyen <namnguyen@chromium.org>2015-05-26 14:10:36 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-28 19:08:24 +0000
commitb38b7f39b9f043132b659a4bf91a3feddf238f8a (patch)
tree7b43639e8b0cee8a0d2a704a24af7b415b6f7ae2 /cbuildbot/generate_chromeos_config.py
parent2e0c1c49d31c0e74c4d68df3d2372558548b467d (diff)
downloadchromite-b38b7f39b9f043132b659a4bf91a3feddf238f8a.tar.gz
config: Turn on "base" image in CQ, and run ImageTest
We want ImageTestStage to eventually catch CLs that break the image. This CL enables building base image in the CQ and run "image_test" on that image. Later CL will turn the flag to fail the CQ. BUG=chromium:416022 TEST=unittest Change-Id: Ifb496f22144c437597c0b3a7461f778530a1f5f0 Reviewed-on: https://chromium-review.googlesource.com/273327 Reviewed-by: Nam Nguyen <namnguyen@chromium.org> Commit-Queue: Nam Nguyen <namnguyen@chromium.org> Trybot-Ready: Nam Nguyen <namnguyen@chromium.org> Tested-by: Nam Nguyen <namnguyen@chromium.org>
Diffstat (limited to 'cbuildbot/generate_chromeos_config.py')
-rw-r--r--cbuildbot/generate_chromeos_config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cbuildbot/generate_chromeos_config.py b/cbuildbot/generate_chromeos_config.py
index 7b4f50e75..644406194 100644
--- a/cbuildbot/generate_chromeos_config.py
+++ b/cbuildbot/generate_chromeos_config.py
@@ -813,7 +813,8 @@ paladin = config_lib.BuildConfig(
trybot_list=True,
description='Commit Queue',
upload_standalone_images=False,
- images=['test'],
+ images=['base', 'test'],
+ image_test=True,
chrome_sdk=True,
chrome_sdk_build_chrome=False,
doc='http://www.chromium.org/chromium-os/build/builder-overview#TOC-CQ',