| OLD | NEW |
| 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.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux64_nacl_rel", | 10 "v8_linux64_nacl_rel", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 ], | 92 ], |
| 93 "env": { | 93 "env": { |
| 94 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" | 94 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" |
| 95 }, | 95 }, |
| 96 "name": "compile" | 96 "name": "compile" |
| 97 }, | 97 }, |
| 98 { | 98 { |
| 99 "cmd": [ | 99 "cmd": [ |
| 100 "python", | 100 "python", |
| 101 "-u", | 101 "-u", |
| 102 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 102 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 103 "--target", | 103 "--target", |
| 104 "release", | 104 "release", |
| 105 "--arch", | 105 "--arch", |
| 106 "nacl_x64", | 106 "nacl_x64", |
| 107 "--testname", | 107 "--testname", |
| 108 "unittests", | 108 "unittests", |
| 109 "--no-variants", | 109 "--no-variants", |
| 110 "--no-presubmit", | 110 "--no-presubmit", |
| 111 "--noi18n", | 111 "--noi18n", |
| 112 "--command_prefix=tools/nacl-run.py", | 112 "--command_prefix=tools/nacl-run.py", |
| 113 "--flaky-tests=skip", | 113 "--flaky-tests=skip", |
| 114 "--buildbot=False", | 114 "--buildbot=False", |
| 115 "--dcheck-always-on", | 115 "--dcheck-always-on", |
| 116 "--json-test-results", | 116 "--json-test-results", |
| 117 "/path/to/tmp/json" | 117 "/path/to/tmp/json" |
| 118 ], | 118 ], |
| 119 "cwd": "[SLAVE_BUILD]/v8", | 119 "cwd": "[SLAVE_BUILD]/v8", |
| 120 "env": { | 120 "env": { |
| 121 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" | 121 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" |
| 122 }, | 122 }, |
| 123 "name": "Unittests" | 123 "name": "Unittests" |
| 124 }, | 124 }, |
| 125 { | 125 { |
| 126 "cmd": [ | 126 "cmd": [ |
| 127 "python", | 127 "python", |
| 128 "-u", | 128 "-u", |
| 129 "[BUILD]/scripts/slave/recipe_modules/v8/resources/v8testing.py", | 129 "RECIPE_MODULE[v8]/resources/v8testing.py", |
| 130 "--target", | 130 "--target", |
| 131 "release", | 131 "release", |
| 132 "--arch", | 132 "--arch", |
| 133 "nacl_x64", | 133 "nacl_x64", |
| 134 "--testname", | 134 "--testname", |
| 135 "default", | 135 "default", |
| 136 "--no-presubmit", | 136 "--no-presubmit", |
| 137 "--noi18n", | 137 "--noi18n", |
| 138 "--command_prefix=tools/nacl-run.py", | 138 "--command_prefix=tools/nacl-run.py", |
| 139 "--flaky-tests=skip", | 139 "--flaky-tests=skip", |
| 140 "--buildbot=False", | 140 "--buildbot=False", |
| 141 "--dcheck-always-on", | 141 "--dcheck-always-on", |
| 142 "--json-test-results", | 142 "--json-test-results", |
| 143 "/path/to/tmp/json" | 143 "/path/to/tmp/json" |
| 144 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]/v8", | 145 "cwd": "[SLAVE_BUILD]/v8", |
| 146 "env": { | 146 "env": { |
| 147 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" | 147 "NACL_SDK_ROOT": "[SLAVE_BUILD]/nacl_sdk/pepper_current" |
| 148 }, | 148 }, |
| 149 "name": "Check" | 149 "name": "Check" |
| 150 } | 150 } |
| 151 ] | 151 ] |
| OLD | NEW |