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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Ubuntu-GCC-x86_64-Release-PDFium.json

Issue 2209423002: [recipes] Remove build environment vars from default_env (Closed) Base URL: https://skia.googlesource.com/skia.git@merge_buildbot_spec_fix_coverage
Patch Set: [recipes] Remove build environment vars from default_env Created 4 years, 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 16 matching lines...) Expand all
27 "-u", 27 "-u",
28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
29 "config", 29 "config",
30 "--spec", 30 "--spec",
31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'pdfium', 'url': 'https://pdfium .googlesource.com/pdfium.git'}]\ntarget_os = ['llvm']" 31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'pdfium', 'url': 'https://pdfium .googlesource.com/pdfium.git'}]\ntarget_os = ['llvm']"
32 ], 32 ],
33 "cwd": "[CUSTOM_/_B_WORK]", 33 "cwd": "[CUSTOM_/_B_WORK]",
34 "env": { 34 "env": {
35 "BUILDTYPE": "Release", 35 "BUILDTYPE": "Release",
36 "CHROME_HEADLESS": "1", 36 "CHROME_HEADLESS": "1",
37 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
38 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
39 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium" 38 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium"
40 }, 39 },
41 "name": "gclient setup" 40 "name": "gclient setup"
42 }, 41 },
43 { 42 {
44 "cmd": [ 43 "cmd": [
45 "python", 44 "python",
46 "-u", 45 "-u",
47 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
48 "sync", 47 "sync",
49 "--nohooks", 48 "--nohooks",
50 "--force", 49 "--force",
51 "--verbose", 50 "--verbose",
52 "--delete_unversioned_trees", 51 "--delete_unversioned_trees",
53 "--revision", 52 "--revision",
54 "skia@abc123", 53 "skia@abc123",
55 "--revision", 54 "--revision",
56 "pdfium@origin/master", 55 "pdfium@origin/master",
57 "--output-json", 56 "--output-json",
58 "/path/to/tmp/json" 57 "/path/to/tmp/json"
59 ], 58 ],
60 "cwd": "[CUSTOM_/_B_WORK]", 59 "cwd": "[CUSTOM_/_B_WORK]",
61 "env": { 60 "env": {
62 "BUILDTYPE": "Release", 61 "BUILDTYPE": "Release",
63 "CHROME_HEADLESS": "1", 62 "CHROME_HEADLESS": "1",
64 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
65 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 63 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
66 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium" 64 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium"
67 }, 65 },
68 "name": "gclient sync", 66 "name": "gclient sync",
69 "~followup_annotations": [ 67 "~followup_annotations": [
70 "@@@STEP_LOG_LINE@json.output@{@@@", 68 "@@@STEP_LOG_LINE@json.output@{@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 69 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"pdfium/\": {@@@", 70 "@@@STEP_LOG_LINE@json.output@ \"pdfium/\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"revision\": 52055@@@", 71 "@@@STEP_LOG_LINE@json.output@ \"revision\": 52055@@@",
74 "@@@STEP_LOG_LINE@json.output@ }, @@@", 72 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 }, 135 },
138 { 136 {
139 "cmd": [ 137 "cmd": [
140 "gclient", 138 "gclient",
141 "sync" 139 "sync"
142 ], 140 ],
143 "cwd": "[CUSTOM_/_B_WORK]/pdfium", 141 "cwd": "[CUSTOM_/_B_WORK]/pdfium",
144 "env": { 142 "env": {
145 "BUILDTYPE": "Release", 143 "BUILDTYPE": "Release",
146 "CHROME_HEADLESS": "1", 144 "CHROME_HEADLESS": "1",
147 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
148 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 145 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
149 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium" 146 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium"
150 }, 147 },
151 "name": "sync_pdfium" 148 "name": "sync_pdfium"
152 }, 149 },
153 { 150 {
154 "cmd": [ 151 "cmd": [
155 "ninja", 152 "ninja",
156 "-C", 153 "-C",
157 "out/skia", 154 "out/skia",
158 "-j100" 155 "-j100"
159 ], 156 ],
160 "cwd": "[CUSTOM_/_B_WORK]/pdfium", 157 "cwd": "[CUSTOM_/_B_WORK]/pdfium",
161 "env": { 158 "env": {
162 "BUILDTYPE": "Release", 159 "BUILDTYPE": "Release",
163 "CHROME_HEADLESS": "1", 160 "CHROME_HEADLESS": "1",
161 "CHROMIUM_BUILDTOOLS_PATH": "[CUSTOM_/_B_WORK]/pdfium/buildtools",
164 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", 162 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1",
165 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 163 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
166 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium" 164 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Release-PD Fium"
167 }, 165 },
168 "name": "build_pdfium" 166 "name": "build_pdfium"
169 }, 167 },
170 { 168 {
171 "cmd": [ 169 "cmd": [
172 "python", 170 "python",
173 "-u", 171 "-u",
(...skipping 29 matching lines...) Expand all
203 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 201 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
204 "@@@STEP_LOG_END@python.inline@@@" 202 "@@@STEP_LOG_END@python.inline@@@"
205 ] 203 ]
206 }, 204 },
207 { 205 {
208 "name": "$result", 206 "name": "$result",
209 "recipe_result": null, 207 "recipe_result": null,
210 "status_code": 0 208 "status_code": 0
211 } 209 }
212 ] 210 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698