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