Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: scripts/slave/recipes/skia/swarm_perf.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[CWD]/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": "[CWD]/skia", 10 "cwd": "[SLAVE_BUILD]/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
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 "[CWD]/tmp/SKP_VERSION", 53 "[SLAVE_BUILD]/tmp/SKP_VERSION",
54 "/path/to/tmp/" 54 "/path/to/tmp/"
55 ], 55 ],
56 "cwd": "[SLAVE_BUILD]",
56 "name": "Get downloaded SKP_VERSION" 57 "name": "Get downloaded SKP_VERSION"
57 }, 58 },
58 { 59 {
59 "cmd": [ 60 "cmd": [
60 "python", 61 "python",
61 "-u", 62 "-u",
62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 63 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
63 "[CWD]/tmp/SK_IMAGE_VERSION", 64 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
64 "/path/to/tmp/" 65 "/path/to/tmp/"
65 ], 66 ],
67 "cwd": "[SLAVE_BUILD]",
66 "name": "Get downloaded SK_IMAGE_VERSION" 68 "name": "Get downloaded SK_IMAGE_VERSION"
67 }, 69 },
68 { 70 {
69 "cmd": [ 71 "cmd": [
70 "valgrind", 72 "valgrind",
71 "--gen-suppressions=all", 73 "--gen-suppressions=all",
72 "--leak-check=full", 74 "--leak-check=full",
73 "--track-origins=yes", 75 "--track-origins=yes",
74 "--error-exitcode=1", 76 "--error-exitcode=1",
75 "--num-callers=40", 77 "--num-callers=40",
76 "--suppressions=[CWD]/skia/tools/valgrind.supp", 78 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
77 "[CWD]/out/Release/nanobench", 79 "[SLAVE_BUILD]/out/Release/nanobench",
78 "--undefok", 80 "--undefok",
79 "-i", 81 "-i",
80 "[CWD]/skia/resources", 82 "[SLAVE_BUILD]/skia/resources",
81 "--skps", 83 "--skps",
82 "[CWD]/skps", 84 "[SLAVE_BUILD]/skps",
83 "--images", 85 "--images",
84 "[CWD]/images/dm", 86 "[SLAVE_BUILD]/images/dm",
85 "--nocpu", 87 "--nocpu",
86 "--dummy-flags" 88 "--dummy-flags"
87 ], 89 ],
90 "cwd": "[SLAVE_BUILD]",
88 "env": { 91 "env": {
89 "BUILDTYPE": "Release", 92 "BUILDTYPE": "Release",
90 "CHROME_HEADLESS": "1", 93 "CHROME_HEADLESS": "1",
91 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0", 94 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
92 "PATH": "[CWD]/depot_tools:%(PATH)s", 95 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s",
93 "SKIA_OUT": "[CWD]/out" 96 "SKIA_OUT": "[SLAVE_BUILD]/out"
94 }, 97 },
95 "name": "nanobench" 98 "name": "nanobench"
96 }, 99 },
97 { 100 {
98 "cmd": [ 101 "cmd": [
99 "valgrind", 102 "valgrind",
100 "--gen-suppressions=all", 103 "--gen-suppressions=all",
101 "--leak-check=full", 104 "--leak-check=full",
102 "--track-origins=yes", 105 "--track-origins=yes",
103 "--error-exitcode=1", 106 "--error-exitcode=1",
104 "--num-callers=40", 107 "--num-callers=40",
105 "--suppressions=[CWD]/skia/tools/valgrind.supp", 108 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
106 "[CWD]/out/Release/nanobench", 109 "[SLAVE_BUILD]/out/Release/nanobench",
107 "--undefok", 110 "--undefok",
108 "-i", 111 "-i",
109 "[CWD]/skia/resources", 112 "[SLAVE_BUILD]/skia/resources",
110 "--skps", 113 "--skps",
111 "[CWD]/skps", 114 "[SLAVE_BUILD]/skps",
112 "--images", 115 "--images",
113 "[CWD]/images/dm", 116 "[SLAVE_BUILD]/images/dm",
114 "--nocpu", 117 "--nocpu",
115 "--dummy-flags", 118 "--dummy-flags",
116 "--abandonGpuContext", 119 "--abandonGpuContext",
117 "--nocpu" 120 "--nocpu"
118 ], 121 ],
122 "cwd": "[SLAVE_BUILD]",
119 "env": { 123 "env": {
120 "BUILDTYPE": "Release", 124 "BUILDTYPE": "Release",
121 "CHROME_HEADLESS": "1", 125 "CHROME_HEADLESS": "1",
122 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0", 126 "GYP_DEFINES": "skia_arch_type=x86_64 skia_release_optimization_level=1 sk ia_warnings_as_errors=0",
123 "PATH": "[CWD]/depot_tools:%(PATH)s", 127 "PATH": "[SLAVE_BUILD]/depot_tools:%(PATH)s",
124 "SKIA_OUT": "[CWD]/out" 128 "SKIA_OUT": "[SLAVE_BUILD]/out"
125 }, 129 },
126 "name": "nanobench --abandonGpuContext" 130 "name": "nanobench --abandonGpuContext"
127 }, 131 },
128 { 132 {
129 "name": "$result", 133 "name": "$result",
130 "recipe_result": null, 134 "recipe_result": null,
131 "status_code": 0 135 "status_code": 0
132 } 136 }
133 ] 137 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698