| 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>,
|
|
|