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

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

Issue 694263003: Enable post-compile test isolation for all CI builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 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
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 "Linux ARM Cross-Compile", 10 "Linux ARM Cross-Compile",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 }, 72 },
73 { 73 {
74 "cmd": [ 74 "cmd": [
75 "python", 75 "python",
76 "-u", 76 "-u",
77 "[DEPOT_TOOLS]/gclient.py", 77 "[DEPOT_TOOLS]/gclient.py",
78 "runhooks" 78 "runhooks"
79 ], 79 ],
80 "env": { 80 "env": {
81 "GYP_CROSSCOMPILE": "1", 81 "GYP_CROSSCOMPILE": "1",
82 "GYP_DEFINES": "arm_float_abi=hard component=static_library target_arch=ar m test_isolation_mode=archive test_isolation_outdir=https://isolateserver.appspo t.com" 82 "GYP_DEFINES": "arm_float_abi=hard component=static_library target_arch=ar m test_isolation_mode=prepare"
83 }, 83 },
84 "name": "gclient runhooks" 84 "name": "gclient runhooks"
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "python", 88 "python",
89 "-u", 89 "-u",
90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
91 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", 91 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
92 "/path/to/tmp/json" 92 "/path/to/tmp/json"
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "--json", 169 "--json",
170 "/path/to/tmp/json" 170 "/path/to/tmp/json"
171 ], 171 ],
172 "name": "checkdeps", 172 "name": "checkdeps",
173 "~followup_annotations": [ 173 "~followup_annotations": [
174 "@@@STEP_LOG_LINE@json.output@[]@@@", 174 "@@@STEP_LOG_LINE@json.output@[]@@@",
175 "@@@STEP_LOG_END@json.output@@@" 175 "@@@STEP_LOG_END@json.output@@@"
176 ] 176 ]
177 } 177 }
178 ] 178 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/api.py ('k') | scripts/slave/recipes/chromium.expected/buildnumber_zero.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698