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

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

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "chromium_presubmit", 10 "chromium_presubmit",
(...skipping 13 matching lines...) Expand all
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
25 "--apply_issue_email_file", 25 "--apply_issue_email_file",
26 "[BUILD]/site_config/.rietveld_client_email", 26 "[BUILD]/site_config/.rietveld_client_email",
27 "--apply_issue_key_file", 27 "--apply_issue_key_file",
28 "[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 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
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@ \"patch_failure\": false, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra_internal\", @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra_internal\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"0a18b32e3a93913e1090 d1ee6b8965c6dc3116d6\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"0a18b32e3a93913e1090 d1ee6b8965c6dc3116d6\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#190894}\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#190894}\"@@@",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "--rietveld_fetch", 91 "--rietveld_fetch",
91 "--upstream", 92 "--upstream",
92 "0a18b32e3a93913e1090d1ee6b8965c6dc3116d6", 93 "0a18b32e3a93913e1090d1ee6b8965c6dc3116d6",
93 "--trybot-json", 94 "--trybot-json",
94 "/path/to/tmp/json", 95 "/path/to/tmp/json",
95 "--rietveld_email_file", 96 "--rietveld_email_file",
96 "[BUILD]/site_config/.rietveld_client_email", 97 "[BUILD]/site_config/.rietveld_client_email",
97 "--rietveld_private_key_file", 98 "--rietveld_private_key_file",
98 "[BUILD]/site_config/.rietveld_secret_key" 99 "[BUILD]/site_config/.rietveld_secret_key"
99 ], 100 ],
101 "cwd": "[SLAVE_BUILD]",
100 "name": "presubmit", 102 "name": "presubmit",
101 "~followup_annotations": [ 103 "~followup_annotations": [
102 "@@@STEP_LOG_LINE@json.output@[@@@", 104 "@@@STEP_LOG_LINE@json.output@[@@@",
103 "@@@STEP_LOG_LINE@json.output@ [@@@", 105 "@@@STEP_LOG_LINE@json.output@ [@@@",
104 "@@@STEP_LOG_LINE@json.output@ \"chromium_presubmit\", @@@", 106 "@@@STEP_LOG_LINE@json.output@ \"chromium_presubmit\", @@@",
105 "@@@STEP_LOG_LINE@json.output@ [@@@", 107 "@@@STEP_LOG_LINE@json.output@ [@@@",
106 "@@@STEP_LOG_LINE@json.output@ \"compile\"@@@", 108 "@@@STEP_LOG_LINE@json.output@ \"compile\"@@@",
107 "@@@STEP_LOG_LINE@json.output@ ]@@@", 109 "@@@STEP_LOG_LINE@json.output@ ]@@@",
108 "@@@STEP_LOG_LINE@json.output@ ]@@@", 110 "@@@STEP_LOG_LINE@json.output@ ]@@@",
109 "@@@STEP_LOG_LINE@json.output@]@@@", 111 "@@@STEP_LOG_LINE@json.output@]@@@",
110 "@@@STEP_LOG_END@json.output@@@" 112 "@@@STEP_LOG_END@json.output@@@"
111 ] 113 ]
112 } 114 }
113 ] 115 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/run_presubmit.expected/infra.json ('k') | scripts/slave/recipes/run_presubmit.expected/nacl.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698