OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.infra", | 8 "tryserver.infra", |
9 "--builder", | 9 "--builder", |
10 "recipe_try", | 10 "recipe_try", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'build', 'url': 'https://chromium.googleso
urce.com/chromium/tools/build.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/t
ools/build.git'}]", |
15 "--root", | 15 "--root", |
16 "build", | 16 "build", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"build\": \"got_revision\"}", | 18 "{\"build\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
24 "1", | 24 "1", |
25 "--rietveld_server", | 25 "--rietveld_server", |
26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
27 "--output_json", | 27 "--output_json", |
28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
29 "--revision", | 29 "--revision", |
30 "build@HEAD", | 30 "build@HEAD", |
31 "--force", | 31 "--force", |
32 "--output_manifest" | 32 "--output_manifest" |
33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", |
34 "env": { | 35 "env": { |
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
36 }, | 37 }, |
37 "name": "bot_update", | 38 "name": "bot_update", |
38 "~followup_annotations": [ | 39 "~followup_annotations": [ |
39 "@@@STEP_TEXT@Some step text@@@", | 40 "@@@STEP_TEXT@Some step text@@@", |
40 "@@@STEP_LOG_LINE@json.output@{@@@", | 41 "@@@STEP_LOG_LINE@json.output@{@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", | 44 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", |
(...skipping 15 matching lines...) Expand all Loading... |
59 "@@@STEP_LOG_LINE@json.output@}@@@", | 60 "@@@STEP_LOG_LINE@json.output@}@@@", |
60 "@@@STEP_LOG_END@json.output@@@", | 61 "@@@STEP_LOG_END@json.output@@@", |
61 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", | 62 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", |
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" | 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" |
63 ] | 64 ] |
64 }, | 65 }, |
65 { | 66 { |
66 "cmd": [ | 67 "cmd": [ |
67 "python", | 68 "python", |
68 "-u", | 69 "-u", |
69 "[CWD]/build/scripts/slave/recipes.py", | 70 "[SLAVE_BUILD]/build/scripts/slave/recipes.py", |
70 "fetch" | 71 "fetch" |
71 ], | 72 ], |
| 73 "cwd": "[SLAVE_BUILD]", |
72 "name": "fetch recipe engine deps" | 74 "name": "fetch recipe engine deps" |
73 }, | 75 }, |
74 { | 76 { |
75 "cmd": [], | 77 "cmd": [], |
| 78 "cwd": "[SLAVE_BUILD]", |
76 "name": "properties (0)", | 79 "name": "properties (0)", |
77 "~followup_annotations": [ | 80 "~followup_annotations": [ |
78 "@@@STEP_LOG_LINE@properties@{@@@", | 81 "@@@STEP_LOG_LINE@properties@{@@@", |
79 "@@@STEP_LOG_LINE@properties@ \"buildername\": \"recipe_try\", @@@", | 82 "@@@STEP_LOG_LINE@properties@ \"buildername\": \"recipe_try\", @@@", |
80 "@@@STEP_LOG_LINE@properties@ \"buildnumber\": 571, @@@", | 83 "@@@STEP_LOG_LINE@properties@ \"buildnumber\": 571, @@@", |
81 "@@@STEP_LOG_LINE@properties@ \"mastername\": \"tryserver.infra\", @@@", | 84 "@@@STEP_LOG_LINE@properties@ \"mastername\": \"tryserver.infra\", @@@", |
82 "@@@STEP_LOG_LINE@properties@ \"prop1\": \"value1\", @@@", | 85 "@@@STEP_LOG_LINE@properties@ \"prop1\": \"value1\", @@@", |
83 "@@@STEP_LOG_LINE@properties@ \"prop2\": \"value2\", @@@", | 86 "@@@STEP_LOG_LINE@properties@ \"prop2\": \"value2\", @@@", |
84 "@@@STEP_LOG_LINE@properties@ \"slavename\": \"TestSlavename\", @@@", | 87 "@@@STEP_LOG_LINE@properties@ \"slavename\": \"TestSlavename\", @@@", |
85 "@@@STEP_LOG_LINE@properties@ \"try_level\": 1@@@", | 88 "@@@STEP_LOG_LINE@properties@ \"try_level\": 1@@@", |
86 "@@@STEP_LOG_LINE@properties@}@@@", | 89 "@@@STEP_LOG_LINE@properties@}@@@", |
87 "@@@STEP_LOG_END@properties@@@" | 90 "@@@STEP_LOG_END@properties@@@" |
88 ] | 91 ] |
89 }, | 92 }, |
90 { | 93 { |
91 "allow_subannotations": true, | 94 "allow_subannotations": true, |
92 "cmd": [ | 95 "cmd": [ |
93 "python", | 96 "python", |
94 "-u", | 97 "-u", |
95 "[CWD]/build/scripts/tools/annotee_indenter.py", | 98 "[SLAVE_BUILD]/build/scripts/tools/annotee_indenter.py", |
96 "--base-level", | 99 "--base-level", |
97 "1", | 100 "1", |
98 "--use-python-executable", | 101 "--use-python-executable", |
99 "--", | 102 "--", |
100 "[CWD]/build/scripts/slave/recipes.py", | 103 "[SLAVE_BUILD]/build/scripts/slave/recipes.py", |
101 "run", | 104 "run", |
102 "--properties-file", | 105 "--properties-file", |
103 "{\"buildername\": \"recipe_try\", \"buildnumber\": 571, \"mastername\": \
"tryserver.infra\", \"prop1\": \"value1\", \"prop2\": \"value2\", \"slavename\":
\"TestSlavename\", \"try_level\": 1}", | 106 "{\"buildername\": \"recipe_try\", \"buildnumber\": 571, \"mastername\": \
"tryserver.infra\", \"prop1\": \"value1\", \"prop2\": \"value2\", \"slavename\":
\"TestSlavename\", \"try_level\": 1}", |
104 "infra/build_repo_real_try" | 107 "infra/build_repo_real_try" |
105 ], | 108 ], |
| 109 "cwd": "[SLAVE_BUILD]", |
106 "name": "infra.build_repo_real_try run" | 110 "name": "infra.build_repo_real_try run" |
107 }, | 111 }, |
108 { | 112 { |
109 "name": "$result", | 113 "name": "$result", |
110 "recipe_result": null, | 114 "recipe_result": null, |
111 "status_code": 0 | 115 "status_code": 0 |
112 } | 116 } |
113 ] | 117 ] |
OLD | NEW |