Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(679)

Side by Side Diff: scripts/slave/recipes/catapult.expected/basic.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 "master.client.catapult", 8 "master.client.catapult",
9 "--builder", 9 "--builder",
10 "windows", 10 "windows",
11 "--slave", 11 "--slave",
12 "windows_slave", 12 "windows_slave",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'catapult', 'url': 'https://chromium.googlesour ce.com/external/github.com/catapult-project/catapult.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'catapult', 'url': 'https://chromium.googlesource.com/external/git hub.com/catapult-project/catapult.git'}]",
15 "--root", 15 "--root",
16 "catapult", 16 "catapult",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"catapult\": \"got_revision\"}", 18 "{\"catapult\": \"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 "catapult@HEAD", 24 "catapult@HEAD",
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@ \"catapult\": \"HEAD\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"catapult\": \"HEAD\"@@@",
(...skipping 18 matching lines...) Expand all
56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#287529}\"@@@" 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#287529}\"@@@"
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 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", 77 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py",
76 "--json-file", 78 "--json-file",
77 "/path/to/tmp/json", 79 "/path/to/tmp/json",
78 "--url", 80 "--url",
79 "https://chromium.googlesource.com/infra/infra/+/fd119c547fd4e56eeab77d138 b0426022ae1d159/bootstrap/get_appengine.py", 81 "https://chromium.googlesource.com/infra/infra/+/fd119c547fd4e56eeab77d138 b0426022ae1d159/bootstrap/get_appengine.py",
80 "--format", 82 "--format",
81 "text" 83 "text"
82 ], 84 ],
85 "cwd": "[SLAVE_BUILD]",
83 "name": "Fetch SDK downloader" 86 "name": "Fetch SDK downloader"
84 }, 87 },
85 { 88 {
86 "cmd": [ 89 "cmd": [
87 "python", 90 "python",
88 "-u", 91 "-u",
89 "\"<simulated contents of get_appengine.py>\"", 92 "\"<simulated contents of get_appengine.py>\"",
90 "--dest=." 93 "--dest=."
91 ], 94 ],
95 "cwd": "[SLAVE_BUILD]",
92 "name": "Run SDK downloader", 96 "name": "Run SDK downloader",
93 "~followup_annotations": [ 97 "~followup_annotations": [
94 "@@@STEP_LOG_LINE@python.inline@\"<simulated contents of get_appengine.py> \"@@@", 98 "@@@STEP_LOG_LINE@python.inline@\"<simulated contents of get_appengine.py> \"@@@",
95 "@@@STEP_LOG_END@python.inline@@@" 99 "@@@STEP_LOG_END@python.inline@@@"
96 ] 100 ]
97 }, 101 },
98 { 102 {
99 "cmd": [ 103 "cmd": [
100 "python", 104 "python",
101 "-u", 105 "-u",
102 "[CWD]/catapult/catapult_build/build_steps.py", 106 "[SLAVE_BUILD]/catapult/catapult_build/build_steps.py",
103 "--api-path-checkout", 107 "--api-path-checkout",
104 "[CWD]/catapult", 108 "[SLAVE_BUILD]/catapult",
105 "--app-engine-sdk-pythonpath", 109 "--app-engine-sdk-pythonpath",
106 "%(PYTHONPATH)s:[CWD]/google_appengine", 110 "%(PYTHONPATH)s:[SLAVE_BUILD]/google_appengine",
107 "--platform", 111 "--platform",
108 "linux", 112 "linux",
109 "--output-json", 113 "--output-json",
110 "/path/to/tmp/json" 114 "/path/to/tmp/json"
111 ], 115 ],
112 "cwd": "[CWD]/catapult", 116 "cwd": "[SLAVE_BUILD]/catapult",
113 "name": "gen step(build_steps.py)", 117 "name": "gen step(build_steps.py)",
114 "~followup_annotations": [ 118 "~followup_annotations": [
115 "@@@STEP_LOG_LINE@json.output@[@@@", 119 "@@@STEP_LOG_LINE@json.output@[@@@",
116 "@@@STEP_LOG_LINE@json.output@ {@@@", 120 "@@@STEP_LOG_LINE@json.output@ {@@@",
117 "@@@STEP_LOG_LINE@json.output@ \"cmd\": [@@@", 121 "@@@STEP_LOG_LINE@json.output@ \"cmd\": [@@@",
118 "@@@STEP_LOG_LINE@json.output@ \"run_py_tests\", @@@", 122 "@@@STEP_LOG_LINE@json.output@ \"run_py_tests\", @@@",
119 "@@@STEP_LOG_LINE@json.output@ \"--no-hooks\"@@@", 123 "@@@STEP_LOG_LINE@json.output@ \"--no-hooks\"@@@",
120 "@@@STEP_LOG_LINE@json.output@ ], @@@", 124 "@@@STEP_LOG_LINE@json.output@ ], @@@",
121 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Dashboard Tests\"@@@", 125 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Dashboard Tests\"@@@",
122 "@@@STEP_LOG_LINE@json.output@ }@@@", 126 "@@@STEP_LOG_LINE@json.output@ }@@@",
123 "@@@STEP_LOG_LINE@json.output@]@@@", 127 "@@@STEP_LOG_LINE@json.output@]@@@",
124 "@@@STEP_LOG_END@json.output@@@" 128 "@@@STEP_LOG_END@json.output@@@"
125 ] 129 ]
126 }, 130 },
127 { 131 {
128 "cmd": [ 132 "cmd": [
129 "run_py_tests", 133 "run_py_tests",
130 "--no-hooks" 134 "--no-hooks"
131 ], 135 ],
132 "name": "Dashboard Tests" 136 "name": "Dashboard Tests"
133 }, 137 },
134 { 138 {
135 "name": "$result", 139 "name": "$result",
136 "recipe_result": null, 140 "recipe_result": null,
137 "status_code": 0 141 "status_code": 0
138 } 142 }
139 ] 143 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/catapult.py ('k') | scripts/slave/recipes/catapult_cron.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698