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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "mac_asan", 10 "mac_asan",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 }, 46 },
47 { 47 {
48 "cmd": [ 48 "cmd": [
49 "python", 49 "python",
50 "-u", 50 "-u",
51 "[DEPOT_TOOLS]/gclient.py", 51 "[DEPOT_TOOLS]/gclient.py",
52 "runhooks" 52 "runhooks"
53 ], 53 ],
54 "cwd": "[SLAVE_BUILD]", 54 "cwd": "[SLAVE_BUILD]",
55 "env": { 55 "env": {
56 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=0 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1" 56 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=0 gomadir='[BUILD]/goma' lsan=1 target_arch=x64 use_goma=1"
57 }, 57 },
58 "name": "gclient runhooks" 58 "name": "gclient runhooks"
59 }, 59 },
60 { 60 {
61 "allow_subannotations": true, 61 "allow_subannotations": true,
62 "cmd": [ 62 "cmd": [
63 "python", 63 "python",
64 "-u", 64 "-u",
65 "[BUILD]/scripts/slave/clang_revision.py", 65 "[BUILD]/scripts/slave/clang_revision.py",
66 "--src-dir", 66 "--src-dir",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ], 125 ],
126 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
127 "name": "libyuv_unittest" 127 "name": "libyuv_unittest"
128 }, 128 },
129 { 129 {
130 "name": "$result", 130 "name": "$result",
131 "recipe_result": null, 131 "recipe_result": null,
132 "status_code": 0 132 "status_code": 0
133 } 133 }
134 ] 134 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698