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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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 | Annotate | Revision Log
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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "infra_presubmit", 10 "infra_presubmit",
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 "--issue", 21 "--issue",
22 "12853011", 22 "12853011",
23 "--patchset", 23 "--patchset",
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://codereview.chromium.org", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "infra@HEAD", 30 "infra@HEAD",
31 "--output_manifest" 31 "--output_manifest"
32 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
34 "env": { 33 "env": {
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
36 }, 35 },
37 "name": "bot_update", 36 "name": "bot_update",
38 "~followup_annotations": [ 37 "~followup_annotations": [
39 "@@@STEP_TEXT@Some step text@@@", 38 "@@@STEP_TEXT@Some step text@@@",
40 "@@@STEP_LOG_LINE@json.output@{@@@", 39 "@@@STEP_LOG_LINE@json.output@{@@@",
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@",
(...skipping 23 matching lines...) Expand all
67 "git", 66 "git",
68 "-c", 67 "-c",
69 "user.email=commit-bot@chromium.org", 68 "user.email=commit-bot@chromium.org",
70 "-c", 69 "-c",
71 "user.name=The Commit Bot", 70 "user.name=The Commit Bot",
72 "commit", 71 "commit",
73 "-a", 72 "-a",
74 "-m", 73 "-m",
75 "Committed patch" 74 "Committed patch"
76 ], 75 ],
77 "cwd": "[SLAVE_BUILD]/infra", 76 "cwd": "[CWD]/infra",
78 "name": "commit git patch" 77 "name": "commit git patch"
79 }, 78 },
80 { 79 {
81 "cmd": [ 80 "cmd": [
82 "python", 81 "python",
83 "-u", 82 "-u",
84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 83 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
85 "runhooks" 84 "runhooks"
86 ], 85 ],
87 "cwd": "[SLAVE_BUILD]",
88 "env": { 86 "env": {
89 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 87 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
90 }, 88 },
91 "name": "gclient runhooks" 89 "name": "gclient runhooks"
92 }, 90 },
93 { 91 {
94 "cmd": [ 92 "cmd": [
95 "python", 93 "python",
96 "-u", 94 "-u",
97 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", 95 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
98 "--issue", 96 "--issue",
99 "12853011", 97 "12853011",
100 "--patchset", 98 "--patchset",
101 "1", 99 "1",
102 "--rietveld_url", 100 "--rietveld_url",
103 "https://codereview.chromium.org", 101 "https://codereview.chromium.org",
104 "--rietveld_fetch", 102 "--rietveld_fetch",
105 "--rietveld_email", 103 "--rietveld_email",
106 "", 104 "",
107 "--root", 105 "--root",
108 "[SLAVE_BUILD]/infra", 106 "[CWD]/infra",
109 "--commit", 107 "--commit",
110 "--verbose", 108 "--verbose",
111 "--verbose", 109 "--verbose",
112 "--skip_canned", 110 "--skip_canned",
113 "CheckRietveldTryJobExecution", 111 "CheckRietveldTryJobExecution",
114 "--skip_canned", 112 "--skip_canned",
115 "CheckTreeIsOpen", 113 "CheckTreeIsOpen",
116 "--skip_canned", 114 "--skip_canned",
117 "CheckBuildbotPendingBuilds", 115 "CheckBuildbotPendingBuilds",
118 "--upstream", 116 "--upstream",
119 "5e03a58dc0850e5137a8ebbce29610670c756aed" 117 "5e03a58dc0850e5137a8ebbce29610670c756aed"
120 ], 118 ],
121 "cwd": "[SLAVE_BUILD]",
122 "env": { 119 "env": {
123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
124 }, 121 },
125 "name": "presubmit" 122 "name": "presubmit"
126 }, 123 },
127 { 124 {
128 "name": "$result", 125 "name": "$result",
129 "recipe_result": null, 126 "recipe_result": null,
130 "status_code": 0 127 "status_code": 0
131 } 128 }
132 ] 129 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698