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.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "infra_tester", | 10 "infra_tester", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", | 14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
deps_file': '.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chrom
ium.googlesource.com/infra/infra.git'}]", |
15 "--root", | 15 "--root", |
16 "infra", | 16 "infra", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"infra\": \"got_revision\"}", | 18 "{\"infra\": \"got_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]\\b\\build\\slave\\cache_dir", |
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 "infra@HEAD", | 30 "infra@HEAD", |
31 "--force", | 31 "--force", |
32 "--output_manifest" | 32 "--output_manifest" |
33 ], | 33 ], |
34 "cwd": "[SLAVE_BUILD]", | |
35 "env": { | 34 "env": { |
36 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
37 }, | 36 }, |
38 "name": "bot_update", | 37 "name": "bot_update", |
39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
44 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", |
(...skipping 30 matching lines...) Expand all Loading... |
75 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 74 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
76 "-c", | 75 "-c", |
77 "user.email=commit-bot@chromium.org", | 76 "user.email=commit-bot@chromium.org", |
78 "-c", | 77 "-c", |
79 "user.name=The Commit Bot", | 78 "user.name=The Commit Bot", |
80 "commit", | 79 "commit", |
81 "-a", | 80 "-a", |
82 "-m", | 81 "-m", |
83 "Committed patch" | 82 "Committed patch" |
84 ], | 83 ], |
85 "cwd": "[SLAVE_BUILD]\\infra", | 84 "cwd": "[CWD]\\infra", |
86 "name": "commit git patch" | 85 "name": "commit git patch" |
87 }, | 86 }, |
88 { | 87 { |
89 "cmd": [ | 88 "cmd": [ |
90 "python", | 89 "python", |
91 "-u", | 90 "-u", |
92 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 91 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
93 "runhooks" | 92 "runhooks" |
94 ], | 93 ], |
95 "cwd": "[SLAVE_BUILD]", | |
96 "env": { | 94 "env": { |
97 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 95 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
98 }, | 96 }, |
99 "name": "gclient runhooks" | 97 "name": "gclient runhooks" |
100 }, | 98 }, |
101 { | 99 { |
102 "cmd": [ | 100 "cmd": [ |
103 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 101 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
104 "diff", | 102 "diff", |
105 "--name-only", | 103 "--name-only", |
106 "HEAD", | 104 "HEAD", |
107 "HEAD~" | 105 "HEAD~" |
108 ], | 106 ], |
109 "cwd": "[SLAVE_BUILD]\\infra", | 107 "cwd": "[CWD]\\infra", |
110 "name": "get change list", | 108 "name": "get change list", |
111 "stdout": "/path/to/tmp/", | 109 "stdout": "/path/to/tmp/", |
112 "~followup_annotations": [ | 110 "~followup_annotations": [ |
113 "@@@STEP_LOG_LINE@change list@appengine/chromium_rietveld/codereview/views
.py@@@", | 111 "@@@STEP_LOG_LINE@change list@appengine/chromium_rietveld/codereview/views
.py@@@", |
114 "@@@STEP_LOG_END@change list@@@" | 112 "@@@STEP_LOG_END@change list@@@" |
115 ] | 113 ] |
116 }, | 114 }, |
117 { | 115 { |
118 "cmd": [ | 116 "cmd": [ |
119 "python", | 117 "python", |
120 "-u", | 118 "-u", |
121 "test.py", | 119 "test.py", |
122 "test" | 120 "test" |
123 ], | 121 ], |
124 "cwd": "[SLAVE_BUILD]\\infra", | 122 "cwd": "[CWD]\\infra", |
125 "name": "python tests" | 123 "name": "python tests" |
126 }, | 124 }, |
127 { | 125 { |
128 "cmd": [ | 126 "cmd": [ |
129 "python", | 127 "python", |
130 "-u", | 128 "-u", |
131 "[SLAVE_BUILD]\\infra\\go\\env.py" | 129 "[CWD]\\infra\\go\\env.py" |
132 ], | 130 ], |
133 "cwd": "[SLAVE_BUILD]", | |
134 "name": "go bootstrap" | 131 "name": "go bootstrap" |
135 }, | 132 }, |
136 { | 133 { |
137 "cmd": [ | 134 "cmd": [ |
138 "python", | 135 "python", |
139 "-u", | 136 "-u", |
140 "[SLAVE_BUILD]\\infra\\go\\env.py", | 137 "[CWD]\\infra\\go\\env.py", |
141 "python", | 138 "python", |
142 "[SLAVE_BUILD]\\infra\\go\\test.py" | 139 "[CWD]\\infra\\go\\test.py" |
143 ], | 140 ], |
144 "cwd": "[SLAVE_BUILD]", | |
145 "name": "go tests" | 141 "name": "go tests" |
146 }, | 142 }, |
147 { | 143 { |
148 "name": "$result", | 144 "name": "$result", |
149 "recipe_result": null, | 145 "recipe_result": null, |
150 "status_code": 0 | 146 "status_code": 0 |
151 } | 147 } |
152 ] | 148 ] |
OLD | NEW |