| OLD | NEW |
| 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 Loading... |
| 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', 'man
aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.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=arm 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-Arm7-Release-Andr
oid_Vulkan" | 38 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid_Vulkan" |
| 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 "--output-json", | 54 "--output-json", |
| 56 "/path/to/tmp/json" | 55 "/path/to/tmp/json" |
| 57 ], | 56 ], |
| 58 "cwd": "[CUSTOM_/_B_WORK]", | 57 "cwd": "[CUSTOM_/_B_WORK]", |
| 59 "env": { | 58 "env": { |
| 60 "BUILDTYPE": "Release", | 59 "BUILDTYPE": "Release", |
| 61 "CHROME_HEADLESS": "1", | 60 "CHROME_HEADLESS": "1", |
| 62 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", | |
| 63 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 64 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid_Vulkan" | 62 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid_Vulkan" |
| 65 }, | 63 }, |
| 66 "name": "gclient sync", | 64 "name": "gclient sync", |
| 67 "~followup_annotations": [ | 65 "~followup_annotations": [ |
| 68 "@@@STEP_LOG_LINE@json.output@{@@@", | 66 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ }@@@", | 70 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 90 }, | 88 }, |
| 91 { | 89 { |
| 92 "cmd": [ | 90 "cmd": [ |
| 93 "python", | 91 "python", |
| 94 "-u", | 92 "-u", |
| 95 "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" | 93 "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" |
| 96 ], | 94 ], |
| 97 "env": { | 95 "env": { |
| 98 "BUILDTYPE": "Release", | 96 "BUILDTYPE": "Release", |
| 99 "CHROME_HEADLESS": "1", | 97 "CHROME_HEADLESS": "1", |
| 100 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", | |
| 101 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 102 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid_Vulkan" | 99 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid_Vulkan" |
| 103 }, | 100 }, |
| 104 "name": "has ccache?", | 101 "name": "has ccache?", |
| 105 "stdout": "/path/to/tmp/json", | 102 "stdout": "/path/to/tmp/json", |
| 106 "~followup_annotations": [ | 103 "~followup_annotations": [ |
| 107 "@@@STEP_LOG_LINE@json.output@{@@@", | 104 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 108 "@@@STEP_LOG_LINE@json.output@ \"ccache\": \"/usr/bin/ccache\"@@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"ccache\": \"/usr/bin/ccache\"@@@", |
| 109 "@@@STEP_LOG_LINE@json.output@}@@@", | 106 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 110 "@@@STEP_LOG_END@json.output@@@", | 107 "@@@STEP_LOG_END@json.output@@@", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 177 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
| 181 "@@@STEP_LOG_END@python.inline@@@" | 178 "@@@STEP_LOG_END@python.inline@@@" |
| 182 ] | 179 ] |
| 183 }, | 180 }, |
| 184 { | 181 { |
| 185 "name": "$result", | 182 "name": "$result", |
| 186 "recipe_result": null, | 183 "recipe_result": null, |
| 187 "status_code": 0 | 184 "status_code": 0 |
| 188 } | 185 } |
| 189 ] | 186 ] |
| OLD | NEW |