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

Side by Side Diff: scripts/slave/recipes/infra/sphinx_doc_updater.expected/basic.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 "fake", 8 "fake",
9 "--builder", 9 "--builder",
10 "fake", 10 "fake",
11 "--slave", 11 "--slave",
12 "fake", 12 "fake",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra /infra.git'}]", 14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', ' managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra /infra.git'}]",
15 "--root", 15 "--root",
16 "infra", 16 "infra",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"infra\": \"got_revision\"}", 18 "{\"infra\": \"got_revision\"}",
19 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "infra@HEAD", 22 "infra@HEAD",
23 "--force" 23 "--force"
24 ], 24 ],
25 "cwd": "[SLAVE_BUILD]",
25 "name": "bot_update", 26 "name": "bot_update",
26 "~followup_annotations": [ 27 "~followup_annotations": [
27 "@@@STEP_TEXT@Some step text@@@", 28 "@@@STEP_TEXT@Some step text@@@",
28 "@@@STEP_LOG_LINE@json.output@{@@@", 29 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra\", @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"infra\", @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
33 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"5e03a58dc0850e5137a8 ebbce29610670c756aed\", @@@", 34 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"5e03a58dc0850e5137a8 ebbce29610670c756aed\", @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#197293}\"@@@", 35 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#197293}\"@@@",
35 "@@@STEP_LOG_LINE@json.output@ }, @@@", 36 "@@@STEP_LOG_LINE@json.output@ }, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"root\": \"infra\", @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
38 "@@@STEP_LOG_LINE@json.output@}@@@", 39 "@@@STEP_LOG_LINE@json.output@}@@@",
39 "@@@STEP_LOG_END@json.output@@@", 40 "@@@STEP_LOG_END@json.output@@@",
40 "@@@SET_BUILD_PROPERTY@got_revision@\"5e03a58dc0850e5137a8ebbce29610670c75 6aed\"@@@", 41 "@@@SET_BUILD_PROPERTY@got_revision@\"5e03a58dc0850e5137a8ebbce29610670c75 6aed\"@@@",
41 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@" 42 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#197293}\"@@@"
42 ] 43 ]
43 }, 44 },
44 { 45 {
45 "cmd": [ 46 "cmd": [
46 "python", 47 "python",
47 "-u", 48 "-u",
48 "[DEPOT_TOOLS]/gclient.py", 49 "[DEPOT_TOOLS]/gclient.py",
49 "runhooks" 50 "runhooks"
50 ], 51 ],
52 "cwd": "[SLAVE_BUILD]",
51 "name": "gclient runhooks" 53 "name": "gclient runhooks"
52 }, 54 },
53 { 55 {
54 "cmd": [ 56 "cmd": [
55 "python", 57 "python",
56 "-u", 58 "-u",
57 "[SLAVE_BUILD]/infra/docgen.py", 59 "[SLAVE_BUILD]/infra/docgen.py",
58 "clean" 60 "clean"
59 ], 61 ],
62 "cwd": "[SLAVE_BUILD]",
60 "name": "Clean documentation" 63 "name": "Clean documentation"
61 }, 64 },
62 { 65 {
63 "cmd": [ 66 "cmd": [
64 "python", 67 "python",
65 "-u", 68 "-u",
66 "[SLAVE_BUILD]/infra/docgen.py" 69 "[SLAVE_BUILD]/infra/docgen.py"
67 ], 70 ],
71 "cwd": "[SLAVE_BUILD]",
68 "name": "Generate documentation" 72 "name": "Generate documentation"
69 }, 73 },
70 { 74 {
71 "cmd": [ 75 "cmd": [
72 "python", 76 "python",
73 "-u", 77 "-u",
74 "[DEPOT_TOOLS]/gsutil.py", 78 "[DEPOT_TOOLS]/gsutil.py",
75 "--force-version", 79 "--force-version",
76 "3.25", 80 "3.25",
77 "--", 81 "--",
78 "cp", 82 "cp",
79 "-R", 83 "-R",
80 "[SLAVE_BUILD]/infra/doc/html", 84 "[SLAVE_BUILD]/infra/doc/html",
81 "gs://chromium-infra-docs/infra" 85 "gs://chromium-infra-docs/infra"
82 ], 86 ],
87 "cwd": "[SLAVE_BUILD]",
83 "name": "gsutil upload", 88 "name": "gsutil upload",
84 "~followup_annotations": [ 89 "~followup_annotations": [
85 "@@@STEP_LINK@Deploy documentation to GCS@https://storage.cloud.google.com /chromium-infra-docs/infra@@@" 90 "@@@STEP_LINK@Deploy documentation to GCS@https://storage.cloud.google.com /chromium-infra-docs/infra@@@"
86 ] 91 ]
87 } 92 }
88 ] 93 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/publish_tarball.expected/trigger.json ('k') | scripts/slave/recipes/ios/try.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698