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

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

Issue 1344673003: CrOS: Switch tryserver over to recipes, Gitiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Clean up comments. Created 5 years, 3 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: masters/master.chromiumos.tryserver/config.current.txt
diff --git a/masters/master.chromiumos.tryserver/config.current.txt b/masters/master.chromiumos.tryserver/config.current.txt
index b5ff5d28e0c2617de1fff5caaca5372a30369db1..413135c2f39520b408f1b56cdcf9f00ce7fda194 100644
--- a/masters/master.chromiumos.tryserver/config.current.txt
+++ b/masters/master.chromiumos.tryserver/config.current.txt
@@ -9,53 +9,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- '--clobber',
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': 'etc',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -92,53 +64,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'compile-only-pre-cq',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -257,53 +201,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'no-vmtest-pre-cq',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -422,53 +338,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'pre-cq',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -587,53 +475,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'wificell-pre-cq',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -702,53 +562,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'asan',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -785,53 +617,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'branch-util',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -868,53 +672,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'chrome-perf',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -951,53 +727,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'chrome-pfq',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1034,53 +782,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'chrome-pfq-informational',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1117,53 +837,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'chromium-pfq',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1200,53 +892,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'chromium-pfq-informational',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1283,53 +947,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'chromiumos-sdk',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1366,53 +1002,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'depthcharge-firmware',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1449,53 +1057,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'depthcharge-full-firmware',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1532,53 +1112,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'factory',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1615,53 +1167,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'firmware',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1698,53 +1222,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'full',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1781,53 +1277,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'incremental',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1864,53 +1332,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'internal-toolchain-major',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -1947,53 +1387,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'internal-toolchain-minor',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2030,53 +1442,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'llvm',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2113,53 +1497,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'paladin',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2196,53 +1552,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'payloads',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2279,53 +1607,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'pre-cq-launcher',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2362,53 +1662,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'pre-flight-branch',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2445,53 +1717,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'refresh-packages',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2528,53 +1772,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'release',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2611,53 +1827,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'release-afdo-generate',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2694,53 +1882,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'release-afdo-use',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2777,53 +1937,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'sync-test-cbuildbot',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2860,53 +1992,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'telemetry',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -2943,53 +2047,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'test-ap',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -3026,53 +2102,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'toolchain-major',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -3109,53 +2157,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'toolchain-minor',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -3192,53 +2212,25 @@ config = {
'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': True,
- 'want_stdout': True,
- '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>,
{
+ 'active_master': <class 'master_site_config.ChromiumOSTryServer'>,
'command': [
- 'chromite/bin/cbuildbot',
- <buildbot.process.properties.WithProperties instance>,
- <master.master_utils.ConditionalProperty instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.Property instance>,
- <master.master_utils.ConditionalProperty instance>,
- <buildbot.process.properties.WithProperties instance>,
+ 'python',
+ '-u',
+ '../../../scripts/slave/annotated_run.py',
+ <master.factory.commands.WithJsonProperties instance>,
+ '--factory-properties-gz=eNqrVipKTc4sSFWyUkouyi/WT04qzcxJScoviS8pqszKT1KqBQDYvgzK',
],
- 'description': 'cbuildbot',
+ 'description': 'running steps via annotated script',
+ 'haltOnFailure': True,
'maxTime': 57600,
- 'name': 'cbuildbot',
+ 'name': 'steps',
'timeout': 9000,
- 'usePTY': False,
},
),
],
- properties: Properties(**{}),
+ properties: Properties(**{'recipe': 'cros/cbuildbot_tryjob'}),
},
'name': u'tot-asan-informational',
'nextSlaveAndBuild': <chromiumos_tryserver_util.NextSlaveAndBuild object>,
@@ -3278,8 +2270,8 @@ config = {
'ssdicts': 1000,
},
'change_source': [
- <buildbot.changes.gitpoller.GitPoller instance>,
- <buildbot.changes.gitpoller.GitPoller instance>,
+ <master.gitiles_poller.GitilesPoller instance>,
+ <master.gitiles_poller.GitilesPoller instance>,
],
'eventHorizon': 200,
'logHorizon': 3000,
@@ -5048,8 +4040,8 @@ config = {
email_footer: '\n<strong>Please send bugs and questions to chromeos-build@google.com. You can\nalso reply to this email.</strong>\n',
services: [],
pollers: [
- <buildbot.changes.gitpoller.GitPoller instance>,
- <buildbot.changes.gitpoller.GitPoller instance>,
+ <master.gitiles_poller.GitilesPoller instance>,
+ <master.gitiles_poller.GitilesPoller instance>,
],
builderNames: [],
properties: Properties(**{'scheduler': 'cros_try_job_git'}),
« no previous file with comments | « masters/master.chromiumos.tryserver/chromiumos_tryserver_util.py ('k') | masters/master.chromiumos.tryserver/master.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698