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

Side by Side Diff: infra/bots/recipes/swarm_compile.expected/Build-Mac-Clang-x86_64-Debug-CommandBuffer.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 15 matching lines...) Expand all
26 "python", 26 "python",
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': 'src', 'url': 'https://chromium. googlesource.com/chromium/src.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': 'src', 'url': 'https://chromium. googlesource.com/chromium/src.git'}]\ntarget_os = ['llvm']"
32 ], 32 ],
33 "cwd": "[CUSTOM_/_B_WORK]", 33 "cwd": "[CUSTOM_/_B_WORK]",
34 "env": { 34 "env": {
35 "BUILDTYPE": "Debug", 35 "BUILDTYPE": "Debug",
36 "CC": "/usr/bin/clang",
37 "CHROME_HEADLESS": "1", 36 "CHROME_HEADLESS": "1",
38 "CXX": "/usr/bin/clang++",
39 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=1",
40 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
41 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-Comma ndBuffer" 38 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-Comma ndBuffer"
42 }, 39 },
43 "name": "gclient setup" 40 "name": "gclient setup"
44 }, 41 },
45 { 42 {
46 "cmd": [ 43 "cmd": [
47 "python", 44 "python",
48 "-u", 45 "-u",
49 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
50 "sync", 47 "sync",
51 "--nohooks", 48 "--nohooks",
52 "--force", 49 "--force",
53 "--verbose", 50 "--verbose",
54 "--delete_unversioned_trees", 51 "--delete_unversioned_trees",
55 "--revision", 52 "--revision",
56 "skia@abc123", 53 "skia@abc123",
57 "--revision", 54 "--revision",
58 "src@origin/lkgr", 55 "src@origin/lkgr",
59 "--output-json", 56 "--output-json",
60 "/path/to/tmp/json" 57 "/path/to/tmp/json"
61 ], 58 ],
62 "cwd": "[CUSTOM_/_B_WORK]", 59 "cwd": "[CUSTOM_/_B_WORK]",
63 "env": { 60 "env": {
64 "BUILDTYPE": "Debug", 61 "BUILDTYPE": "Debug",
65 "CC": "/usr/bin/clang",
66 "CHROME_HEADLESS": "1", 62 "CHROME_HEADLESS": "1",
67 "CXX": "/usr/bin/clang++",
68 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=1",
69 "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]",
70 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-Comma ndBuffer" 64 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-Comma ndBuffer"
71 }, 65 },
72 "name": "gclient sync", 66 "name": "gclient sync",
73 "~followup_annotations": [ 67 "~followup_annotations": [
74 "@@@STEP_LOG_LINE@json.output@{@@@", 68 "@@@STEP_LOG_LINE@json.output@{@@@",
75 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 69 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
76 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 70 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
77 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 71 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
78 "@@@STEP_LOG_LINE@json.output@ }, @@@", 72 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 "--output-dir", 121 "--output-dir",
128 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Deb ug", 122 "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-CommandBuffer/Deb ug",
129 "--chrome-build-type", 123 "--chrome-build-type",
130 "Debug", 124 "Debug",
131 "--no-sync" 125 "--no-sync"
132 ], 126 ],
133 "env": { 127 "env": {
134 "BUILDTYPE": "Debug", 128 "BUILDTYPE": "Debug",
135 "CC": "/usr/bin/clang", 129 "CC": "/usr/bin/clang",
136 "CHROME_HEADLESS": "1", 130 "CHROME_HEADLESS": "1",
131 "CHROME_PATH": "[SLAVE_BUILD]/src",
137 "CXX": "/usr/bin/clang++", 132 "CXX": "/usr/bin/clang++",
138 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=1", 133 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=1",
139 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 134 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
140 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-Comma ndBuffer" 135 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Mac-Clang-x86_64-Debug-Comma ndBuffer"
141 }, 136 },
142 "name": "build command_buffer" 137 "name": "build command_buffer"
143 }, 138 },
144 { 139 {
145 "cmd": [ 140 "cmd": [
146 "python", 141 "python",
(...skipping 30 matching lines...) Expand all
177 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 172 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
178 "@@@STEP_LOG_END@python.inline@@@" 173 "@@@STEP_LOG_END@python.inline@@@"
179 ] 174 ]
180 }, 175 },
181 { 176 {
182 "name": "$result", 177 "name": "$result",
183 "recipe_result": null, 178 "recipe_result": null,
184 "status_code": 0 179 "status_code": 0
185 } 180 }
186 ] 181 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698