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

Side by Side Diff: scripts/slave/recipes/cros/cbuildbot_tryjob.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 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 6 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py",
7 "--json-file", 7 "--json-file",
8 "/path/to/tmp/json", 8 "/path/to/tmp/json",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b a61c4c0873d391e987982fbbd3?format=json", 10 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b a61c4c0873d391e987982fbbd3?format=json",
11 "--attempts", 11 "--attempts",
12 "10" 12 "10"
13 ], 13 ],
14 "cwd": "[SLAVE_BUILD]",
14 "name": "Fetch tryjob commit", 15 "name": "Fetch tryjob commit",
15 "~followup_annotations": [ 16 "~followup_annotations": [
16 "@@@STEP_LOG_LINE@json.output@{@@@", 17 "@@@STEP_LOG_LINE@json.output@{@@@",
17 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@", 18 "@@@STEP_LOG_LINE@json.output@ \"author\": {@@@",
18 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or g\", @@@", 19 "@@@STEP_LOG_LINE@json.output@ \"email\": \"testauthor@fake.chromium.or g\", @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@", 20 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Test Author\", @@@",
20 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@ @", 21 "@@@STEP_LOG_LINE@json.output@ \"time\": \"Mon Jan 01 00:00:00 2015\"@@ @",
21 "@@@STEP_LOG_LINE@json.output@ }, @@@", 22 "@@@STEP_LOG_LINE@json.output@ }, @@@",
22 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391 e987982fbbd3\", @@@", 23 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a94a8fe5ccb19ba61c4c0873d391 e987982fbbd3\", @@@",
23 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@", 24 "@@@STEP_LOG_LINE@json.output@ \"committer\": {@@@",
(...skipping 24 matching lines...) Expand all
48 "cmd": [ 49 "cmd": [
49 "python", 50 "python",
50 "-u", 51 "-u",
51 "[BUILD]/scripts/tools/pycurl.py", 52 "[BUILD]/scripts/tools/pycurl.py",
52 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b a61c4c0873d391e987982fbbd3/user/user.12345?format=text", 53 "https://chromium.googlesource.com/chromiumos/tryjobs.git/+/a94a8fe5ccb19b a61c4c0873d391e987982fbbd3/user/user.12345?format=text",
53 "--outfile", 54 "--outfile",
54 "/path/to/tmp/", 55 "/path/to/tmp/",
55 "--attempts", 56 "--attempts",
56 "10" 57 "10"
57 ], 58 ],
59 "cwd": "[SLAVE_BUILD]",
58 "name": "Fetch tryjob descriptor (user/user.12345)", 60 "name": "Fetch tryjob descriptor (user/user.12345)",
59 "~followup_annotations": [ 61 "~followup_annotations": [
60 "@@@STEP_TEXT@extra_args: [u'--timeout', u'14400', u'--remote-trybot', u'- -remote-version=4']<br/>name: 12345<br/>email: testauthor@fake.chromium.org@@@" 62 "@@@STEP_TEXT@extra_args: [u'--timeout', u'14400', u'--remote-trybot', u'- -remote-version=4']<br/>name: 12345<br/>email: testauthor@fake.chromium.org@@@"
61 ] 63 ]
62 }, 64 },
63 { 65 {
64 "cmd": [ 66 "cmd": [
65 "python", 67 "python",
66 "-u", 68 "-u",
67 "[BUILD]/scripts/slave/bot_update.py", 69 "[BUILD]/scripts/slave/bot_update.py",
68 "--master", 70 "--master",
69 "chromiumos.tryserver", 71 "chromiumos.tryserver",
70 "--builder", 72 "--builder",
71 "x86-generic-full", 73 "x86-generic-full",
72 "--slave", 74 "--slave",
73 "test", 75 "test",
74 "--spec", 76 "--spec",
75 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g it'}]", 77 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'chromite', 'url': 'https://chromium.googlesource.com/chromiumos/chromite.g it'}]",
76 "--root", 78 "--root",
77 "chromite", 79 "chromite",
78 "--revision_mapping_file", 80 "--revision_mapping_file",
79 "{}", 81 "{}",
80 "--output_json", 82 "--output_json",
81 "/path/to/tmp/json", 83 "/path/to/tmp/json",
82 "--revision", 84 "--revision",
83 "chromite@master:", 85 "chromite@master:",
84 "--force" 86 "--force"
85 ], 87 ],
88 "cwd": "[SLAVE_BUILD]",
86 "name": "bot_update", 89 "name": "bot_update",
87 "~followup_annotations": [ 90 "~followup_annotations": [
88 "@@@STEP_TEXT@Some step text@@@", 91 "@@@STEP_TEXT@Some step text@@@",
89 "@@@STEP_LOG_LINE@json.output@{@@@", 92 "@@@STEP_LOG_LINE@json.output@{@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 93 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
91 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 94 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
92 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@", 95 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"chromite\", @@@",
93 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", 96 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@", 97 "@@@STEP_LOG_LINE@json.output@ \"root\": \"chromite\", @@@",
95 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 98 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
(...skipping 11 matching lines...) Expand all
107 "master", 110 "master",
108 "--timeout", 111 "--timeout",
109 "14400", 112 "14400",
110 "--remote-trybot", 113 "--remote-trybot",
111 "--remote-version=4", 114 "--remote-version=4",
112 "x86-generic-full" 115 "x86-generic-full"
113 ], 116 ],
114 "name": "cbuildbot [x86-generic-full]" 117 "name": "cbuildbot [x86-generic-full]"
115 } 118 }
116 ] 119 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698