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

Side by Side Diff: scripts/slave/recipes/win_analyze.expected/full_chromium_fyi_Chromium_Windows_Analyze.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium Windows Analyze", 10 "Chromium Windows Analyze",
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 = '[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'}]",
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 "[GIT_CACHE]",
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": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
110 "GYP_CHROMIUM_NO_ACTION": "1", 108 "GYP_CHROMIUM_NO_ACTION": "1",
111 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=2 go madir='[BUILD]\\goma' target_arch=ia32 use_goma=0 win_analyze=1", 109 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=2 go madir='[BUILD]\\goma' target_arch=ia32 use_goma=0 win_analyze=1",
112 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 110 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
113 }, 111 },
114 "name": "gclient runhooks" 112 "name": "gclient runhooks"
115 }, 113 },
116 { 114 {
117 "cmd": [ 115 "cmd": [
118 "python", 116 "python",
119 "-u", 117 "-u",
120 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", 118 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
121 "gen", 119 "gen",
122 "-m", 120 "-m",
123 "chromium.fyi", 121 "chromium.fyi",
124 "-b", 122 "-b",
125 "Chromium Windows Analyze", 123 "Chromium Windows Analyze",
126 "--config-file", 124 "--config-file",
127 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", 125 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
128 "//out/Debug" 126 "//out/Debug"
129 ], 127 ],
130 "cwd": "[SLAVE_BUILD]",
131 "env": { 128 "env": {
132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
133 }, 130 },
134 "name": "generate_build_files" 131 "name": "generate_build_files"
135 }, 132 },
136 { 133 {
137 "cmd": [ 134 "cmd": [
138 "python", 135 "python",
139 "-u", 136 "-u",
140 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 137 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
141 "--show-path", 138 "--show-path",
142 "python", 139 "python",
143 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 140 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
144 "--gsutil-py-path", 141 "--gsutil-py-path",
145 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 142 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
146 "--ninja-path", 143 "--ninja-path",
147 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 144 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
148 "--target", 145 "--target",
149 "Debug", 146 "Debug",
150 "--src-dir", 147 "--src-dir",
151 "[SLAVE_BUILD]\\src", 148 "[SLAVE_BUILD]\\src",
152 "--goma-cache-dir", 149 "--goma-cache-dir",
153 "[GOMA_CACHE]", 150 "[GOMA_CACHE]",
154 "--build-tool", 151 "--build-tool",
155 "ninja", 152 "ninja",
156 "--clobber", 153 "--clobber",
157 "--", 154 "--",
158 "chrome" 155 "chrome"
159 ], 156 ],
160 "cwd": "[SLAVE_BUILD]",
161 "env": { 157 "env": {
162 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 158 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
163 }, 159 },
164 "name": "compile" 160 "name": "compile"
165 }, 161 },
166 { 162 {
167 "name": "$result", 163 "name": "$result",
168 "recipe_result": null, 164 "recipe_result": null,
169 "status_code": 0 165 "status_code": 0
170 } 166 }
171 ] 167 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_win_x64_rel.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698