| 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 14 matching lines...) Expand all Loading... |
| 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'},
{'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 "CHROME_HEADLESS": "1", | 36 "CHROME_HEADLESS": "1", |
| 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 37 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", |
| 38 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
| 39 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-MSAN
" |
| 37 }, | 40 }, |
| 38 "name": "gclient setup" | 41 "name": "gclient setup" |
| 39 }, | 42 }, |
| 40 { | 43 { |
| 41 "cmd": [ | 44 "cmd": [ |
| 42 "python", | 45 "python", |
| 43 "-u", | 46 "-u", |
| 44 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 47 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 45 "sync", | 48 "sync", |
| 46 "--nohooks", | 49 "--nohooks", |
| 47 "--force", | 50 "--force", |
| 48 "--verbose", | 51 "--verbose", |
| 49 "--delete_unversioned_trees", | 52 "--delete_unversioned_trees", |
| 50 "--revision", | 53 "--revision", |
| 51 "skia@abc123", | 54 "skia@abc123", |
| 52 "--revision", | 55 "--revision", |
| 53 "src@origin/lkgr", | 56 "src@origin/lkgr", |
| 54 "--output-json", | 57 "--output-json", |
| 55 "/path/to/tmp/json" | 58 "/path/to/tmp/json" |
| 56 ], | 59 ], |
| 57 "cwd": "[CUSTOM_/_B_WORK]", | 60 "cwd": "[CUSTOM_/_B_WORK]", |
| 58 "env": { | 61 "env": { |
| 62 "BUILDTYPE": "Debug", |
| 59 "CHROME_HEADLESS": "1", | 63 "CHROME_HEADLESS": "1", |
| 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]" | 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]", |
| 66 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-MSAN
" |
| 61 }, | 67 }, |
| 62 "name": "gclient sync", | 68 "name": "gclient sync", |
| 63 "~followup_annotations": [ | 69 "~followup_annotations": [ |
| 64 "@@@STEP_LOG_LINE@json.output@{@@@", | 70 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 71 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 74 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 75 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 "1" | 184 "1" |
| 179 ], | 185 ], |
| 180 "name": "copy llvm-build" | 186 "name": "copy llvm-build" |
| 181 }, | 187 }, |
| 182 { | 188 { |
| 183 "name": "$result", | 189 "name": "$result", |
| 184 "recipe_result": null, | 190 "recipe_result": null, |
| 185 "status_code": 0 | 191 "status_code": 0 |
| 186 } | 192 } |
| 187 ] | 193 ] |
| OLD | NEW |