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://chromium.googleso
urce.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 23 matching lines...) Expand all Loading... |
68 "git", | 67 "git", |
69 "-c", | 68 "-c", |
70 "user.email=commit-bot@chromium.org", | 69 "user.email=commit-bot@chromium.org", |
71 "-c", | 70 "-c", |
72 "user.name=The Commit Bot", | 71 "user.name=The Commit Bot", |
73 "commit", | 72 "commit", |
74 "-a", | 73 "-a", |
75 "-m", | 74 "-m", |
76 "Committed patch" | 75 "Committed patch" |
77 ], | 76 ], |
78 "cwd": "[SLAVE_BUILD]/infra", | 77 "cwd": "[CWD]/infra", |
79 "name": "commit git patch" | 78 "name": "commit git patch" |
80 }, | 79 }, |
81 { | 80 { |
82 "cmd": [ | 81 "cmd": [ |
83 "python", | 82 "python", |
84 "-u", | 83 "-u", |
85 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
86 "runhooks" | 85 "runhooks" |
87 ], | 86 ], |
88 "cwd": "[SLAVE_BUILD]", | |
89 "env": { | 87 "env": { |
90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 88 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
91 }, | 89 }, |
92 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
93 }, | 91 }, |
94 { | 92 { |
95 "cmd": [ | 93 "cmd": [ |
96 "git", | 94 "git", |
97 "diff", | 95 "diff", |
98 "--name-only", | 96 "--name-only", |
99 "HEAD", | 97 "HEAD", |
100 "HEAD~" | 98 "HEAD~" |
101 ], | 99 ], |
102 "cwd": "[SLAVE_BUILD]/infra", | 100 "cwd": "[CWD]/infra", |
103 "name": "get change list", | 101 "name": "get change list", |
104 "stdout": "/path/to/tmp/", | 102 "stdout": "/path/to/tmp/", |
105 "~followup_annotations": [ | 103 "~followup_annotations": [ |
106 "@@@STEP_LOG_LINE@change list@infra/stuff.py@@@", | 104 "@@@STEP_LOG_LINE@change list@infra/stuff.py@@@", |
107 "@@@STEP_LOG_LINE@change list@go/src/infra/stuff.go@@@", | 105 "@@@STEP_LOG_LINE@change list@go/src/infra/stuff.go@@@", |
108 "@@@STEP_LOG_END@change list@@@" | 106 "@@@STEP_LOG_END@change list@@@" |
109 ] | 107 ] |
110 }, | 108 }, |
111 { | 109 { |
112 "cmd": [ | 110 "cmd": [ |
113 "python", | 111 "python", |
114 "-u", | 112 "-u", |
115 "test.py", | 113 "test.py", |
116 "test" | 114 "test" |
117 ], | 115 ], |
118 "cwd": "[SLAVE_BUILD]/infra", | 116 "cwd": "[CWD]/infra", |
119 "name": "python tests" | 117 "name": "python tests" |
120 }, | 118 }, |
121 { | 119 { |
122 "cmd": [ | 120 "cmd": [ |
123 "python", | 121 "python", |
124 "-u", | 122 "-u", |
125 "[SLAVE_BUILD]/infra/go/env.py" | 123 "[CWD]/infra/go/env.py" |
126 ], | 124 ], |
127 "cwd": "[SLAVE_BUILD]", | |
128 "name": "go bootstrap" | 125 "name": "go bootstrap" |
129 }, | 126 }, |
130 { | 127 { |
131 "cmd": [ | 128 "cmd": [ |
132 "python", | 129 "python", |
133 "-u", | 130 "-u", |
134 "[SLAVE_BUILD]/infra/go/env.py", | 131 "[CWD]/infra/go/env.py", |
135 "python", | 132 "python", |
136 "[SLAVE_BUILD]/infra/go/test.py" | 133 "[CWD]/infra/go/test.py" |
137 ], | 134 ], |
138 "cwd": "[SLAVE_BUILD]", | |
139 "name": "go tests" | 135 "name": "go tests" |
140 }, | 136 }, |
141 { | 137 { |
142 "name": "$result", | 138 "name": "$result", |
143 "recipe_result": null, | 139 "recipe_result": null, |
144 "status_code": 0 | 140 "status_code": 0 |
145 } | 141 } |
146 ] | 142 ] |
OLD | NEW |