| 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 10 matching lines...) Expand all Loading... |
| 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'},
{'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.git',
'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.gi
t'}, {'deps_file': '.DEPS.git', '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 "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 "--revision", | 58 "--revision", |
| 54 "src@origin/lkgr", | 59 "src@origin/lkgr", |
| 55 "--output-json", | 60 "--output-json", |
| 56 "/path/to/tmp/json" | 61 "/path/to/tmp/json" |
| 57 ], | 62 ], |
| 58 "cwd": "[CUSTOM_/_B_WORK]", | 63 "cwd": "[CUSTOM_/_B_WORK]", |
| 59 "env": { | 64 "env": { |
| 60 "CHROME_HEADLESS": "1", | 65 "CHROME_HEADLESS": "1", |
| 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
| 62 "PYTHONPATH": "[BUILD]/scripts" | 67 "PYTHONPATH": "[BUILD]/scripts" |
| 63 }, | 68 }, |
| 64 "name": "gclient sync", | 69 "name": "gclient sync", |
| 65 "~followup_annotations": [ | 70 "~followup_annotations": [ |
| 66 "@@@STEP_LOG_LINE@json.output@{@@@", | 71 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 67 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 68 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 73 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 74 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b
694580e5d17ad10748\"@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 75 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ }@@@", | 78 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 74 "@@@STEP_LOG_LINE@json.output@ }@@@", | 79 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 75 "@@@STEP_LOG_LINE@json.output@}@@@", | 80 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 76 "@@@STEP_LOG_END@json.output@@@", | 81 "@@@STEP_LOG_END@json.output@@@", |
| 77 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 82 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@" |
| 78 ] | 83 ] |
| 79 }, | 84 }, |
| 80 { | 85 { |
| 81 "cmd": [ | 86 "cmd": [ |
| 82 "python", | 87 "python", |
| 83 "-u", | 88 "-u", |
| 84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 89 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 90 "recurse", |
| 91 "git", |
| 92 "config", |
| 93 "user.name", |
| 94 "local_bot" |
| 95 ], |
| 96 "cwd": "[CUSTOM_/_B_WORK]", |
| 97 "env": { |
| 98 "CHROME_HEADLESS": "1", |
| 99 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
| 100 "PYTHONPATH": "[BUILD]/scripts" |
| 101 }, |
| 102 "name": "gclient recurse (git config user.name)" |
| 103 }, |
| 104 { |
| 105 "cmd": [ |
| 106 "python", |
| 107 "-u", |
| 108 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 109 "recurse", |
| 110 "git", |
| 111 "config", |
| 112 "user.email", |
| 113 "local_bot@example.com" |
| 114 ], |
| 115 "cwd": "[CUSTOM_/_B_WORK]", |
| 116 "env": { |
| 117 "CHROME_HEADLESS": "1", |
| 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
| 119 "PYTHONPATH": "[BUILD]/scripts" |
| 120 }, |
| 121 "name": "gclient recurse (git config user.email)" |
| 122 }, |
| 123 { |
| 124 "cmd": [ |
| 125 "python", |
| 126 "-u", |
| 127 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 85 "runhooks" | 128 "runhooks" |
| 86 ], | 129 ], |
| 87 "cwd": "[CUSTOM_/_B_WORK]", | 130 "cwd": "[CUSTOM_/_B_WORK]", |
| 88 "env": { | 131 "env": { |
| 89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 132 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 90 }, | 133 }, |
| 91 "name": "gclient runhooks" | 134 "name": "gclient runhooks" |
| 92 }, | 135 }, |
| 93 { | 136 { |
| 94 "cmd": [ | 137 "cmd": [ |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "cmd": [ | 180 "cmd": [ |
| 138 "[CUSTOM_/_B_WORK]/skia/tools/xsan_build", | 181 "[CUSTOM_/_B_WORK]/skia/tools/xsan_build", |
| 139 "memory", | 182 "memory", |
| 140 "dm" | 183 "dm" |
| 141 ], | 184 ], |
| 142 "cwd": "[CUSTOM_/_B_WORK]/skia", | 185 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 143 "env": { | 186 "env": { |
| 144 "BUILDTYPE": "Debug", | 187 "BUILDTYPE": "Debug", |
| 145 "CHROME_HEADLESS": "1", | 188 "CHROME_HEADLESS": "1", |
| 146 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", | 189 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", |
| 147 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 190 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
| 148 "PYTHONPATH": "[BUILD]/scripts", | 191 "PYTHONPATH": "[BUILD]/scripts", |
| 149 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-MSAN
" | 192 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-MSAN
" |
| 150 }, | 193 }, |
| 151 "name": "build dm" | 194 "name": "build dm" |
| 152 }, | 195 }, |
| 153 { | 196 { |
| 154 "cmd": [ | 197 "cmd": [ |
| 155 "[CUSTOM_/_B_WORK]/skia/tools/xsan_build", | 198 "[CUSTOM_/_B_WORK]/skia/tools/xsan_build", |
| 156 "memory", | 199 "memory", |
| 157 "nanobench" | 200 "nanobench" |
| 158 ], | 201 ], |
| 159 "cwd": "[CUSTOM_/_B_WORK]/skia", | 202 "cwd": "[CUSTOM_/_B_WORK]/skia", |
| 160 "env": { | 203 "env": { |
| 161 "BUILDTYPE": "Debug", | 204 "BUILDTYPE": "Debug", |
| 162 "CHROME_HEADLESS": "1", | 205 "CHROME_HEADLESS": "1", |
| 163 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", | 206 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=1", |
| 164 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 207 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]", |
| 165 "PYTHONPATH": "[BUILD]/scripts", | 208 "PYTHONPATH": "[BUILD]/scripts", |
| 166 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-MSAN
" | 209 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-x86_64-Debug-MSAN
" |
| 167 }, | 210 }, |
| 168 "name": "build nanobench" | 211 "name": "build nanobench" |
| 169 }, | 212 }, |
| 170 { | 213 { |
| 171 "cmd": [ | 214 "cmd": [ |
| 172 "python", | 215 "python", |
| 173 "-u", | 216 "-u", |
| 174 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so
', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe']\n\ntry:\n
os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise
\n\nfor pattern in build_products_whitelist:\n path = os.path.join(src, pattern
)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath
(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedi
rs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f,
dst_path)\n shutil.move(f, dst_path)\n", | 217 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc =
sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so
', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe']\n\ntry:\n
os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise
\n\nfor pattern in build_products_whitelist:\n path = os.path.join(src, pattern
)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath
(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedi
rs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f,
dst_path)\n shutil.move(f, dst_path)\n", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 "1" | 268 "1" |
| 226 ], | 269 ], |
| 227 "name": "copy llvm-build" | 270 "name": "copy llvm-build" |
| 228 }, | 271 }, |
| 229 { | 272 { |
| 230 "name": "$result", | 273 "name": "$result", |
| 231 "recipe_result": null, | 274 "recipe_result": null, |
| 232 "status_code": 0 | 275 "status_code": 0 |
| 233 } | 276 } |
| 234 ] | 277 ] |
| OLD | NEW |