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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_mac_10_6_memcheck.json

Issue 573673002: WebRTC: Pin SDK version to 10.9 for Mac and iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
kjellander_chromium 2014/09/15 07:47:04 I haven't tested these old 10.6 bots, but I believ
agable 2014/09/15 09:03:00 Yeah this won't work on the 10.6 bots. I would sug
kjellander_chromium 2014/09/15 10:03:04 I'm removing these bots in https://codereview.chro
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/chromium/src/third_p arty/valgrind': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_part y/valgrind/binaries'}, 'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/webrt c/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.chromium.org/chrom e-internal/trunk/webrtc-limited'}]" 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/chromium/src/third_p arty/valgrind': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/deps/third_part y/valgrind/binaries'}, 'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/webrt c/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.chromium.org/chrom e-internal/trunk/webrtc-limited'}]"
10 ], 10 ],
11 "name": "gclient setup" 11 "name": "gclient setup"
12 }, 12 },
(...skipping 29 matching lines...) Expand all
42 ] 42 ]
43 }, 43 },
44 { 44 {
45 "cmd": [ 45 "cmd": [
46 "python", 46 "python",
47 "-u", 47 "-u",
48 "[DEPOT_TOOLS]/gclient.py", 48 "[DEPOT_TOOLS]/gclient.py",
49 "runhooks" 49 "runhooks"
50 ], 50 ],
51 "env": { 51 "env": {
52 "GYP_DEFINES": "build_for_tool=memcheck clang=1 component=shared_library g omadir='[BUILD]/goma' target_arch=ia32 use_goma=1" 52 "GYP_DEFINES": "build_for_tool=memcheck clang=1 component=shared_library g omadir='[BUILD]/goma' mac_sdk=10.9 target_arch=ia32 use_goma=1"
53 }, 53 },
54 "name": "gclient runhooks" 54 "name": "gclient runhooks"
55 }, 55 },
56 { 56 {
57 "cmd": [ 57 "cmd": [
58 "python", 58 "python",
59 "-u", 59 "-u",
60 "[BUILD]/scripts/slave/compile.py", 60 "[BUILD]/scripts/slave/compile.py",
61 "--target", 61 "--target",
62 "Debug", 62 "Debug",
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 "--run-shell-script", 507 "--run-shell-script",
508 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh", 508 "[SLAVE_BUILD]/src/tools/valgrind-webrtc/webrtc_tests.sh",
509 "--test", 509 "--test",
510 "voice_engine_unittests", 510 "voice_engine_unittests",
511 "--tool", 511 "--tool",
512 "memcheck" 512 "memcheck"
513 ], 513 ],
514 "name": "voice_engine_unittests" 514 "name": "voice_engine_unittests"
515 } 515 }
516 ] 516 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698