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]" |
} |
] |