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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/infra_with_runhooks_and_gerrit.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 "tryserver.infra", 8 "tryserver.infra",
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 = '[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 "--gerrit_repo", 21 "--gerrit_repo",
22 "https://chromium.googlesource.com/infra/infra", 22 "https://chromium.googlesource.com/infra/infra",
23 "--gerrit_ref", 23 "--gerrit_ref",
24 "refs/changes/11/338811/3", 24 "refs/changes/11/338811/3",
25 "--output_json", 25 "--output_json",
26 "/path/to/tmp/json", 26 "/path/to/tmp/json",
27 "--revision", 27 "--revision",
28 "infra@HEAD", 28 "infra@HEAD",
29 "--output_manifest" 29 "--output_manifest"
30 ], 30 ],
31 "cwd": "[SLAVE_BUILD]",
31 "env": { 32 "env": {
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 33 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
33 }, 34 },
34 "name": "bot_update", 35 "name": "bot_update",
35 "~followup_annotations": [ 36 "~followup_annotations": [
36 "@@@STEP_TEXT@Some step text@@@", 37 "@@@STEP_TEXT@Some step text@@@",
37 "@@@STEP_LOG_LINE@json.output@{@@@", 38 "@@@STEP_LOG_LINE@json.output@{@@@",
38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 40 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"infra\": \"HEAD\"@@@",
(...skipping 23 matching lines...) Expand all
64 "git", 65 "git",
65 "-c", 66 "-c",
66 "user.email=commit-bot@chromium.org", 67 "user.email=commit-bot@chromium.org",
67 "-c", 68 "-c",
68 "user.name=The Commit Bot", 69 "user.name=The Commit Bot",
69 "commit", 70 "commit",
70 "-a", 71 "-a",
71 "-m", 72 "-m",
72 "Committed patch" 73 "Committed patch"
73 ], 74 ],
74 "cwd": "[CWD]/infra", 75 "cwd": "[SLAVE_BUILD]/infra",
75 "name": "commit git patch" 76 "name": "commit git patch"
76 }, 77 },
77 { 78 {
78 "cmd": [ 79 "cmd": [
79 "python", 80 "python",
80 "-u", 81 "-u",
81 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 82 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
82 "runhooks" 83 "runhooks"
83 ], 84 ],
85 "cwd": "[SLAVE_BUILD]",
84 "env": { 86 "env": {
85 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 87 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
86 }, 88 },
87 "name": "gclient runhooks" 89 "name": "gclient runhooks"
88 }, 90 },
89 { 91 {
90 "cmd": [ 92 "cmd": [
91 "python", 93 "python",
92 "-u", 94 "-u",
93 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", 95 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
94 "--issue", 96 "--issue",
95 "338811", 97 "338811",
96 "--patchset", 98 "--patchset",
97 "3", 99 "3",
98 "--gerrit_url", 100 "--gerrit_url",
99 "https://chromium-review.googlesource.com", 101 "https://chromium-review.googlesource.com",
100 "--gerrit_fetch", 102 "--gerrit_fetch",
101 "--root", 103 "--root",
102 "[CWD]/infra", 104 "[SLAVE_BUILD]/infra",
103 "--commit", 105 "--commit",
104 "--verbose", 106 "--verbose",
105 "--verbose", 107 "--verbose",
106 "--skip_canned", 108 "--skip_canned",
107 "CheckRietveldTryJobExecution", 109 "CheckRietveldTryJobExecution",
108 "--skip_canned", 110 "--skip_canned",
109 "CheckTreeIsOpen", 111 "CheckTreeIsOpen",
110 "--skip_canned", 112 "--skip_canned",
111 "CheckBuildbotPendingBuilds", 113 "CheckBuildbotPendingBuilds",
112 "--upstream", 114 "--upstream",
113 "5e03a58dc0850e5137a8ebbce29610670c756aed" 115 "5e03a58dc0850e5137a8ebbce29610670c756aed"
114 ], 116 ],
117 "cwd": "[SLAVE_BUILD]",
115 "env": { 118 "env": {
116 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 119 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
117 }, 120 },
118 "name": "presubmit" 121 "name": "presubmit"
119 }, 122 },
120 { 123 {
121 "name": "$result", 124 "name": "$result",
122 "recipe_result": null, 125 "recipe_result": null,
123 "status_code": 0 126 "status_code": 0
124 } 127 }
125 ] 128 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698