Index: bin/cbuildbot_config.py |
diff --git a/bin/cbuildbot_config.py b/bin/cbuildbot_config.py |
index 3389c11295f1fc7eedeaf4266d072f6205026108..0c6b5acd15d70373c0932e9c4596d1cb5914232e 100644 |
--- a/bin/cbuildbot_config.py |
+++ b/bin/cbuildbot_config.py |
@@ -53,6 +53,8 @@ config['x86-generic-pre-flight-queue'] = { |
'rev_overlays': 'public', |
'push_overlays': 'public', |
} |
+config['x86-generic-chrome-pre-flight-queue'] = \ |
+ config['x86-generic-pre-flight-queue'] |
scottz
2011/01/27 06:04:53
slashes are evil but I am not sure of a good way t
|
config['x86-mario-pre-flight-queue'] = { |
'board' : 'x86-mario', |
'uprev' : True, |