Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1078)

Unified Diff: scripts/common/unittests/cros_chromite_test.py

Issue 1068263003: CrOS: Update public waterfall to auto-configure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Added experimental/documentation annotations to web UI. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/common/slave_alloc.py ('k') | scripts/master/cros/builder_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/common/unittests/cros_chromite_test.py
diff --git a/scripts/common/unittests/cros_chromite_test.py b/scripts/common/unittests/cros_chromite_test.py
index c11c3243d6edc80c13847d5ecfcba1f949e457ca..a6b98d417dac41adcf12481d3ac6a4e23da9d6db 100755
--- a/scripts/common/unittests/cros_chromite_test.py
+++ b/scripts/common/unittests/cros_chromite_test.py
@@ -124,6 +124,7 @@ class ChromiteConfigTestCase(unittest.TestCase):
# marking this board as a canary.
('odd-name-paladin', 'canary', 'odd-name-paladin', None, 'CANARY'),
+ ('my-board-asan', None, 'my-board', 'asan', 'ASAN'),
('my-board-pre-cq', None, 'my-board', 'pre-cq', 'PRE_CQ'),
('my-board-chrome-pfq', None, 'my-board', 'chrome-pfq', 'PFQ'),
('my-board-chromium-pfq', None, 'my-board', 'chromium-pfq', 'PFQ'),
« no previous file with comments | « scripts/common/slave_alloc.py ('k') | scripts/master/cros/builder_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698