Chromium Code Reviews

Side by Side Diff: scripts/slave/recipes/infra/infra_repo_trybot.expected/infra_internal_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, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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_tester", 10 "infra_tester",
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_internal', 'url': 'https://chrome-i nternal.googlesource.com/infra/infra_internal.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'infra_internal', 'url': 'https://chrome-internal.googlesourc e.com/infra/infra_internal.git'}]",
15 "--root", 15 "--root",
16 "infra_internal", 16 "infra_internal",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"infra_internal\": \"got_revision\"}", 18 "{\"infra_internal\": \"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://chrome-internal.googlesource.com/infra/infra_internal", 22 "https://chrome-internal.googlesource.com/infra/infra_internal",
23 "--gerrit_ref", 23 "--gerrit_ref",
24 "refs/changes/11/338811/3", 24 "refs/changes/11/338811/3",
25 "--apply_issue_email_file", 25 "--apply_issue_email_file",
26 "[ROOT]/b/build/site_config/.rietveld_client_email", 26 "[BUILD]/site_config/.rietveld_client_email",
27 "--apply_issue_key_file", 27 "--apply_issue_key_file",
28 "[ROOT]/b/build/site_config/.rietveld_secret_key", 28 "[BUILD]/site_config/.rietveld_secret_key",
29 "--output_json", 29 "--output_json",
30 "/path/to/tmp/json", 30 "/path/to/tmp/json",
31 "--revision", 31 "--revision",
32 "infra_internal@HEAD", 32 "infra_internal@HEAD",
33 "--force", 33 "--force",
34 "--output_manifest" 34 "--output_manifest"
35 ], 35 ],
36 "cwd": "[SLAVE_BUILD]",
36 "env": { 37 "env": {
37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 38 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
38 }, 39 },
39 "name": "bot_update", 40 "name": "bot_update",
40 "~followup_annotations": [ 41 "~followup_annotations": [
41 "@@@STEP_TEXT@Some step text@@@", 42 "@@@STEP_TEXT@Some step text@@@",
42 "@@@STEP_LOG_LINE@json.output@{@@@", 43 "@@@STEP_LOG_LINE@json.output@{@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
45 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"HEAD\"@@@", 46 "@@@STEP_LOG_LINE@json.output@ \"infra_internal\": \"HEAD\"@@@",
(...skipping 23 matching lines...)
69 "git", 70 "git",
70 "-c", 71 "-c",
71 "user.email=commit-bot@chromium.org", 72 "user.email=commit-bot@chromium.org",
72 "-c", 73 "-c",
73 "user.name=The Commit Bot", 74 "user.name=The Commit Bot",
74 "commit", 75 "commit",
75 "-a", 76 "-a",
76 "-m", 77 "-m",
77 "Committed patch" 78 "Committed patch"
78 ], 79 ],
79 "cwd": "[CWD]/infra_internal", 80 "cwd": "[SLAVE_BUILD]/infra_internal",
80 "name": "commit git patch" 81 "name": "commit git patch"
81 }, 82 },
82 { 83 {
83 "cmd": [ 84 "cmd": [
84 "python", 85 "python",
85 "-u", 86 "-u",
86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 87 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
87 "runhooks" 88 "runhooks"
88 ], 89 ],
90 "cwd": "[SLAVE_BUILD]",
89 "env": { 91 "env": {
90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 92 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
91 }, 93 },
92 "name": "gclient runhooks" 94 "name": "gclient runhooks"
93 }, 95 },
94 { 96 {
95 "cmd": [ 97 "cmd": [
96 "git", 98 "git",
97 "diff", 99 "diff",
98 "--name-only", 100 "--name-only",
99 "HEAD", 101 "HEAD",
100 "HEAD~" 102 "HEAD~"
101 ], 103 ],
102 "cwd": "[CWD]/infra_internal", 104 "cwd": "[SLAVE_BUILD]/infra_internal",
103 "name": "get change list", 105 "name": "get change list",
104 "stdout": "/path/to/tmp/", 106 "stdout": "/path/to/tmp/",
105 "~followup_annotations": [ 107 "~followup_annotations": [
106 "@@@STEP_LOG_LINE@change list@infra/stuff.py@@@", 108 "@@@STEP_LOG_LINE@change list@infra/stuff.py@@@",
107 "@@@STEP_LOG_LINE@change list@go/src/infra/stuff.go@@@", 109 "@@@STEP_LOG_LINE@change list@go/src/infra/stuff.go@@@",
108 "@@@STEP_LOG_END@change list@@@" 110 "@@@STEP_LOG_END@change list@@@"
109 ] 111 ]
110 }, 112 },
111 { 113 {
112 "cmd": [ 114 "cmd": [
113 "python", 115 "python",
114 "-u", 116 "-u",
115 "test.py", 117 "test.py",
116 "test" 118 "test"
117 ], 119 ],
118 "cwd": "[CWD]/infra_internal", 120 "cwd": "[SLAVE_BUILD]/infra_internal",
119 "name": "python tests" 121 "name": "python tests"
120 }, 122 },
121 { 123 {
122 "cmd": [ 124 "cmd": [
123 "python", 125 "python",
124 "-u", 126 "-u",
125 "[CWD]/infra_internal/go/env.py" 127 "[SLAVE_BUILD]/infra_internal/go/env.py"
126 ], 128 ],
129 "cwd": "[SLAVE_BUILD]",
127 "name": "go bootstrap" 130 "name": "go bootstrap"
128 }, 131 },
129 { 132 {
130 "cmd": [ 133 "cmd": [
131 "python", 134 "python",
132 "-u", 135 "-u",
133 "[CWD]/infra_internal/go/env.py", 136 "[SLAVE_BUILD]/infra_internal/go/env.py",
134 "python", 137 "python",
135 "[CWD]/infra_internal/go/test.py" 138 "[SLAVE_BUILD]/infra_internal/go/test.py"
136 ], 139 ],
140 "cwd": "[SLAVE_BUILD]",
137 "name": "go tests" 141 "name": "go tests"
138 }, 142 },
139 { 143 {
140 "name": "$result", 144 "name": "$result",
141 "recipe_result": null, 145 "recipe_result": null,
142 "status_code": 0 146 "status_code": 0
143 } 147 }
144 ] 148 ]
OLDNEW

Powered by Google App Engine