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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "CC": "/usr/bin/clang", | 97 "CC": "/usr/bin/clang", |
98 "CHROME_PATH": "/home/chrome-bot/src", | 98 "CHROME_PATH": "/home/chrome-bot/src", |
99 "CXX": "/usr/bin/clang++", | 99 "CXX": "/usr/bin/clang++", |
100 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_clang_build=
1 skia_run_pdfviewer_in_gm=1 skia_warnings_as_errors=0", | 100 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_run_pdfviewe
r_in_gm=1 skia_warnings_as_errors=0", |
101 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac10.8-Clang-MacMini4.1-GPU-GeFo
rce320M-x86_64-Release" | 101 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac10.8-Clang-MacMini4.1-GPU-GeFo
rce320M-x86_64-Release" |
102 }, | 102 }, |
103 "name": "build dm" | 103 "name": "build dm" |
104 }, | 104 }, |
105 { | 105 { |
106 "cmd": [ | 106 "cmd": [ |
107 "make", | 107 "make", |
108 "nanobench", | 108 "nanobench", |
109 "BUILDTYPE=Release" | 109 "BUILDTYPE=Release" |
110 ], | 110 ], |
111 "cwd": "[SLAVE_BUILD]/skia", | 111 "cwd": "[SLAVE_BUILD]/skia", |
112 "env": { | 112 "env": { |
113 "CC": "/usr/bin/clang", | 113 "CC": "/usr/bin/clang", |
114 "CHROME_PATH": "/home/chrome-bot/src", | 114 "CHROME_PATH": "/home/chrome-bot/src", |
115 "CXX": "/usr/bin/clang++", | 115 "CXX": "/usr/bin/clang++", |
116 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_clang_build=
1 skia_run_pdfviewer_in_gm=1 skia_warnings_as_errors=0", | 116 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_run_pdfviewe
r_in_gm=1 skia_warnings_as_errors=0", |
117 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac10.8-Clang-MacMini4.1-GPU-GeFo
rce320M-x86_64-Release" | 117 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac10.8-Clang-MacMini4.1-GPU-GeFo
rce320M-x86_64-Release" |
118 }, | 118 }, |
119 "name": "build nanobench" | 119 "name": "build nanobench" |
120 }, | 120 }, |
121 { | 121 { |
122 "cmd": [ | 122 "cmd": [ |
123 "python", | 123 "python", |
124 "-u", | 124 "-u", |
125 "\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", | 125 "\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", |
126 "[SLAVE_BUILD]/tmp", | 126 "[SLAVE_BUILD]/tmp", |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 "[SLAVE_BUILD]/skia/common/py/utils" | 356 "[SLAVE_BUILD]/skia/common/py/utils" |
357 ], | 357 ], |
358 "cwd": "[SLAVE_BUILD]/skia", | 358 "cwd": "[SLAVE_BUILD]/skia", |
359 "env": { | 359 "env": { |
360 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", | 360 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", |
361 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 361 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
362 }, | 362 }, |
363 "name": "Upload DM Results" | 363 "name": "Upload DM Results" |
364 } | 364 } |
365 ] | 365 ] |
OLD | NEW |