| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[CWD]/skia", |
| 11 "name": "git remote set-url" | 11 "name": "git remote set-url" |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "cmd": [ | 14 "cmd": [ |
| 15 "git", | 15 "git", |
| 16 "fetch" | 16 "fetch" |
| 17 ], | 17 ], |
| 18 "cwd": "[SLAVE_BUILD]/skia", | 18 "cwd": "[CWD]/skia", |
| 19 "name": "git fetch" | 19 "name": "git fetch" |
| 20 }, | 20 }, |
| 21 { | 21 { |
| 22 "cmd": [ | 22 "cmd": [ |
| 23 "git", | 23 "git", |
| 24 "reset", | 24 "reset", |
| 25 "--hard", | 25 "--hard", |
| 26 "abc123" | 26 "abc123" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]/skia", | 28 "cwd": "[CWD]/skia", |
| 29 "name": "git reset" | 29 "name": "git reset" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "cmd": [ | 32 "cmd": [ |
| 33 "git", | 33 "git", |
| 34 "clean", | 34 "clean", |
| 35 "-d", | 35 "-d", |
| 36 "-f" | 36 "-f" |
| 37 ], | 37 ], |
| 38 "cwd": "[SLAVE_BUILD]/skia", | 38 "cwd": "[CWD]/skia", |
| 39 "name": "git clean" | 39 "name": "git clean" |
| 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 "config", | 46 "config", |
| 47 "--spec", | 47 "--spec", |
| 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" | 48 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/
skia.git'}]\ntarget_os = ['llvm']" |
| 49 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", | |
| 51 "env": { | 50 "env": { |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 52 }, |
| 54 "name": "gclient setup" | 53 "name": "gclient setup" |
| 55 }, | 54 }, |
| 56 { | 55 { |
| 57 "cmd": [ | 56 "cmd": [ |
| 58 "python", | 57 "python", |
| 59 "-u", | 58 "-u", |
| 60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 61 "sync", | 60 "sync", |
| 62 "--nohooks", | 61 "--nohooks", |
| 63 "--force", | 62 "--force", |
| 64 "--verbose", | 63 "--verbose", |
| 65 "--delete_unversioned_trees", | 64 "--delete_unversioned_trees", |
| 66 "--revision", | 65 "--revision", |
| 67 "skia@abc123", | 66 "skia@abc123", |
| 68 "--output-json", | 67 "--output-json", |
| 69 "/path/to/tmp/json" | 68 "/path/to/tmp/json" |
| 70 ], | 69 ], |
| 71 "cwd": "[SLAVE_BUILD]", | |
| 72 "env": { | 70 "env": { |
| 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 74 }, | 72 }, |
| 75 "name": "gclient sync", | 73 "name": "gclient sync", |
| 76 "~followup_annotations": [ | 74 "~followup_annotations": [ |
| 77 "@@@STEP_LOG_LINE@json.output@{@@@", | 75 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 77 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ }@@@", | 79 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ }@@@", | 80 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@}@@@", | 81 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 84 "@@@STEP_LOG_END@json.output@@@", | 82 "@@@STEP_LOG_END@json.output@@@", |
| 85 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 83 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" |
| 86 ] | 84 ] |
| 87 }, | 85 }, |
| 88 { | 86 { |
| 89 "cmd": [ | 87 "cmd": [ |
| 90 "python", | 88 "python", |
| 91 "-u", | 89 "-u", |
| 92 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 90 "[CWD]/skia/tools/buildbot_spec.py", |
| 93 "/path/to/tmp/json", | 91 "/path/to/tmp/json", |
| 94 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN" | 92 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN" |
| 95 ], | 93 ], |
| 96 "cwd": "[SLAVE_BUILD]/skia", | 94 "cwd": "[CWD]/skia", |
| 97 "name": "exec buildbot_spec.py", | 95 "name": "exec buildbot_spec.py", |
| 98 "~followup_annotations": [ | 96 "~followup_annotations": [ |
| 99 "@@@STEP_LOG_LINE@json.output@{@@@", | 97 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 100 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 98 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
| 101 "@@@STEP_LOG_LINE@json.output@ \"dm\"@@@", | 99 "@@@STEP_LOG_LINE@json.output@ \"dm\"@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 100 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 103 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 101 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
| 104 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
| 105 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
| 106 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Release\", @@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 125 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", |
| 126 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 124 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 127 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"upload_dm_results\": false, @@@", |
| 128 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
| 129 "@@@STEP_LOG_LINE@json.output@}@@@", | 127 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 130 "@@@STEP_LOG_END@json.output@@@" | 128 "@@@STEP_LOG_END@json.output@@@" |
| 131 ] | 129 ] |
| 132 }, | 130 }, |
| 133 { | 131 { |
| 134 "cmd": [ | 132 "cmd": [ |
| 135 "[SLAVE_BUILD]/skia/tools/xsan_build", | 133 "[CWD]/skia/tools/xsan_build", |
| 136 "thread", | 134 "thread", |
| 137 "dm" | 135 "dm" |
| 138 ], | 136 ], |
| 139 "cwd": "[SLAVE_BUILD]/skia", | 137 "cwd": "[CWD]/skia", |
| 140 "env": { | 138 "env": { |
| 141 "BUILDTYPE": "Release", | 139 "BUILDTYPE": "Release", |
| 142 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", | 140 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
| 143 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-TSAN" | 141 "SKIA_OUT": "[CWD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TS
AN" |
| 144 }, | 142 }, |
| 145 "name": "build dm" | 143 "name": "build dm" |
| 146 }, | 144 }, |
| 147 { | 145 { |
| 148 "cmd": [ | 146 "cmd": [ |
| 149 "python", | 147 "python", |
| 150 "-u", | 148 "-u", |
| 151 "\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", | 149 "\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", |
| 152 "[SLAVE_BUILD]/tmp", | 150 "[CWD]/tmp", |
| 153 "511" | 151 "511" |
| 154 ], | 152 ], |
| 155 "cwd": "[SLAVE_BUILD]", | |
| 156 "name": "makedirs tmp_dir", | 153 "name": "makedirs tmp_dir", |
| 157 "~followup_annotations": [ | 154 "~followup_annotations": [ |
| 158 "@@@STEP_LOG_LINE@python.inline@@@@", | 155 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 159 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 156 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 160 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 157 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 161 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 158 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 162 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 159 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 163 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 160 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 164 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 161 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 165 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 162 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 166 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 163 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 167 "@@@STEP_LOG_END@python.inline@@@" | 164 "@@@STEP_LOG_END@python.inline@@@" |
| 168 ] | 165 ] |
| 169 }, | 166 }, |
| 170 { | 167 { |
| 171 "cmd": [ | 168 "cmd": [ |
| 172 "python", | 169 "python", |
| 173 "-u", | 170 "-u", |
| 174 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 171 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 175 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 172 "[CWD]/tmp/SKP_VERSION", |
| 176 "/path/to/tmp/" | 173 "/path/to/tmp/" |
| 177 ], | 174 ], |
| 178 "cwd": "[SLAVE_BUILD]", | |
| 179 "name": "Get downloaded SKP_VERSION" | 175 "name": "Get downloaded SKP_VERSION" |
| 180 }, | 176 }, |
| 181 { | 177 { |
| 182 "cmd": [ | 178 "cmd": [ |
| 183 "python", | 179 "python", |
| 184 "-u", | 180 "-u", |
| 185 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 181 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 186 "[SLAVE_BUILD]/skia/SKP_VERSION", | 182 "[CWD]/skia/SKP_VERSION", |
| 187 "/path/to/tmp/" | 183 "/path/to/tmp/" |
| 188 ], | 184 ], |
| 189 "cwd": "[SLAVE_BUILD]", | |
| 190 "name": "Get expected SKP_VERSION" | 185 "name": "Get expected SKP_VERSION" |
| 191 }, | 186 }, |
| 192 { | 187 { |
| 193 "cmd": [ | 188 "cmd": [ |
| 194 "python", | 189 "python", |
| 195 "-u", | 190 "-u", |
| 196 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 191 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 197 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 192 "[CWD]/tmp/SK_IMAGE_VERSION", |
| 198 "/path/to/tmp/" | 193 "/path/to/tmp/" |
| 199 ], | 194 ], |
| 200 "cwd": "[SLAVE_BUILD]", | |
| 201 "name": "Get downloaded SK_IMAGE_VERSION" | 195 "name": "Get downloaded SK_IMAGE_VERSION" |
| 202 }, | 196 }, |
| 203 { | 197 { |
| 204 "cmd": [ | 198 "cmd": [ |
| 205 "python", | 199 "python", |
| 206 "-u", | 200 "-u", |
| 207 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 208 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | 202 "[CWD]/skia/SK_IMAGE_VERSION", |
| 209 "/path/to/tmp/" | 203 "/path/to/tmp/" |
| 210 ], | 204 ], |
| 211 "cwd": "[SLAVE_BUILD]", | |
| 212 "name": "Get expected SK_IMAGE_VERSION" | 205 "name": "Get expected SK_IMAGE_VERSION" |
| 213 }, | 206 }, |
| 214 { | 207 { |
| 215 "cmd": [ | 208 "cmd": [ |
| 216 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN/R
elease/dm", | 209 "[CWD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN/Release/d
m", |
| 217 "--undefok", | 210 "--undefok", |
| 218 "--resourcePath", | 211 "--resourcePath", |
| 219 "[SLAVE_BUILD]/skia/resources", | 212 "[CWD]/skia/resources", |
| 220 "--skps", | 213 "--skps", |
| 221 "[SLAVE_BUILD]/playback/skps", | 214 "[CWD]/playback/skps", |
| 222 "--images", | 215 "--images", |
| 223 "[SLAVE_BUILD]/images/dm", | 216 "[CWD]/images/dm", |
| 224 "--nameByHash", | 217 "--nameByHash", |
| 225 "--properties", | 218 "--properties", |
| 226 "gitHash", | 219 "gitHash", |
| 227 "164710", | 220 "164710", |
| 228 "master", | 221 "master", |
| 229 "client.skia", | 222 "client.skia", |
| 230 "builder", | 223 "builder", |
| 231 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", | 224 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN", |
| 232 "build_number", | 225 "build_number", |
| 233 "5", | 226 "5", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 244 "AVX2", | 237 "AVX2", |
| 245 "extra_config", | 238 "extra_config", |
| 246 "TSAN", | 239 "TSAN", |
| 247 "model", | 240 "model", |
| 248 "GCE", | 241 "GCE", |
| 249 "os", | 242 "os", |
| 250 "Ubuntu", | 243 "Ubuntu", |
| 251 "--nogpu", | 244 "--nogpu", |
| 252 "--dummy-flags" | 245 "--dummy-flags" |
| 253 ], | 246 ], |
| 254 "cwd": "[SLAVE_BUILD]", | |
| 255 "env": { | 247 "env": { |
| 256 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", | 248 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", |
| 257 "BUILDTYPE": "Release", | 249 "BUILDTYPE": "Release", |
| 258 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", | 250 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
| 259 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL
D]/skia/tools/lsan.supp", | 251 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[CWD]/skia/
tools/lsan.supp", |
| 260 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-TSAN", | 252 "SKIA_OUT": "[CWD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TS
AN", |
| 261 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", | 253 "TSAN_OPTIONS": "suppressions=[CWD]/skia/tools/tsan.supp", |
| 262 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" | 254 "UBSAN_OPTIONS": "suppressions=[CWD]/skia/tools/ubsan.supp" |
| 263 }, | 255 }, |
| 264 "name": "dm" | 256 "name": "dm" |
| 265 }, | 257 }, |
| 266 { | 258 { |
| 267 "name": "$result", | 259 "name": "$result", |
| 268 "recipe_result": null, | 260 "recipe_result": null, |
| 269 "status_code": 0 | 261 "status_code": 0 |
| 270 } | 262 } |
| 271 ] | 263 ] |
| OLD | NEW |