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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/mac_release_skip_checkout.json

Issue 452083003: Specify GYP variable archive_gpu_tests=1 on GPU bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 4 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 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/cleanup_temp.py" 6 "[BUILD]/scripts/slave/cleanup_temp.py"
7 ], 7 ],
8 "name": "cleanup temp" 8 "name": "cleanup temp"
9 }, 9 },
10 { 10 {
11 "cmd": [ 11 "cmd": [
12 "python", 12 "python",
13 "-u", 13 "-u",
14 "[DEPOT_TOOLS]/gclient.py", 14 "[DEPOT_TOOLS]/gclient.py",
15 "runhooks" 15 "runhooks"
16 ], 16 ],
17 "env": { 17 "env": {
18 "GYP_DEFINES": "blink_asserts_always_on=1 clang=1 component=static_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD]/goma' internal_gles 2_conform_tests=1 target_arch=ia32 test_isolation_mode=archive test_isolation_ou tdir=https://isolateserver.appspot.com use_goma=1" 18 "GYP_DEFINES": "archive_gpu_tests=1 blink_asserts_always_on=1 clang=1 comp onent=static_library dcheck_always_on=1 disable_glibcxx_debug=1 gomadir='[BUILD] /goma' internal_gles2_conform_tests=1 target_arch=ia32 test_isolation_mode=archi ve test_isolation_outdir=https://isolateserver.appspot.com use_goma=1"
19 }, 19 },
20 "name": "gclient runhooks" 20 "name": "gclient runhooks"
21 }, 21 },
22 { 22 {
23 "cmd": [ 23 "cmd": [
24 "python", 24 "python",
25 "-u", 25 "-u",
26 "[BUILD]/scripts/slave/compile.py", 26 "[BUILD]/scripts/slave/compile.py",
27 "--target", 27 "--target",
28 "Release", 28 "Release",
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py", 549 "[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
550 "-H", 550 "-H",
551 "[dummy hash for tab_capture_end2end_tests]", 551 "[dummy hash for tab_capture_end2end_tests]",
552 "-I", 552 "-I",
553 "https://isolateserver.appspot.com", 553 "https://isolateserver.appspot.com",
554 "--" 554 "--"
555 ], 555 ],
556 "name": "tab_capture_end2end_tests" 556 "name": "tab_capture_end2end_tests"
557 } 557 }
558 ] 558 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698