| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "fetch" | 5 "fetch" |
| 6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]/skia", | 7 "cwd": "[SLAVE_BUILD]/skia", |
| 8 "name": "git fetch" | 8 "name": "git fetch" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "cmd": [ | 90 "cmd": [ |
| 91 "make", | 91 "make", |
| 92 "dm", | 92 "dm", |
| 93 "BUILDTYPE=Release" | 93 "BUILDTYPE=Release" |
| 94 ], | 94 ], |
| 95 "cwd": "[SLAVE_BUILD]/skia", | 95 "cwd": "[SLAVE_BUILD]/skia", |
| 96 "env": { | 96 "env": { |
| 97 "CHROME_PATH": "/home/chrome-bot/src", | 97 "CHROME_PATH": "/home/chrome-bot/src", |
| 98 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_gpu=0 skia_s
hared_lib=1 skia_warnings_as_errors=0", | 98 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_shared_lib=1 skia_wa
rnings_as_errors=0", |
| 99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-Shared" | 99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-Shared" |
| 100 }, | 100 }, |
| 101 "name": "build dm" | 101 "name": "build dm" |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 "cmd": [ | 104 "cmd": [ |
| 105 "make", | 105 "make", |
| 106 "nanobench", | 106 "nanobench", |
| 107 "BUILDTYPE=Release" | 107 "BUILDTYPE=Release" |
| 108 ], | 108 ], |
| 109 "cwd": "[SLAVE_BUILD]/skia", | 109 "cwd": "[SLAVE_BUILD]/skia", |
| 110 "env": { | 110 "env": { |
| 111 "CHROME_PATH": "/home/chrome-bot/src", | 111 "CHROME_PATH": "/home/chrome-bot/src", |
| 112 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_gpu=0 skia_s
hared_lib=1 skia_warnings_as_errors=0", | 112 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_shared_lib=1 skia_wa
rnings_as_errors=0", |
| 113 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-Shared" | 113 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Re
lease-Shared" |
| 114 }, | 114 }, |
| 115 "name": "build nanobench" | 115 "name": "build nanobench" |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [ | 118 "cmd": [ |
| 119 "python", | 119 "python", |
| 120 "-u", | 120 "-u", |
| 121 "\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", | 121 "\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", |
| 122 "[SLAVE_BUILD]/tmp", | 122 "[SLAVE_BUILD]/tmp", |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 "[SLAVE_BUILD]/skia/common/py/utils" | 350 "[SLAVE_BUILD]/skia/common/py/utils" |
| 351 ], | 351 ], |
| 352 "cwd": "[SLAVE_BUILD]/skia", | 352 "cwd": "[SLAVE_BUILD]/skia", |
| 353 "env": { | 353 "env": { |
| 354 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 354 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
| 355 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 355 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 356 }, | 356 }, |
| 357 "name": "Upload DM Results" | 357 "name": "Upload DM Results" |
| 358 } | 358 } |
| 359 ] | 359 ] |
| OLD | NEW |