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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/webports.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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "webports_presubmit", 10 "webports_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', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co m/webports.git'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/webports.git'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 18 "{\"src\": \"got_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[ROOT]/b/build/slave/cache_dir", 20 "[GIT_CACHE]",
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 "src@HEAD", 30 "src@HEAD",
31 "--output_manifest" 31 "--output_manifest"
32 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
33 "env": { 34 "env": {
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
35 }, 36 },
36 "name": "bot_update", 37 "name": "bot_update",
37 "~followup_annotations": [ 38 "~followup_annotations": [
38 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
39 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 23 matching lines...) Expand all
66 "git", 67 "git",
67 "-c", 68 "-c",
68 "user.email=commit-bot@chromium.org", 69 "user.email=commit-bot@chromium.org",
69 "-c", 70 "-c",
70 "user.name=The Commit Bot", 71 "user.name=The Commit Bot",
71 "commit", 72 "commit",
72 "-a", 73 "-a",
73 "-m", 74 "-m",
74 "Committed patch" 75 "Committed patch"
75 ], 76 ],
76 "cwd": "[CWD]/src", 77 "cwd": "[SLAVE_BUILD]/src",
77 "name": "commit git patch" 78 "name": "commit git patch"
78 }, 79 },
79 { 80 {
80 "cmd": [ 81 "cmd": [
81 "python", 82 "python",
82 "-u", 83 "-u",
83 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", 84 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
84 "--issue", 85 "--issue",
85 "12853011", 86 "12853011",
86 "--patchset", 87 "--patchset",
87 "1", 88 "1",
88 "--rietveld_url", 89 "--rietveld_url",
89 "https://codereview.chromium.org", 90 "https://codereview.chromium.org",
90 "--rietveld_fetch", 91 "--rietveld_fetch",
91 "--rietveld_email", 92 "--rietveld_email",
92 "", 93 "",
93 "--root", 94 "--root",
94 "[CWD]/src", 95 "[SLAVE_BUILD]/src",
95 "--commit", 96 "--commit",
96 "--verbose", 97 "--verbose",
97 "--verbose", 98 "--verbose",
98 "--skip_canned", 99 "--skip_canned",
99 "CheckRietveldTryJobExecution", 100 "CheckRietveldTryJobExecution",
100 "--skip_canned", 101 "--skip_canned",
101 "CheckTreeIsOpen", 102 "CheckTreeIsOpen",
102 "--skip_canned", 103 "--skip_canned",
103 "CheckBuildbotPendingBuilds", 104 "CheckBuildbotPendingBuilds",
104 "--upstream", 105 "--upstream",
105 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 106 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
106 ], 107 ],
108 "cwd": "[SLAVE_BUILD]",
107 "env": { 109 "env": {
108 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 110 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
109 }, 111 },
110 "name": "presubmit" 112 "name": "presubmit"
111 }, 113 },
112 { 114 {
113 "name": "$result", 115 "name": "$result",
114 "recipe_result": null, 116 "recipe_result": null,
115 "status_code": 0 117 "status_code": 0
116 } 118 }
117 ] 119 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/v8.json ('k') | scripts/slave/recipes/run_presubmit.expected/webrtc.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698