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

Side by Side Diff: scripts/slave/recipes/infra/infra_continuous.expected/infra.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 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "infra-continuous", 10 "infra-continuous",
(...skipping 10 matching lines...) Expand all
21 "--patchset", 21 "--patchset",
22 "1", 22 "1",
23 "--rietveld_server", 23 "--rietveld_server",
24 "https://codereview.chromium.org", 24 "https://codereview.chromium.org",
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 "--force" 29 "--force"
30 ], 30 ],
31 "cwd": "[SLAVE_BUILD]",
31 "name": "bot_update", 32 "name": "bot_update",
32 "~followup_annotations": [ 33 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra\", @@@", 38 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra\", @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
39 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"5e03a58dc0850e5137a8 ebbce29610670c756aed\", @@@", 40 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"5e03a58dc0850e5137a8 ebbce29610670c756aed\", @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#197293}\"@@@", 41 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#197293}\"@@@",
41 "@@@STEP_LOG_LINE@json.output@ }, @@@", 42 "@@@STEP_LOG_LINE@json.output@ }, @@@",
42 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@", 43 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 44 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
44 "@@@STEP_LOG_LINE@json.output@}@@@", 45 "@@@STEP_LOG_LINE@json.output@}@@@",
45 "@@@STEP_LOG_END@json.output@@@", 46 "@@@STEP_LOG_END@json.output@@@",
46 "@@@SET_BUILD_PROPERTY@got_revision@\"5e03a58dc0850e5137a8ebbce29610670c75 6aed\"@@@", 47 "@@@SET_BUILD_PROPERTY@got_revision@\"5e03a58dc0850e5137a8ebbce29610670c75 6aed\"@@@",
47 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@" 48 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@"
48 ] 49 ]
49 }, 50 },
50 { 51 {
51 "cmd": [ 52 "cmd": [
52 "python", 53 "python",
53 "-u", 54 "-u",
54 "[DEPOT_TOOLS]/gclient.py", 55 "[DEPOT_TOOLS]/gclient.py",
55 "runhooks" 56 "runhooks"
56 ], 57 ],
58 "cwd": "[SLAVE_BUILD]",
57 "name": "gclient runhooks" 59 "name": "gclient runhooks"
58 }, 60 },
59 { 61 {
60 "cmd": [ 62 "cmd": [
61 "python", 63 "python",
62 "-u", 64 "-u",
63 "test.py", 65 "test.py",
64 "test" 66 "test"
65 ], 67 ],
66 "cwd": "[SLAVE_BUILD]/infra", 68 "cwd": "[SLAVE_BUILD]/infra",
67 "name": "infra python tests" 69 "name": "infra python tests"
68 }, 70 },
69 { 71 {
70 "cmd": [ 72 "cmd": [
71 "python", 73 "python",
72 "-u", 74 "-u",
73 "[SLAVE_BUILD]/infra/go/env.py", 75 "[SLAVE_BUILD]/infra/go/env.py",
74 "python", 76 "python",
75 "[SLAVE_BUILD]/infra/go/test.py" 77 "[SLAVE_BUILD]/infra/go/test.py"
76 ], 78 ],
79 "cwd": "[SLAVE_BUILD]",
77 "name": "infra go tests" 80 "name": "infra go tests"
78 }, 81 },
79 { 82 {
80 "cmd": [ 83 "cmd": [
81 "python", 84 "python",
82 "-u", 85 "-u",
83 "[SLAVE_BUILD]/infra/build/build.py", 86 "[SLAVE_BUILD]/infra/build/build.py",
84 "--upload", 87 "--upload",
85 "--service-account-json", 88 "--service-account-json",
86 "/creds/service_accounts/service-account-cipd-builder.json" 89 "/creds/service_accounts/service-account-cipd-builder.json"
87 ], 90 ],
91 "cwd": "[SLAVE_BUILD]",
88 "name": "build cipd packages" 92 "name": "build cipd packages"
89 } 93 }
90 ] 94 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698