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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac_asan.json

Issue 1613013003: libyuv: Remove Mac 32-bit builders (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 11 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Mac Asan", 10 "Mac Asan",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 }, 44 },
45 { 45 {
46 "cmd": [ 46 "cmd": [
47 "python", 47 "python",
48 "-u", 48 "-u",
49 "[DEPOT_TOOLS]/gclient.py", 49 "[DEPOT_TOOLS]/gclient.py",
50 "runhooks" 50 "runhooks"
51 ], 51 ],
52 "cwd": "[SLAVE_BUILD]", 52 "cwd": "[SLAVE_BUILD]",
53 "env": { 53 "env": {
54 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[BUILD]/goma' target_arch=ia32 use_goma=1" 54 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1"
55 }, 55 },
56 "name": "gclient runhooks" 56 "name": "gclient runhooks"
57 }, 57 },
58 { 58 {
59 "allow_subannotations": true, 59 "allow_subannotations": true,
60 "cmd": [ 60 "cmd": [
61 "python", 61 "python",
62 "-u", 62 "-u",
63 "[BUILD]/scripts/slave/clang_revision.py", 63 "[BUILD]/scripts/slave/clang_revision.py",
64 "--src-dir", 64 "--src-dir",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 ], 121 ],
122 "cwd": "[SLAVE_BUILD]", 122 "cwd": "[SLAVE_BUILD]",
123 "name": "libyuv_unittest" 123 "name": "libyuv_unittest"
124 }, 124 },
125 { 125 {
126 "name": "$result", 126 "name": "$result",
127 "recipe_result": null, 127 "recipe_result": null,
128 "status_code": 0 128 "status_code": 0
129 } 129 }
130 ] 130 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698