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

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

Issue 1345143004: CrOS: Use local Chromite checkout for configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master",
8 "chromiumos.tryserver",
9 "--builder",
10 "full",
11 "--slave",
12 "test",
13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g it'}]",
15 "--root",
16 "chromite",
17 "--revision_mapping_file",
18 "{}",
19 "--output_json",
20 "/path/to/tmp/json",
21 "--revision",
22 "chromite@master:",
23 "--force"
24 ],
25 "cwd": "[SLAVE_BUILD]",
26 "name": "bot_update",
27 "~followup_annotations": [
28 "@@@STEP_TEXT@Some step text@@@",
29 "@@@STEP_LOG_LINE@json.output@{@@@",
30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
36 "@@@STEP_LOG_LINE@json.output@}@@@",
37 "@@@STEP_LOG_END@json.output@@@"
38 ]
39 },
40 {
41 "cmd": [
42 "git",
43 "checkout",
44 "master"
45 ],
46 "cwd": "[SLAVE_BUILD]/chromite",
47 "name": "checkout chromite branch [master]"
48 },
49 {
50 "allow_subannotations": true,
51 "cmd": [
52 "[SLAVE_BUILD]/chromite/bin/cbuildbot",
53 "--buildroot",
54 "[ROOT]/cbuild/external_master",
55 "--timeout",
56 "14400",
57 "--remote-trybot",
58 "--remote-version=4",
59 "x86-generic-full"
60 ],
61 "name": "cbuildbot [x86-generic-full]"
62 }
63 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698