OLD | NEW |
(Empty) | |
| 1 [ |
| 2 { |
| 3 "cmd": [ |
| 4 "python", |
| 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", |
| 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L
ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va
rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': '
svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn
://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.gol
o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src
', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]" |
| 10 ], |
| 11 "name": "gclient setup", |
| 12 "seed_steps": [ |
| 13 "gclient setup", |
| 14 "gclient revert", |
| 15 "gclient sync", |
| 16 "apply_issue" |
| 17 ] |
| 18 }, |
| 19 { |
| 20 "abort_on_failure": true, |
| 21 "cmd": [ |
| 22 "python", |
| 23 "-u", |
| 24 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 25 ".", |
| 26 "[DEPOT_TOOLS]/gclient" |
| 27 ], |
| 28 "name": "gclient revert" |
| 29 }, |
| 30 { |
| 31 "abort_on_failure": true, |
| 32 "cmd": [ |
| 33 "python", |
| 34 "-u", |
| 35 "[DEPOT_TOOLS]/gclient.py", |
| 36 "sync", |
| 37 "--nohooks", |
| 38 "--delete_unversioned_trees", |
| 39 "--output-json", |
| 40 "/path/to/tmp/json" |
| 41 ], |
| 42 "name": "gclient sync", |
| 43 "~followup_annotations": [ |
| 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit/\": {@@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"revision\": 124383@@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 55 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@", |
| 56 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarm_client/\": {@@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"revision\": 200767@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 66 "@@@STEP_LOG_END@json.output@@@", |
| 67 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@", |
| 68 "@@@SET_BUILD_PROPERTY@got_webkit_revision@124383@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@", |
| 71 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@", |
| 72 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@" |
| 73 ] |
| 74 }, |
| 75 { |
| 76 "abort_on_failure": true, |
| 77 "cmd": [ |
| 78 "python", |
| 79 "-u", |
| 80 "[DEPOT_TOOLS]/apply_issue.py", |
| 81 "-r", |
| 82 "[SLAVE_BUILD]/src", |
| 83 "-i", |
| 84 "12853011", |
| 85 "-p", |
| 86 "1", |
| 87 "-s", |
| 88 "https://codereview.chromium.org", |
| 89 "--no-auth" |
| 90 ], |
| 91 "name": "apply_issue" |
| 92 }, |
| 93 { |
| 94 "cmd": [ |
| 95 "[DEPOT_TOOLS]/presubmit_support.py", |
| 96 "--root", |
| 97 "[SLAVE_BUILD]/src", |
| 98 "--commit", |
| 99 "--verbose", |
| 100 "--verbose", |
| 101 "--issue", |
| 102 "12853011", |
| 103 "--patchset", |
| 104 "1", |
| 105 "--skip_canned", |
| 106 "CheckRietveldTryJobExecution", |
| 107 "--skip_canned", |
| 108 "CheckTreeIsOpen", |
| 109 "--skip_canned", |
| 110 "CheckBuildbotPendingBuilds", |
| 111 "--rietveld_url", |
| 112 "https://codereview.chromium.org", |
| 113 "--rietveld_email", |
| 114 "", |
| 115 "--rietveld_fetch" |
| 116 ], |
| 117 "name": "presubmit" |
| 118 }, |
| 119 { |
| 120 "cmd": [ |
| 121 "python", |
| 122 "-u", |
| 123 "[DEPOT_TOOLS]/gclient.py", |
| 124 "runhooks" |
| 125 ], |
| 126 "env": { |
| 127 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir=[BUILD]/goma target_arch=x64 use_goma=1" |
| 128 }, |
| 129 "name": "gclient runhooks" |
| 130 }, |
| 131 { |
| 132 "abort_on_failure": false, |
| 133 "can_fail_build": false, |
| 134 "cmd": [ |
| 135 "python", |
| 136 "-u", |
| 137 "[BUILD]/scripts/slave/compile.py", |
| 138 "--target", |
| 139 "Release", |
| 140 "--src-dir", |
| 141 "[SLAVE_BUILD]/src", |
| 142 "--build-tool", |
| 143 "ninja", |
| 144 "--compiler", |
| 145 "goma", |
| 146 "--goma-dir", |
| 147 "[BUILD]/goma", |
| 148 "--", |
| 149 "base_unittests", |
| 150 "cacheinvalidation_unittests", |
| 151 "cc_unittests", |
| 152 "chromedriver_unittests", |
| 153 "components_unittests", |
| 154 "content_unittests", |
| 155 "crypto_unittests", |
| 156 "google_apis_unittests", |
| 157 "gpu_unittests", |
| 158 "ipc_tests", |
| 159 "jingle_unittests", |
| 160 "media_unittests", |
| 161 "net_unittests", |
| 162 "ppapi_unittests", |
| 163 "printing_unittests", |
| 164 "remoting_unittests", |
| 165 "sql_unittests", |
| 166 "sync_unit_tests", |
| 167 "ui_unittests", |
| 168 "unit_tests", |
| 169 "browser_tests", |
| 170 "content_browsertests", |
| 171 "interactive_ui_tests", |
| 172 "sync_integration_tests", |
| 173 "chrome" |
| 174 ], |
| 175 "name": "compile (with patch)" |
| 176 } |
| 177 ] |
OLD | NEW |