| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "infra", | 10 "infra", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 "git", | 60 "git", |
| 61 "-c", | 61 "-c", |
| 62 "user.email=commit-bot@chromium.org", | 62 "user.email=commit-bot@chromium.org", |
| 63 "-c", | 63 "-c", |
| 64 "user.name=The Commit Bot", | 64 "user.name=The Commit Bot", |
| 65 "commit", | 65 "commit", |
| 66 "-a", | 66 "-a", |
| 67 "-m", | 67 "-m", |
| 68 "Committed patch" | 68 "Committed patch" |
| 69 ], | 69 ], |
| 70 "cwd": "[SLAVE_BUILD]/infra", | 70 "cwd": "[START_DIR]/infra", |
| 71 "name": "commit git patch" | 71 "name": "commit git patch" |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "cmd": [ | 74 "cmd": [ |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 77 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 78 "runhooks" | 78 "runhooks" |
| 79 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]/infra", | 80 "cwd": "[START_DIR]/infra", |
| 81 "env": { | 81 "env": { |
| 82 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 82 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 83 }, | 83 }, |
| 84 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "git", | 88 "git", |
| 89 "diff", | 89 "diff", |
| 90 "--name-only", | 90 "--name-only", |
| 91 "HEAD", | 91 "HEAD", |
| 92 "HEAD~" | 92 "HEAD~" |
| 93 ], | 93 ], |
| 94 "cwd": "[SLAVE_BUILD]/infra", | 94 "cwd": "[START_DIR]/infra", |
| 95 "name": "get change list", | 95 "name": "get change list", |
| 96 "stdout": "/path/to/tmp/", | 96 "stdout": "/path/to/tmp/", |
| 97 "~followup_annotations": [ | 97 "~followup_annotations": [ |
| 98 "@@@STEP_LOG_LINE@change list@infra/glyco/stuff.py@@@", | 98 "@@@STEP_LOG_LINE@change list@infra/glyco/stuff.py@@@", |
| 99 "@@@STEP_LOG_END@change list@@@" | 99 "@@@STEP_LOG_END@change list@@@" |
| 100 ] | 100 ] |
| 101 }, | 101 }, |
| 102 { | 102 { |
| 103 "cmd": [ | 103 "cmd": [ |
| 104 "python", | 104 "python", |
| 105 "-u", | 105 "-u", |
| 106 "test.py", | 106 "test.py", |
| 107 "test", | 107 "test", |
| 108 "--jobs", | 108 "--jobs", |
| 109 "1" | 109 "1" |
| 110 ], | 110 ], |
| 111 "cwd": "[SLAVE_BUILD]/infra", | 111 "cwd": "[START_DIR]/infra", |
| 112 "name": "python tests" | 112 "name": "python tests" |
| 113 }, | 113 }, |
| 114 { | 114 { |
| 115 "cmd": [ | 115 "cmd": [ |
| 116 "python", | 116 "python", |
| 117 "-u", | 117 "-u", |
| 118 "[SLAVE_BUILD]/infra/recipes/recipes.py", | 118 "[START_DIR]/infra/recipes/recipes.py", |
| 119 "simulation_test", | 119 "simulation_test", |
| 120 "test" | 120 "test" |
| 121 ], | 121 ], |
| 122 "name": "recipe tests" | 122 "name": "recipe tests" |
| 123 }, | 123 }, |
| 124 { | 124 { |
| 125 "cmd": [ | 125 "cmd": [ |
| 126 "python", | 126 "python", |
| 127 "-u", | 127 "-u", |
| 128 "[SLAVE_BUILD]/infra/recipes/recipes.py", | 128 "[START_DIR]/infra/recipes/recipes.py", |
| 129 "lint" | 129 "lint" |
| 130 ], | 130 ], |
| 131 "name": "recipe lint" | 131 "name": "recipe lint" |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 "cmd": [ | 134 "cmd": [ |
| 135 "python", | 135 "python", |
| 136 "-u", | 136 "-u", |
| 137 "[SLAVE_BUILD]/infra/go/env.py" | 137 "[START_DIR]/infra/go/env.py" |
| 138 ], | 138 ], |
| 139 "name": "go bootstrap" | 139 "name": "go bootstrap" |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "cmd": [ | 142 "cmd": [ |
| 143 "python", | 143 "python", |
| 144 "-u", | 144 "-u", |
| 145 "[SLAVE_BUILD]/infra/go/env.py", | 145 "[START_DIR]/infra/go/env.py", |
| 146 "python", | 146 "python", |
| 147 "[SLAVE_BUILD]/infra/go/test.py" | 147 "[START_DIR]/infra/go/test.py" |
| 148 ], | 148 ], |
| 149 "name": "go tests" | 149 "name": "go tests" |
| 150 }, | 150 }, |
| 151 { | 151 { |
| 152 "name": "$result", | 152 "name": "$result", |
| 153 "recipe_result": null, | 153 "recipe_result": null, |
| 154 "status_code": 0 | 154 "status_code": 0 |
| 155 } | 155 } |
| 156 ] | 156 ] |
| OLD | NEW |