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 "[CWD]/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": "[CWD]/skia", |
11 "name": "exec buildbot_spec.py", | 11 "name": "exec buildbot_spec.py", |
12 "~followup_annotations": [ | 12 "~followup_annotations": [ |
13 "@@@STEP_LOG_LINE@json.output@{@@@", | 13 "@@@STEP_LOG_LINE@json.output@{@@@", |
14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
15 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", |
16 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", |
17 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 17 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
18 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", | 18 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", |
19 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", |
20 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", | 20 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"GCC\", @@@", |
(...skipping 22 matching lines...) Expand all 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 "[CWD]/tmp/SKP_VERSION", |
54 "/path/to/tmp/" | 54 "/path/to/tmp/" |
55 ], | 55 ], |
56 "cwd": "[SLAVE_BUILD]", | |
57 "name": "Get downloaded SKP_VERSION" | 56 "name": "Get downloaded SKP_VERSION" |
58 }, | 57 }, |
59 { | 58 { |
60 "cmd": [ | 59 "cmd": [ |
61 "python", | 60 "python", |
62 "-u", | 61 "-u", |
63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
64 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 63 "[CWD]/tmp/SK_IMAGE_VERSION", |
65 "/path/to/tmp/" | 64 "/path/to/tmp/" |
66 ], | 65 ], |
67 "cwd": "[SLAVE_BUILD]", | |
68 "name": "Get downloaded SK_IMAGE_VERSION" | 66 "name": "Get downloaded SK_IMAGE_VERSION" |
69 }, | 67 }, |
70 { | 68 { |
71 "cmd": [ | 69 "cmd": [ |
72 "valgrind", | 70 "valgrind", |
73 "--gen-suppressions=all", | 71 "--gen-suppressions=all", |
74 "--leak-check=full", | 72 "--leak-check=full", |
75 "--track-origins=yes", | 73 "--track-origins=yes", |
76 "--error-exitcode=1", | 74 "--error-exitcode=1", |
77 "--num-callers=40", | 75 "--num-callers=40", |
78 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 76 "--suppressions=[CWD]/skia/tools/valgrind.supp", |
79 "[SLAVE_BUILD]/out/Release/nanobench", | 77 "[CWD]/out/Release/nanobench", |
80 "--undefok", | 78 "--undefok", |
81 "-i", | 79 "-i", |
82 "[SLAVE_BUILD]/skia/resources", | 80 "[CWD]/skia/resources", |
83 "--skps", | 81 "--skps", |
84 "[SLAVE_BUILD]/skps", | 82 "[CWD]/skps", |
85 "--images", | 83 "--images", |
86 "[SLAVE_BUILD]/images/dm", | 84 "[CWD]/images/dm", |
87 "--nocpu", | 85 "--nocpu", |
88 "--dummy-flags" | 86 "--dummy-flags" |
89 ], | 87 ], |
90 "cwd": "[SLAVE_BUILD]", | |
91 "env": { | 88 "env": { |
92 "BUILDTYPE": "Release", | 89 "BUILDTYPE": "Release", |
93 "CHROME_HEADLESS": "1", | 90 "CHROME_HEADLESS": "1", |
94 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 91 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
95 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 92 "PATH": "[CWD]/depot_tools:%(PATH)s", |
96 "SKIA_OUT": "[SLAVE_BUILD]/out" | 93 "SKIA_OUT": "[CWD]/out" |
97 }, | 94 }, |
98 "name": "nanobench" | 95 "name": "nanobench" |
99 }, | 96 }, |
100 { | 97 { |
101 "cmd": [ | 98 "cmd": [ |
102 "valgrind", | 99 "valgrind", |
103 "--gen-suppressions=all", | 100 "--gen-suppressions=all", |
104 "--leak-check=full", | 101 "--leak-check=full", |
105 "--track-origins=yes", | 102 "--track-origins=yes", |
106 "--error-exitcode=1", | 103 "--error-exitcode=1", |
107 "--num-callers=40", | 104 "--num-callers=40", |
108 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", | 105 "--suppressions=[CWD]/skia/tools/valgrind.supp", |
109 "[SLAVE_BUILD]/out/Release/nanobench", | 106 "[CWD]/out/Release/nanobench", |
110 "--undefok", | 107 "--undefok", |
111 "-i", | 108 "-i", |
112 "[SLAVE_BUILD]/skia/resources", | 109 "[CWD]/skia/resources", |
113 "--skps", | 110 "--skps", |
114 "[SLAVE_BUILD]/skps", | 111 "[CWD]/skps", |
115 "--images", | 112 "--images", |
116 "[SLAVE_BUILD]/images/dm", | 113 "[CWD]/images/dm", |
117 "--nocpu", | 114 "--nocpu", |
118 "--dummy-flags", | 115 "--dummy-flags", |
119 "--abandonGpuContext", | 116 "--abandonGpuContext", |
120 "--nocpu" | 117 "--nocpu" |
121 ], | 118 ], |
122 "cwd": "[SLAVE_BUILD]", | |
123 "env": { | 119 "env": { |
124 "BUILDTYPE": "Release", | 120 "BUILDTYPE": "Release", |
125 "CHROME_HEADLESS": "1", | 121 "CHROME_HEADLESS": "1", |
126 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", | 122 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk
ia_warnings_as_errors=0", |
127 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s", | 123 "PATH": "[CWD]/depot_tools:%(PATH)s", |
128 "SKIA_OUT": "[SLAVE_BUILD]/out" | 124 "SKIA_OUT": "[CWD]/out" |
129 }, | 125 }, |
130 "name": "nanobench --abandonGpuContext" | 126 "name": "nanobench --abandonGpuContext" |
131 }, | 127 }, |
132 { | 128 { |
133 "name": "$result", | 129 "name": "$result", |
134 "recipe_result": null, | 130 "recipe_result": null, |
135 "status_code": 0 | 131 "status_code": 0 |
136 } | 132 } |
137 ] | 133 ] |
OLD | NEW |