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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan_tester.json

Issue 1420993007: Simplify config for Clang ToT builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove Windows config delta Created 5 years, 1 month 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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTAndroidASan tester", 10 "ClangToTAndroidASan tester",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 { 91 {
92 "cmd": [ 92 "cmd": [
93 "python", 93 "python",
94 "-u", 94 "-u",
95 "[DEPOT_TOOLS]/gclient.py", 95 "[DEPOT_TOOLS]/gclient.py",
96 "runhooks" 96 "runhooks"
97 ], 97 ],
98 "cwd": "[SLAVE_BUILD]", 98 "cwd": "[SLAVE_BUILD]",
99 "env": { 99 "env": {
100 "GYP_CROSSCOMPILE": "1", 100 "GYP_CROSSCOMPILE": "1",
101 "GYP_DEFINES": "OS=android asan=1 clang=1 component=shared_library fastbui ld=1 target_arch=ia32", 101 "GYP_DEFINES": "OS=android asan=1 clang=1 clang_use_chrome_plugins=0 compo nent=shared_library fastbuild=1 target_arch=ia32",
102 "LLVM_FORCE_HEAD_REVISION": "YES", 102 "LLVM_FORCE_HEAD_REVISION": "YES",
103 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 103 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
104 }, 104 },
105 "name": "gclient runhooks" 105 "name": "gclient runhooks"
106 }, 106 },
107 { 107 {
108 "cmd": [ 108 "cmd": [
109 "python", 109 "python",
110 "-u", 110 "-u",
111 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 111 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 657 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
658 "@@@STEP_LOG_END@python.inline@@@" 658 "@@@STEP_LOG_END@python.inline@@@"
659 ] 659 ]
660 }, 660 },
661 { 661 {
662 "name": "$result", 662 "name": "$result",
663 "recipe_result": null, 663 "recipe_result": null,
664 "status_code": 0 664 "status_code": 0
665 } 665 }
666 ] 666 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698