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

Unified Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.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
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json
diff --git a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.json b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json
similarity index 82%
rename from scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.json
rename to scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.json
index d2c8be39a5b269392dc7432dd437186a81c577e0..fd745e4f052f0a52f881625da209ba0ff225a3a0 100644
--- a/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.json
+++ b/scripts/slave/recipes/cros/cbuildbot_tryjob.expected/unknown_config.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@@@"
]
},
{
@@ -101,20 +113,27 @@
]
},
{
+ "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/etc_master",
- "--branch",
- "master",
"--clobber",
"--timeout",
"14400",
"--remote-trybot",
"--remote-version=4",
- "etc"
+ "xxx-fakeboard-fakebuild"
],
- "name": "cbuildbot [etc]"
+ "name": "cbuildbot [xxx-fakeboard-fakebuild]"
}
]
« no previous file with comments | « scripts/slave/recipes/cros/cbuildbot_tryjob.expected/etc.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698