| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "git", | 4 "git", |
| 5 "remote", | 5 "remote", |
| 6 "set-url", | 6 "set-url", |
| 7 "origin", | 7 "origin", |
| 8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
| 9 ], | 9 ], |
| 10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 }, | 40 }, |
| 41 { | 41 { |
| 42 "cmd": [ | 42 "cmd": [ |
| 43 "python", | 43 "python", |
| 44 "-u", | 44 "-u", |
| 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 46 "config", | 46 "config", |
| 47 "--spec", | 47 "--spec", |
| 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" | 48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget
_os = ['llvm']" |
| 49 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", | |
| 51 "env": { | 50 "env": { |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 52 }, |
| 54 "name": "gclient setup" | 53 "name": "gclient setup" |
| 55 }, | 54 }, |
| 56 { | 55 { |
| 57 "cmd": [ | 56 "cmd": [ |
| 58 "python", | 57 "python", |
| 59 "-u", | 58 "-u", |
| 60 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 59 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 61 ".", | 60 ".", |
| 62 "[DEPOT_TOOLS]/gclient" | 61 "[DEPOT_TOOLS]/gclient" |
| 63 ], | 62 ], |
| 64 "cwd": "[SLAVE_BUILD]", | |
| 65 "name": "gclient revert" | 63 "name": "gclient revert" |
| 66 }, | 64 }, |
| 67 { | 65 { |
| 68 "cmd": [ | 66 "cmd": [ |
| 69 "python", | 67 "python", |
| 70 "-u", | 68 "-u", |
| 71 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 72 "sync", | 70 "sync", |
| 73 "--nohooks", | 71 "--nohooks", |
| 74 "--force", | 72 "--force", |
| 75 "--verbose", | 73 "--verbose", |
| 76 "--delete_unversioned_trees", | 74 "--delete_unversioned_trees", |
| 77 "--revision", | 75 "--revision", |
| 78 "skia@abc123", | 76 "skia@abc123", |
| 79 "--output-json", | 77 "--output-json", |
| 80 "/path/to/tmp/json" | 78 "/path/to/tmp/json" |
| 81 ], | 79 ], |
| 82 "cwd": "[SLAVE_BUILD]", | |
| 83 "env": { | 80 "env": { |
| 84 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 81 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 85 }, | 82 }, |
| 86 "name": "gclient sync", | 83 "name": "gclient sync", |
| 87 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 88 "@@@STEP_LOG_LINE@json.output@{@@@", | 85 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 89 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 90 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
| 91 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 88 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
| 92 "@@@STEP_LOG_LINE@json.output@ }@@@", | 89 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 104 "-r", | 101 "-r", |
| 105 "[SLAVE_BUILD]/skia", | 102 "[SLAVE_BUILD]/skia", |
| 106 "-i", | 103 "-i", |
| 107 "500", | 104 "500", |
| 108 "-p", | 105 "-p", |
| 109 "1", | 106 "1", |
| 110 "-s", | 107 "-s", |
| 111 "https://codereview.chromium.org", | 108 "https://codereview.chromium.org", |
| 112 "--no-auth" | 109 "--no-auth" |
| 113 ], | 110 ], |
| 114 "cwd": "[SLAVE_BUILD]", | |
| 115 "name": "apply_issue", | 111 "name": "apply_issue", |
| 116 "~followup_annotations": [ | 112 "~followup_annotations": [ |
| 117 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" | 113 "@@@STEP_LINK@Applied issue 500@https://codereview.chromium.org/500@@@" |
| 118 ] | 114 ] |
| 119 }, | 115 }, |
| 120 { | 116 { |
| 121 "cmd": [ | 117 "cmd": [ |
| 122 "python", | 118 "python", |
| 123 "-u", | 119 "-u", |
| 124 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 120 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" | 164 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Housekeeper-PerCommit-Trybot" |
| 169 }, | 165 }, |
| 170 "name": "build most" | 166 "name": "build most" |
| 171 }, | 167 }, |
| 172 { | 168 { |
| 173 "name": "$result", | 169 "name": "$result", |
| 174 "recipe_result": null, | 170 "recipe_result": null, |
| 175 "status_code": 0 | 171 "status_code": 0 |
| 176 } | 172 } |
| 177 ] | 173 ] |
| OLD | NEW |