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

Side by Side Diff: scripts/slave/recipes/skia/swarm_compile.expected/Build-Ubuntu-GCC-Arm7-Release-Android_Vulkan.json

Issue 2270963002: Make skia recipes explicitly set GIT_MODE (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase 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 10 matching lines...) Expand all
21 "@@@STEP_LOG_END@python.inline@@@" 21 "@@@STEP_LOG_END@python.inline@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
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'}]\ ntarget_os = ['llvm']" 31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.gi t'}]\ntarget_os = ['llvm']"
32 ], 32 ],
33 "cwd": "[CUSTOM_/_B_WORK]", 33 "cwd": "[CUSTOM_/_B_WORK]",
34 "env": { 34 "env": {
35 "CHROME_HEADLESS": "1", 35 "CHROME_HEADLESS": "1",
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
37 "PYTHONPATH": "[BUILD]/scripts" 37 "PYTHONPATH": "[BUILD]/scripts"
38 }, 38 },
39 "name": "gclient setup" 39 "name": "gclient setup"
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
46 "sync", 46 "sync",
47 "--verbose",
48 "--with_branch_heads",
47 "--nohooks", 49 "--nohooks",
50 "-j8",
51 "--reset",
48 "--force", 52 "--force",
49 "--verbose", 53 "--upstream",
54 "--no-nag-max",
50 "--delete_unversioned_trees", 55 "--delete_unversioned_trees",
51 "--revision", 56 "--revision",
52 "skia@abc123", 57 "skia@abc123",
53 "--output-json", 58 "--output-json",
54 "/path/to/tmp/json" 59 "/path/to/tmp/json"
55 ], 60 ],
56 "cwd": "[CUSTOM_/_B_WORK]", 61 "cwd": "[CUSTOM_/_B_WORK]",
57 "env": { 62 "env": {
58 "CHROME_HEADLESS": "1", 63 "CHROME_HEADLESS": "1",
59 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 64 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
60 "PYTHONPATH": "[BUILD]/scripts" 65 "PYTHONPATH": "[BUILD]/scripts"
61 }, 66 },
62 "name": "gclient sync", 67 "name": "gclient sync",
63 "~followup_annotations": [ 68 "~followup_annotations": [
64 "@@@STEP_LOG_LINE@json.output@{@@@", 69 "@@@STEP_LOG_LINE@json.output@{@@@",
65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 70 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
66 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 71 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b 694580e5d17ad10748\"@@@",
68 "@@@STEP_LOG_LINE@json.output@ }@@@", 73 "@@@STEP_LOG_LINE@json.output@ }@@@",
69 "@@@STEP_LOG_LINE@json.output@ }@@@", 74 "@@@STEP_LOG_LINE@json.output@ }@@@",
70 "@@@STEP_LOG_LINE@json.output@}@@@", 75 "@@@STEP_LOG_LINE@json.output@}@@@",
71 "@@@STEP_LOG_END@json.output@@@", 76 "@@@STEP_LOG_END@json.output@@@",
72 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 77 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1 0748\"@@@"
73 ] 78 ]
74 }, 79 },
75 { 80 {
76 "cmd": [ 81 "cmd": [
77 "python", 82 "python",
78 "-u", 83 "-u",
84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
85 "recurse",
86 "git",
87 "config",
88 "user.name",
89 "local_bot"
90 ],
91 "cwd": "[CUSTOM_/_B_WORK]",
92 "env": {
93 "CHROME_HEADLESS": "1",
94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
95 "PYTHONPATH": "[BUILD]/scripts"
96 },
97 "name": "gclient recurse (git config user.name)"
98 },
99 {
100 "cmd": [
101 "python",
102 "-u",
103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
104 "recurse",
105 "git",
106 "config",
107 "user.email",
108 "local_bot@example.com"
109 ],
110 "cwd": "[CUSTOM_/_B_WORK]",
111 "env": {
112 "CHROME_HEADLESS": "1",
113 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
114 "PYTHONPATH": "[BUILD]/scripts"
115 },
116 "name": "gclient recurse (git config user.email)"
117 },
118 {
119 "cmd": [
120 "python",
121 "-u",
79 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py", 122 "[CUSTOM_/_B_WORK]/skia/tools/buildbot_spec.py",
80 "/path/to/tmp/json", 123 "/path/to/tmp/json",
81 "Build-Ubuntu-GCC-Arm7-Release-Android_Vulkan" 124 "Build-Ubuntu-GCC-Arm7-Release-Android_Vulkan"
82 ], 125 ],
83 "cwd": "[CUSTOM_/_B_WORK]/skia", 126 "cwd": "[CUSTOM_/_B_WORK]/skia",
84 "name": "exec buildbot_spec.py", 127 "name": "exec buildbot_spec.py",
85 "~followup_annotations": [ 128 "~followup_annotations": [
86 "@@@STEP_LOG_LINE@json.output@{@@@", 129 "@@@STEP_LOG_LINE@json.output@{@@@",
87 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 130 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", 131 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 { 173 {
131 "cmd": [ 174 "cmd": [
132 "python", 175 "python",
133 "-u", 176 "-u",
134 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri nt json.dumps({'ccache': ccache})\n" 177 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri nt json.dumps({'ccache': ccache})\n"
135 ], 178 ],
136 "env": { 179 "env": {
137 "BUILDTYPE": "Release", 180 "BUILDTYPE": "Release",
138 "CHROME_HEADLESS": "1", 181 "CHROME_HEADLESS": "1",
139 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", 182 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1",
140 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 183 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
141 "PYTHONPATH": "[BUILD]/scripts", 184 "PYTHONPATH": "[BUILD]/scripts",
142 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr oid_Vulkan" 185 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr oid_Vulkan"
143 }, 186 },
144 "name": "has ccache?", 187 "name": "has ccache?",
145 "stdout": "/path/to/tmp/json", 188 "stdout": "/path/to/tmp/json",
146 "~followup_annotations": [ 189 "~followup_annotations": [
147 "@@@STEP_LOG_LINE@json.output@{@@@", 190 "@@@STEP_LOG_LINE@json.output@{@@@",
148 "@@@STEP_LOG_LINE@json.output@ \"ccache\": \"/usr/bin/ccache\"@@@", 191 "@@@STEP_LOG_LINE@json.output@ \"ccache\": \"/usr/bin/ccache\"@@@",
149 "@@@STEP_LOG_LINE@json.output@}@@@", 192 "@@@STEP_LOG_LINE@json.output@}@@@",
150 "@@@STEP_LOG_END@json.output@@@", 193 "@@@STEP_LOG_END@json.output@@@",
(...skipping 20 matching lines...) Expand all
171 "--vulkan" 214 "--vulkan"
172 ], 215 ],
173 "cwd": "[CUSTOM_/_B_WORK]/skia", 216 "cwd": "[CUSTOM_/_B_WORK]/skia",
174 "env": { 217 "env": {
175 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", 218 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk",
176 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", 219 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache",
177 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", 220 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk",
178 "BUILDTYPE": "Release", 221 "BUILDTYPE": "Release",
179 "CHROME_HEADLESS": "1", 222 "CHROME_HEADLESS": "1",
180 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", 223 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1",
181 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 224 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
182 "PYTHONPATH": "[BUILD]/scripts", 225 "PYTHONPATH": "[BUILD]/scripts",
183 "SKIA_ANDROID_VERBOSE_SETUP": "1", 226 "SKIA_ANDROID_VERBOSE_SETUP": "1",
184 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr oid_Vulkan" 227 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr oid_Vulkan"
185 }, 228 },
186 "name": "build most" 229 "name": "build most"
187 }, 230 },
188 { 231 {
189 "cmd": [ 232 "cmd": [
190 "python", 233 "python",
191 "-u", 234 "-u",
(...skipping 29 matching lines...) Expand all
221 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", 264 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@",
222 "@@@STEP_LOG_END@python.inline@@@" 265 "@@@STEP_LOG_END@python.inline@@@"
223 ] 266 ]
224 }, 267 },
225 { 268 {
226 "name": "$result", 269 "name": "$result",
227 "recipe_result": null, 270 "recipe_result": null,
228 "status_code": 0 271 "status_code": 0
229 } 272 }
230 ] 273 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698