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