OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
7 "/path/to/tmp/json", | 7 "/path/to/tmp/json", |
8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" | 8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", |
44 "@@@STEP_LOG_LINE@json.output@}@@@", | 44 "@@@STEP_LOG_LINE@json.output@}@@@", |
45 "@@@STEP_LOG_END@json.output@@@" | 45 "@@@STEP_LOG_END@json.output@@@" |
46 ] | 46 ] |
47 }, | 47 }, |
48 { | 48 { |
49 "cmd": [ | 49 "cmd": [ |
50 "python", | 50 "python", |
51 "-u", | 51 "-u", |
52 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 52 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
53 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 53 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
54 "/path/to/tmp/" | 54 "/path/to/tmp/" |
55 ], | 55 ], |
56 "name": "Get downloaded SKP_VERSION" | 56 "name": "Get downloaded SKP VERSION" |
57 }, | 57 }, |
58 { | 58 { |
59 "cmd": [ | 59 "cmd": [ |
| 60 "python", |
| 61 "-u", |
| 62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 63 "42", |
| 64 "[SLAVE_BUILD]/tmp/SKP_VERSION" |
| 65 ], |
| 66 "name": "write SKP_VERSION" |
| 67 }, |
| 68 { |
| 69 "cmd": [ |
60 "python", | 70 "python", |
61 "-u", | 71 "-u", |
62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
63 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 73 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
64 "/path/to/tmp/" | 74 "/path/to/tmp/" |
65 ], | 75 ], |
66 "name": "Get downloaded skimage VERSION" | 76 "name": "Get downloaded skimage VERSION" |
67 }, | 77 }, |
68 { | 78 { |
69 "cmd": [ | 79 "cmd": [ |
(...skipping 12 matching lines...) Expand all Loading... |
82 "--leak-check=full", | 92 "--leak-check=full", |
83 "--track-origins=yes", | 93 "--track-origins=yes", |
84 "--error-exitcode=1", | 94 "--error-exitcode=1", |
85 "--num-callers=40", | 95 "--num-callers=40", |
86 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 96 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
87 "[SLAVE_BUILD]/out/Release/nanobench", | 97 "[SLAVE_BUILD]/out/Release/nanobench", |
88 "--undefok", | 98 "--undefok", |
89 "-i", | 99 "-i", |
90 "[SLAVE_BUILD]/skia/resources", | 100 "[SLAVE_BUILD]/skia/resources", |
91 "--skps", | 101 "--skps", |
92 "[SLAVE_BUILD]/skps", | 102 "[SLAVE_BUILD]/skp", |
93 "--images", | 103 "--images", |
94 "[SLAVE_BUILD]/skimage/nanobench", | 104 "[SLAVE_BUILD]/skimage/nanobench", |
95 "--nocpu", | 105 "--nocpu", |
96 "--dummy-flags" | 106 "--dummy-flags" |
97 ], | 107 ], |
98 "env": { | 108 "env": { |
99 "BUILDTYPE": "Release", | 109 "BUILDTYPE": "Release", |
100 "CHROME_HEADLESS": "1", | 110 "CHROME_HEADLESS": "1", |
101 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 111 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
102 "PYTHONPATH": "[BUILD]/scripts", | 112 "PYTHONPATH": "[BUILD]/scripts", |
103 "SKIA_OUT": "[SLAVE_BUILD]/out" | 113 "SKIA_OUT": "[SLAVE_BUILD]/out" |
104 }, | 114 }, |
105 "name": "nanobench" | 115 "name": "nanobench" |
106 }, | 116 }, |
107 { | 117 { |
108 "cmd": [ | 118 "cmd": [ |
109 "valgrind", | 119 "valgrind", |
110 "--gen-suppressions=all", | 120 "--gen-suppressions=all", |
111 "--leak-check=full", | 121 "--leak-check=full", |
112 "--track-origins=yes", | 122 "--track-origins=yes", |
113 "--error-exitcode=1", | 123 "--error-exitcode=1", |
114 "--num-callers=40", | 124 "--num-callers=40", |
115 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 125 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", |
116 "[SLAVE_BUILD]/out/Release/nanobench", | 126 "[SLAVE_BUILD]/out/Release/nanobench", |
117 "--undefok", | 127 "--undefok", |
118 "-i", | 128 "-i", |
119 "[SLAVE_BUILD]/skia/resources", | 129 "[SLAVE_BUILD]/skia/resources", |
120 "--skps", | 130 "--skps", |
121 "[SLAVE_BUILD]/skps", | 131 "[SLAVE_BUILD]/skp", |
122 "--images", | 132 "--images", |
123 "[SLAVE_BUILD]/skimage/nanobench", | 133 "[SLAVE_BUILD]/skimage/nanobench", |
124 "--nocpu", | 134 "--nocpu", |
125 "--dummy-flags", | 135 "--dummy-flags", |
126 "--abandonGpuContext", | 136 "--abandonGpuContext", |
127 "--nocpu" | 137 "--nocpu" |
128 ], | 138 ], |
129 "env": { | 139 "env": { |
130 "BUILDTYPE": "Release", | 140 "BUILDTYPE": "Release", |
131 "CHROME_HEADLESS": "1", | 141 "CHROME_HEADLESS": "1", |
132 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 142 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
133 "PYTHONPATH": "[BUILD]/scripts", | 143 "PYTHONPATH": "[BUILD]/scripts", |
134 "SKIA_OUT": "[SLAVE_BUILD]/out" | 144 "SKIA_OUT": "[SLAVE_BUILD]/out" |
135 }, | 145 }, |
136 "name": "nanobench --abandonGpuContext" | 146 "name": "nanobench --abandonGpuContext" |
137 }, | 147 }, |
138 { | 148 { |
139 "name": "$result", | 149 "name": "$result", |
140 "recipe_result": null, | 150 "recipe_result": null, |
141 "status_code": 0 | 151 "status_code": 0 |
142 } | 152 } |
143 ] | 153 ] |
OLD | NEW |