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

Unified Diff: masters/master.chromiumos/config.current.txt

Issue 1193813004: cipd recipe_module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: removed ensure.py, unused gce-specific code Created 5 years, 6 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 | « no previous file | masters/master.chromiumos/slave_pool.json » ('j') | scripts/slave/recipe_modules/cipd/api.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromiumos/config.current.txt
diff --git a/masters/master.chromiumos/config.current.txt b/masters/master.chromiumos/config.current.txt
index 450a7dc5b1c5ba0b2ed35bcaa59b352d3718a03b..a6a084da368fe2f8b53fe08b948dee87d3d85311 100644
--- a/masters/master.chromiumos/config.current.txt
+++ b/masters/master.chromiumos/config.current.txt
@@ -1145,6 +1145,66 @@ config = {
},
{
'auto_reboot': False,
+ 'builddir': 'amd64-generic-llvm-master',
+ 'category': '1release full|info',
+ 'collapseRequests': <Always Collapse>,
+ 'factory': BuildFactory {
+ steps: [
+ (
+ <class buildbot.steps.shell.ShellCommand>,
+ {
+ 'command': [
+ 'gclient',
+ 'sync',
+ '--verbose',
+ '--force',
+ '--delete_unversioned_trees',
+ ],
+ 'description': 'Sync buildbot slave files',
+ 'name': 'update_scripts',
+ 'timeout': 300,
+ 'want_stderr': False,
+ 'want_stdout': False,
+ 'workdir': '/b',
+ },
+ ),
+ (
+ <class buildbot.steps.shell.ShellCommand>,
+ {
+ 'command': 'rm -rf "chromite" && /usr/bin/git retry clone https://chromium.googlesource.com/chromiumos/chromite.git && cd "chromite" && /usr/bin/git checkout master',
+ 'description': 'Clear and Clone chromite',
+ 'haltOnFailure': True,
+ 'name': 'Clear and Clone chromite',
+ },
+ ),
+ (
+ <class master.chromium_step.AnnotatedCommand>,
+ {
+ 'command': [
+ 'chromite/bin/cbuildbot',
+ <buildbot.process.properties.WithProperties instance>,
+ '--buildroot=/b/cbuild/external_master',
+ <master.master_utils.ConditionalProperty instance>,
+ '--buildbot',
+ '--debug',
+ <master.master_utils.ConditionalProperty instance>,
+ 'amd64-generic-llvm',
+ ],
+ 'description': 'cbuildbot',
+ 'maxTime': 57600,
+ 'name': 'cbuildbot',
+ 'timeout': 9000,
+ 'usePTY': False,
+ },
+ ),
+ ],
+ properties: Properties(**{}),
+ },
+ 'name': 'amd64-generic-llvm',
+ 'slavenames': ['build112-m2'],
+ },
+ {
+ 'auto_reboot': False,
'builddir': 'refresh-packages-master',
'category': '1release full|info',
'collapseRequests': <Always Collapse>,
« no previous file with comments | « no previous file | masters/master.chromiumos/slave_pool.json » ('j') | scripts/slave/recipe_modules/cipd/api.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698