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 "infra-continuous-32", | 10 "infra-continuous-32", |
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", | 16 "infra", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"infra\": \"got_revision\"}", | 18 "{\"infra\": \"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@c14d891d44f0afff64e56ed7c9702df1d807b1ee", | 24 "infra@c14d891d44f0afff64e56ed7c9702df1d807b1ee", |
25 "--force", | 25 "--force", |
26 "--output_manifest" | 26 "--output_manifest" |
27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
28 "env": { | 29 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 31 }, |
31 "name": "bot_update", | 32 "name": "bot_update", |
32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"c14d891d44f0afff64e56ed7c97
02df1d807b1ee\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"c14d891d44f0afff64e56ed7c97
02df1d807b1ee\"@@@", |
(...skipping 18 matching lines...) Loading... |
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@" |
57 ] | 58 ] |
58 }, | 59 }, |
59 { | 60 { |
60 "cmd": [ | 61 "cmd": [ |
61 "python", | 62 "python", |
62 "-u", | 63 "-u", |
63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
64 "runhooks" | 65 "runhooks" |
65 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", |
66 "env": { | 68 "env": { |
67 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
68 }, | 70 }, |
69 "name": "gclient runhooks" | 71 "name": "gclient runhooks" |
70 }, | 72 }, |
71 { | 73 { |
72 "cmd": [ | 74 "cmd": [ |
73 "python", | 75 "python", |
74 "-u", | 76 "-u", |
75 "test.py", | 77 "test.py", |
76 "test" | 78 "test" |
77 ], | 79 ], |
78 "cwd": "[CWD]/infra", | 80 "cwd": "[SLAVE_BUILD]/infra", |
79 "name": "infra python tests" | 81 "name": "infra python tests" |
80 }, | 82 }, |
81 { | 83 { |
82 "cmd": [ | 84 "cmd": [ |
83 "python", | 85 "python", |
84 "-u", | 86 "-u", |
85 "[CWD]/infra/glyco/tests/run_all_tests.py" | 87 "[SLAVE_BUILD]/infra/glyco/tests/run_all_tests.py" |
86 ], | 88 ], |
87 "cwd": "[CWD]/infra", | 89 "cwd": "[SLAVE_BUILD]/infra", |
88 "name": "Glyco tests" | 90 "name": "Glyco tests" |
89 }, | 91 }, |
90 { | 92 { |
91 "cmd": [ | 93 "cmd": [ |
92 "python", | 94 "python", |
93 "-u", | 95 "-u", |
94 "[CWD]/infra/go/env.py", | 96 "[SLAVE_BUILD]/infra/go/env.py", |
95 "go", | 97 "go", |
96 "version" | 98 "version" |
97 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", |
98 "name": "go third parties" | 101 "name": "go third parties" |
99 }, | 102 }, |
100 { | 103 { |
101 "cmd": [ | 104 "cmd": [ |
102 "python", | 105 "python", |
103 "-u", | 106 "-u", |
104 "[CWD]/infra/go/env.py", | 107 "[SLAVE_BUILD]/infra/go/env.py", |
105 "python", | 108 "python", |
106 "[CWD]/infra/go/test.py" | 109 "[SLAVE_BUILD]/infra/go/test.py" |
107 ], | 110 ], |
| 111 "cwd": "[SLAVE_BUILD]", |
108 "name": "infra go tests" | 112 "name": "infra go tests" |
109 }, | 113 }, |
110 { | 114 { |
111 "cmd": [], | 115 "cmd": [], |
| 116 "cwd": "[SLAVE_BUILD]", |
112 "name": "cipd - not building packages", | 117 "name": "cipd - not building packages", |
113 "~followup_annotations": [ | 118 "~followup_annotations": [ |
114 "@@@STEP_WARNINGS@@@" | 119 "@@@STEP_WARNINGS@@@" |
115 ] | 120 ] |
116 }, | 121 }, |
117 { | 122 { |
118 "name": "$result", | 123 "name": "$result", |
119 "recipe_result": null, | 124 "recipe_result": null, |
120 "status_code": 0 | 125 "status_code": 0 |
121 } | 126 } |
122 ] | 127 ] |
OLD | NEW |