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=Debug" | 93 "BUILDTYPE=Debug" |
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_w
arnings_as_errors=0", | 98 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" | 99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" |
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=Debug" | 107 "BUILDTYPE=Debug" |
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_w
arnings_as_errors=0", | 112 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0
", |
113 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" | 113 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De
bug" |
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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 "[SLAVE_BUILD]/skia/resources", | 459 "[SLAVE_BUILD]/skia/resources", |
460 "--skps", | 460 "--skps", |
461 "[SLAVE_BUILD]/playback/skps", | 461 "[SLAVE_BUILD]/playback/skps", |
462 "--nogpu", | 462 "--nogpu", |
463 "--dummy-flags" | 463 "--dummy-flags" |
464 ], | 464 ], |
465 "cwd": "[SLAVE_BUILD]", | 465 "cwd": "[SLAVE_BUILD]", |
466 "name": "nanobench" | 466 "name": "nanobench" |
467 } | 467 } |
468 ] | 468 ] |
OLD | NEW |