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

Unified Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/basic.json

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: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/basic.json
diff --git a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/basic.json b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/basic.json
index d0103636a8133ede941ddad530cc460b57fcb186..6ee12a82a8bc004f9d2cf813f25fead41a07f23e 100644
--- a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/basic.json
+++ b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/basic.json
@@ -59,7 +59,19 @@
"cwd": "[SLAVE_BUILD]",
"name": "Fetch tryjob descriptor (user/user.12345)",
"~followup_annotations": [
- "@@@STEP_TEXT@extra_args: [u'--timeout', u'14400', u'--remote-trybot', u'--remote-version=4']<br/>name: 12345<br/>email: testauthor@fake.chromium.org@@@"
+ "@@@STEP_LOG_LINE@tryjob.json@@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@{@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@ \"name\": \"12345\",@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@ \"email\": \"testauthor@fake.chromium.org\",@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@ \"extra_args\": [@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@ \"--timeout\",@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@ \"14400\",@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@ \"--remote-trybot\",@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@ \"--remote-version=4\"@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@ ]@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@}@@@",
+ "@@@STEP_LOG_LINE@tryjob.json@@@@",
+ "@@@STEP_LOG_END@tryjob.json@@@"
]
},
{
@@ -70,7 +82,7 @@
"--master",
"chromiumos.tryserver",
"--builder",
- "x86-generic-full",
+ "full",
"--slave",
"test",
"--spec",
@@ -101,13 +113,20 @@
]
},
{
+ "cmd": [
+ "git",
+ "checkout",
+ "master"
+ ],
+ "cwd": "[SLAVE_BUILD]/chromite",
+ "name": "checkout chromite branch [master]"
+ },
+ {
"allow_subannotations": true,
"cmd": [
"[SLAVE_BUILD]/chromite/bin/cbuildbot",
"--buildroot",
"[ROOT]/cbuild/external_master",
- "--branch",
- "master",
"--timeout",
"14400",
"--remote-trybot",
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot_tryjob.py ('k') | scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698