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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release.json

Issue 1920283002: Modify Skia recipes to allow running XSAN on Swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Changes based on code review. 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release" 8 "Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "SKIA_OUT": "[SLAVE_BUILD]/out" 218 "SKIA_OUT": "[SLAVE_BUILD]/out"
219 }, 219 },
220 "name": "read SK_IMAGE_VERSION", 220 "name": "read SK_IMAGE_VERSION",
221 "stdout": "/path/to/tmp/" 221 "stdout": "/path/to/tmp/"
222 }, 222 },
223 { 223 {
224 "cmd": [ 224 "cmd": [
225 "python", 225 "python",
226 "-u", 226 "-u",
227 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 227 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
228 "[SWARM_OUT_DIR]/dm" 228 "[CUSTOM_[SWARM_OUT_DIR]]/dm"
229 ], 229 ],
230 "env": { 230 "env": {
231 "PYTHONPATH": "build/scripts" 231 "PYTHONPATH": "build/scripts"
232 }, 232 },
233 "name": "rmtree dm", 233 "name": "rmtree dm",
234 "~followup_annotations": [ 234 "~followup_annotations": [
235 "@@@STEP_LOG_LINE@python.inline@@@@", 235 "@@@STEP_LOG_LINE@python.inline@@@@",
236 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 236 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
237 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 237 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
238 "@@@STEP_LOG_LINE@python.inline@@@@", 238 "@@@STEP_LOG_LINE@python.inline@@@@",
239 "@@@STEP_LOG_LINE@python.inline@@@@", 239 "@@@STEP_LOG_LINE@python.inline@@@@",
240 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 240 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
241 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 241 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
242 "@@@STEP_LOG_END@python.inline@@@" 242 "@@@STEP_LOG_END@python.inline@@@"
243 ] 243 ]
244 }, 244 },
245 { 245 {
246 "cmd": [ 246 "cmd": [
247 "python", 247 "python",
248 "-u", 248 "-u",
249 "\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", 249 "\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",
250 "[SWARM_OUT_DIR]/dm", 250 "[CUSTOM_[SWARM_OUT_DIR]]/dm",
251 "511" 251 "511"
252 ], 252 ],
253 "name": "makedirs dm", 253 "name": "makedirs dm",
254 "~followup_annotations": [ 254 "~followup_annotations": [
255 "@@@STEP_LOG_LINE@python.inline@@@@", 255 "@@@STEP_LOG_LINE@python.inline@@@@",
256 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 256 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
257 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 257 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
258 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 258 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
259 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 259 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
260 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 260 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "SKIA_ANDROID_VERBOSE_SETUP": "1", 475 "SKIA_ANDROID_VERBOSE_SETUP": "1",
476 "SKIA_OUT": "[SLAVE_BUILD]/out" 476 "SKIA_OUT": "[SLAVE_BUILD]/out"
477 }, 477 },
478 "name": "dm" 478 "name": "dm"
479 }, 479 },
480 { 480 {
481 "cmd": [ 481 "cmd": [
482 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_pull_if_needed", 482 "[SLAVE_BUILD]/skia/platform_tools/android/bin/adb_pull_if_needed",
483 "--verbose", 483 "--verbose",
484 "/storage/emulated/legacy/skiabot/skia_dm", 484 "/storage/emulated/legacy/skiabot/skia_dm",
485 "[SWARM_OUT_DIR]/dm" 485 "[CUSTOM_[SWARM_OUT_DIR]]/dm"
486 ], 486 ],
487 "env": { 487 "env": {
488 "ANDROID_HOME": "/b/android-sdk-linux", 488 "ANDROID_HOME": "/b/android-sdk-linux",
489 "ANDROID_SDK_ROOT": "/b/android-sdk-linux", 489 "ANDROID_SDK_ROOT": "/b/android-sdk-linux",
490 "BUILDTYPE": "Release", 490 "BUILDTYPE": "Release",
491 "CHROME_HEADLESS": "1", 491 "CHROME_HEADLESS": "1",
492 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0", 492 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=0",
493 "PATH": "[DEPOT_TOOLS]:%(PATH)s", 493 "PATH": "[DEPOT_TOOLS]:%(PATH)s",
494 "PYTHONPATH": "[BUILD]/scripts", 494 "PYTHONPATH": "[BUILD]/scripts",
495 "SKIA_ANDROID_VERBOSE_SETUP": "1", 495 "SKIA_ANDROID_VERBOSE_SETUP": "1",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 "SKIA_OUT": "[SLAVE_BUILD]/out" 592 "SKIA_OUT": "[SLAVE_BUILD]/out"
593 }, 593 },
594 "name": "kill-server" 594 "name": "kill-server"
595 }, 595 },
596 { 596 {
597 "name": "$result", 597 "name": "$result",
598 "recipe_result": null, 598 "recipe_result": null,
599 "status_code": 0 599 "status_code": 0
600 } 600 }
601 ] 601 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698