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

Side by Side Diff: scripts/slave/recipes/infra/infra_repo_trybot.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 "internal.infra", 8 "internal.infra",
9 "--builder", 9 "--builder",
10 "infra-internal-tester", 10 "infra-internal-tester",
(...skipping 14 matching lines...) Expand all
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 "--force" 33 "--force"
34 ], 34 ],
35 "cwd": "[SLAVE_BUILD]",
35 "name": "bot_update", 36 "name": "bot_update",
36 "~followup_annotations": [ 37 "~followup_annotations": [
37 "@@@STEP_TEXT@Some step text@@@", 38 "@@@STEP_TEXT@Some step text@@@",
38 "@@@STEP_LOG_LINE@json.output@{@@@", 39 "@@@STEP_LOG_LINE@json.output@{@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra_internal\", @@@", 42 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra_internal\", @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
43 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"0a18b32e3a93913e1090 d1ee6b8965c6dc3116d6\", @@@", 44 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"0a18b32e3a93913e1090 d1ee6b8965c6dc3116d6\", @@@",
44 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#190894}\"@@@", 45 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#190894}\"@@@",
45 "@@@STEP_LOG_LINE@json.output@ }, @@@", 46 "@@@STEP_LOG_LINE@json.output@ }, @@@",
46 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra_internal\", @@@", 47 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra_internal\", @@@",
47 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 48 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
48 "@@@STEP_LOG_LINE@json.output@}@@@", 49 "@@@STEP_LOG_LINE@json.output@}@@@",
49 "@@@STEP_LOG_END@json.output@@@", 50 "@@@STEP_LOG_END@json.output@@@",
50 "@@@SET_BUILD_PROPERTY@got_revision@\"0a18b32e3a93913e1090d1ee6b8965c6dc31 16d6\"@@@", 51 "@@@SET_BUILD_PROPERTY@got_revision@\"0a18b32e3a93913e1090d1ee6b8965c6dc31 16d6\"@@@",
51 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#190894}\"@@@" 52 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#190894}\"@@@"
52 ] 53 ]
53 }, 54 },
54 { 55 {
55 "cmd": [ 56 "cmd": [
56 "python", 57 "python",
57 "-u", 58 "-u",
58 "[DEPOT_TOOLS]/gclient.py", 59 "[DEPOT_TOOLS]/gclient.py",
59 "runhooks" 60 "runhooks"
60 ], 61 ],
62 "cwd": "[SLAVE_BUILD]",
61 "name": "gclient runhooks" 63 "name": "gclient runhooks"
62 }, 64 },
63 { 65 {
64 "cmd": [ 66 "cmd": [
65 "git", 67 "git",
66 "diff", 68 "diff",
67 "--name-only", 69 "--name-only",
68 "HEAD", 70 "HEAD",
69 "HEAD~" 71 "HEAD~"
70 ], 72 ],
(...skipping 12 matching lines...) Expand all
83 "name": "test.py" 85 "name": "test.py"
84 }, 86 },
85 { 87 {
86 "cmd": [ 88 "cmd": [
87 "python", 89 "python",
88 "-u", 90 "-u",
89 "[SLAVE_BUILD]/infra_internal/go/env.py", 91 "[SLAVE_BUILD]/infra_internal/go/env.py",
90 "python", 92 "python",
91 "[SLAVE_BUILD]/infra_internal/go/test.py" 93 "[SLAVE_BUILD]/infra_internal/go/test.py"
92 ], 94 ],
95 "cwd": "[SLAVE_BUILD]",
93 "name": "go test.py" 96 "name": "go test.py"
94 } 97 }
95 ] 98 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698