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

Unified Diff: scripts/slave/recipes/cros/cbuildbot.py

Issue 1250393003: CrOS: Update Chromite recipe module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix coverage. Created 5 years, 4 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
Index: scripts/slave/recipes/cros/cbuildbot.py
diff --git a/scripts/slave/recipes/cros/cbuildbot.py b/scripts/slave/recipes/cros/cbuildbot.py
index 85d972e62d61fd4ae614534d77e9f68d26b204c2..58c4a16beec81b988cd29503c96abeb8516b5a7e 100644
--- a/scripts/slave/recipes/cros/cbuildbot.py
+++ b/scripts/slave/recipes/cros/cbuildbot.py
@@ -37,8 +37,7 @@ def RunSteps(api):
_MASTER_CONFIG_MAP)
# Run 'cbuildbot' common recipe.
- api.chromite.run_cbuildbot(
- api.properties['cbb_config'])
+ api.chromite.run_cbuildbot()
def GenTests(api):
#
@@ -128,13 +127,13 @@ def GenTests(api):
mastername='chromiumos.coverage',
buildername='Test',
slavename='test',
- buildnumber='', # Possibility from BuildBot when buildnumber is '0'.
+ buildnumber=0,
repository='https://chromium.googlesource.com/chromiumos/'
'chromite.git',
revision='fdea0dde664e229976ddb2224328da152fba15b1',
branch='master',
cbb_config='x86-generic-full',
- cbb_branch='checkout-this-chromite-branch',
+ cbb_branch='factory-1412.B',
cbb_variant='test',
cbb_debug=True,
config_repo='https://fake.googlesource.com/myconfig/repo.git',

Powered by Google App Engine
This is Rietveld 408576698