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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json

Issue 2167883004: [Skia] Convert SKPs to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Non-canary bot provides --upload_to_partner_bucket Created 4 years, 5 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 "[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-GCE-CPU-AVX2-x86_64-Debug-MSAN" 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": [
70 "python", 80 "python",
71 "-u", 81 "-u",
72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 82 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
73 "42", 83 "42",
74 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION" 84 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
75 ], 85 ],
76 "name": "write SK_IMAGE_VERSION" 86 "name": "write SK_IMAGE_VERSION"
77 }, 87 },
78 { 88 {
79 "cmd": [ 89 "cmd": [
80 "[SLAVE_BUILD]/out/Debug/dm", 90 "[SLAVE_BUILD]/out/Debug/dm",
81 "--undefok", 91 "--undefok",
82 "--resourcePath", 92 "--resourcePath",
83 "[SLAVE_BUILD]/skia/resources", 93 "[SLAVE_BUILD]/skia/resources",
84 "--skps", 94 "--skps",
85 "[SLAVE_BUILD]/skps", 95 "[SLAVE_BUILD]/skp",
86 "--images", 96 "--images",
87 "[SLAVE_BUILD]/skimage/dm", 97 "[SLAVE_BUILD]/skimage/dm",
88 "--colorImages", 98 "--colorImages",
89 "[SLAVE_BUILD]/skimage/colorspace", 99 "[SLAVE_BUILD]/skimage/colorspace",
90 "--nameByHash", 100 "--nameByHash",
91 "--properties", 101 "--properties",
92 "gitHash", 102 "gitHash",
93 "abc123", 103 "abc123",
94 "master", 104 "master",
95 "client.skia", 105 "client.skia",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 141 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
132 }, 142 },
133 "name": "dm" 143 "name": "dm"
134 }, 144 },
135 { 145 {
136 "name": "$result", 146 "name": "$result",
137 "recipe_result": null, 147 "recipe_result": null,
138 "status_code": 0 148 "status_code": 0
139 } 149 }
140 ] 150 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698