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

Side by Side Diff: scripts/slave/recipes/nacl/sdk.expected/basic.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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
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 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo. chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m irror.golo.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars' : {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn ://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn:// svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}", 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re vision\", \"src/v8\": \"got_v8_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[GIT_CACHE]", 20 "[ROOT]/b/build/slave/cache_dir",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@HEAD", 24 "src@HEAD",
25 "--force", 25 "--force",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
29 "env": { 28 "env": {
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 30 },
32 "name": "bot_update", 31 "name": "bot_update",
33 "~followup_annotations": [ 32 "~followup_annotations": [
34 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
35 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
98 ] 97 ]
99 }, 98 },
100 { 99 {
101 "cmd": [ 100 "cmd": [
102 "python", 101 "python",
103 "-u", 102 "-u",
104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
105 "runhooks" 104 "runhooks"
106 ], 105 ],
107 "cwd": "[SLAVE_BUILD]",
108 "env": { 106 "env": {
109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
110 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1", 108 "GYP_DEFINES": "component=static_library gomadir='[ROOT]/b/build/goma' tar get_arch=x64 use_goma=1",
111 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 109 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
112 }, 110 },
113 "name": "gclient runhooks" 111 "name": "gclient runhooks"
114 }, 112 },
115 { 113 {
116 "cmd": [ 114 "cmd": [
117 "python", 115 "python",
118 "-u", 116 "-u",
119 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 117 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
120 "--show-path", 118 "--show-path",
121 "python", 119 "python",
122 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
123 ], 121 ],
124 "cwd": "[SLAVE_BUILD]",
125 "name": "cleanup_temp" 122 "name": "cleanup_temp"
126 }, 123 },
127 { 124 {
128 "cmd": [ 125 "cmd": [
129 "python", 126 "python",
130 "-u", 127 "-u",
131 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 128 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
132 "--show-path", 129 "--show-path",
133 "python", 130 "python",
134 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 131 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
135 "--gsutil-py-path", 132 "--gsutil-py-path",
136 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 133 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
137 "--ninja-path", 134 "--ninja-path",
138 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 135 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
139 "--target", 136 "--target",
140 "Release", 137 "Release",
141 "--src-dir", 138 "--src-dir",
142 "[SLAVE_BUILD]/src", 139 "[CWD]/src",
143 "--goma-cache-dir", 140 "--goma-cache-dir",
144 "[GOMA_CACHE]", 141 "[ROOT]/b/build/slave/goma_cache",
145 "--build-tool", 142 "--build-tool",
146 "ninja", 143 "ninja",
147 "--compiler", 144 "--compiler",
148 "goma", 145 "goma",
149 "--goma-jsonstatus", 146 "--goma-jsonstatus",
150 "/path/to/tmp/json", 147 "/path/to/tmp/json",
151 "--goma-service-account-json-file", 148 "--goma-service-account-json-file",
152 "/creds/service_accounts/service-account-goma-client.json", 149 "/creds/service_accounts/service-account-goma-client.json",
153 "--goma-dir", 150 "--goma-dir",
154 "[BUILD]/goma", 151 "[ROOT]/b/build/goma",
155 "--", 152 "--",
156 "chromium_builder_tests" 153 "chromium_builder_tests"
157 ], 154 ],
158 "cwd": "[SLAVE_BUILD]",
159 "env": { 155 "env": {
160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 156 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
161 }, 157 },
162 "name": "compile", 158 "name": "compile",
163 "~followup_annotations": [ 159 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
165 "@@@STEP_LOG_END@json.output (invalid)@@@" 161 "@@@STEP_LOG_END@json.output (invalid)@@@"
166 ] 162 ]
167 }, 163 },
168 { 164 {
169 "allow_subannotations": true, 165 "allow_subannotations": true,
170 "cmd": [ 166 "cmd": [
171 "python", 167 "python",
172 "-u", 168 "-u",
173 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" 169 "[ROOT]/b/build/scripts/slave/chromium/nacl_sdk_buildbot_run.py"
174 ], 170 ],
175 "cwd": "[SLAVE_BUILD]",
176 "name": "annotated_steps" 171 "name": "annotated_steps"
177 }, 172 },
178 { 173 {
179 "name": "$result", 174 "name": "$result",
180 "recipe_result": null, 175 "recipe_result": null,
181 "status_code": 0 176 "status_code": 0
182 } 177 }
183 ] 178 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/nacl/sdk.py ('k') | scripts/slave/recipes/nacl/sdk_build.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698