| 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 "--master", | 7 "--master", |
| 8 "chromium.infra", | 8 "chromium.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "luci-gae-linux64", | 10 "luci-gae-linux64", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra/infr
a.git'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'infra', 'url': 'https://chromium.googleso
urce.com/infra/infra.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "infra/go/src/github.com/luci/gae", | 16 "infra/go/src/github.com/luci/gae", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}", | 18 "{\"infra/go/src/github.com/luci/gae\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "infra@origin/master", | 24 "infra@origin/master", |
| 25 "--revision", | 25 "--revision", |
| 26 "infra/go/src/github.com/luci/gae@c14d891d44f0afff64e56ed7c9702df1d807b1ee
", | 26 "infra/go/src/github.com/luci/gae@c14d891d44f0afff64e56ed7c9702df1d807b1ee
", |
| 27 "--revision", | 27 "--revision", |
| 28 "infra/go/src/github.com/luci/luci-go@origin/master", | 28 "infra/go/src/github.com/luci/luci-go@origin/master", |
| 29 "--force", | 29 "--force", |
| 30 "--output_manifest" | 30 "--output_manifest" |
| 31 ], | 31 ], |
| 32 "cwd": "[SLAVE_BUILD]", | |
| 33 "env": { | 32 "env": { |
| 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 35 }, | 34 }, |
| 36 "name": "bot_update", | 35 "name": "bot_update", |
| 37 "~followup_annotations": [ | 36 "~followup_annotations": [ |
| 38 "@@@STEP_TEXT@Some step text@@@", | 37 "@@@STEP_TEXT@Some step text@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"origin/master\", @@@", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#34600}\"@@@" | 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#34600}\"@@@" |
| 64 ] | 63 ] |
| 65 }, | 64 }, |
| 66 { | 65 { |
| 67 "cmd": [ | 66 "cmd": [ |
| 68 "python", | 67 "python", |
| 69 "-u", | 68 "-u", |
| 70 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 69 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 71 "runhooks" | 70 "runhooks" |
| 72 ], | 71 ], |
| 73 "cwd": "[SLAVE_BUILD]", | |
| 74 "env": { | 72 "env": { |
| 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 76 }, | 74 }, |
| 77 "name": "gclient runhooks" | 75 "name": "gclient runhooks" |
| 78 }, | 76 }, |
| 79 { | 77 { |
| 80 "cmd": [ | 78 "cmd": [ |
| 81 "python", | 79 "python", |
| 82 "-u", | 80 "-u", |
| 83 "[SLAVE_BUILD]/infra/go/env.py", | 81 "[CWD]/infra/go/env.py", |
| 84 "go", | 82 "go", |
| 85 "version" | 83 "version" |
| 86 ], | 84 ], |
| 87 "cwd": "[SLAVE_BUILD]", | |
| 88 "name": "go third parties" | 85 "name": "go third parties" |
| 89 }, | 86 }, |
| 90 { | 87 { |
| 91 "cmd": [ | 88 "cmd": [ |
| 92 "python", | 89 "python", |
| 93 "-u", | 90 "-u", |
| 94 "[SLAVE_BUILD]/infra/go/env.py", | 91 "[CWD]/infra/go/env.py", |
| 95 "go", | 92 "go", |
| 96 "build", | 93 "build", |
| 97 "github.com/luci/gae/..." | 94 "github.com/luci/gae/..." |
| 98 ], | 95 ], |
| 99 "cwd": "[SLAVE_BUILD]", | |
| 100 "name": "go build" | 96 "name": "go build" |
| 101 }, | 97 }, |
| 102 { | 98 { |
| 103 "cmd": [ | 99 "cmd": [ |
| 104 "python", | 100 "python", |
| 105 "-u", | 101 "-u", |
| 106 "[SLAVE_BUILD]/infra/go/env.py", | 102 "[CWD]/infra/go/env.py", |
| 107 "go", | 103 "go", |
| 108 "test", | 104 "test", |
| 109 "github.com/luci/gae/..." | 105 "github.com/luci/gae/..." |
| 110 ], | 106 ], |
| 111 "cwd": "[SLAVE_BUILD]", | |
| 112 "name": "go test" | 107 "name": "go test" |
| 113 }, | 108 }, |
| 114 { | 109 { |
| 115 "name": "$result", | 110 "name": "$result", |
| 116 "recipe_result": null, | 111 "recipe_result": null, |
| 117 "status_code": 0 | 112 "status_code": 0 |
| 118 } | 113 } |
| 119 ] | 114 ] |
| OLD | NEW |