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