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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_linux.json

Issue 472963003: WebRTC: Enable bot_update for standalone recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Only enable 3 trybots for now. Created 6 years, 2 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.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux", 10 "linux",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/webrtc/trunk'}, {'deps_fi le': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror .golo.chromium.org/chrome-internal/trunk/webrtc-limited'}]", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/webrtc/trunk'}, {'deps_fi le': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror .golo.chromium.org/chrome-internal/trunk/webrtc-limited'}]",
15 "--revision_mapping_file", 15 "--revision_mapping_file",
16 "{\"src\": \"got_revision\"}", 16 "{\"src\": \"got_revision\"}",
17 "--issue", 17 "--issue",
18 "666666", 18 "666666",
19 "--patchset", 19 "--patchset",
20 "1", 20 "1",
21 "--rietveld_server", 21 "--rietveld_server",
22 "https://fake.rietveld.url", 22 "https://fake.rietveld.url",
23 "--output_json", 23 "--output_json",
24 "/path/to/tmp/json", 24 "/path/to/tmp/json",
25 "--revision", 25 "--revision",
26 "src@12345" 26 "src@12345"
27 ], 27 ],
28 "name": "bot_update", 28 "name": "bot_update",
29 "~followup_annotations": [ 29 "~followup_annotations": [
30 "@@@STEP_TEXT@Some step text@@@",
30 "@@@STEP_LOG_LINE@json.output@{@@@", 31 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 32 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 33 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
34 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": 170242, @@@",
37 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
38 "@@@STEP_LOG_LINE@json.output@ \"got_revision_git\": \"f27fede2220bcd32 6aee3e86ddfd4ebd0fe58cb9\"@@@",
39 "@@@STEP_LOG_LINE@json.output@ }, @@@",
40 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
33 "@@@STEP_LOG_LINE@json.output@}@@@", 42 "@@@STEP_LOG_LINE@json.output@}@@@",
34 "@@@STEP_LOG_END@json.output@@@" 43 "@@@STEP_LOG_END@json.output@@@",
44 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@",
45 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
46 "@@@SET_BUILD_PROPERTY@got_revision_git@\"f27fede2220bcd326aee3e86ddfd4ebd 0fe58cb9\"@@@"
35 ] 47 ]
36 }, 48 },
37 { 49 {
38 "cmd": [
39 "python",
40 "-u",
41 "[DEPOT_TOOLS]/gclient.py",
42 "config",
43 "--spec",
44 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/webrtc/trunk'}, {'deps_fi le': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror .golo.chromium.org/chrome-internal/trunk/webrtc-limited'}]"
45 ],
46 "name": "gclient setup"
47 },
48 {
49 "cmd": [
50 "python",
51 "-u",
52 "[BUILD]/scripts/slave/gclient_safe_revert.py",
53 ".",
54 "[DEPOT_TOOLS]/gclient"
55 ],
56 "name": "gclient revert"
57 },
58 {
59 "cmd": [
60 "python",
61 "-u",
62 "[DEPOT_TOOLS]/gclient.py",
63 "sync",
64 "--nohooks",
65 "--force",
66 "--verbose",
67 "--delete_unversioned_trees",
68 "--revision",
69 "src@12345",
70 "--output-json",
71 "/path/to/tmp/json"
72 ],
73 "name": "gclient sync",
74 "~followup_annotations": [
75 "@@@STEP_LOG_LINE@json.output@{@@@",
76 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
77 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
78 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
79 "@@@STEP_LOG_LINE@json.output@ }, @@@",
80 "@@@STEP_LOG_LINE@json.output@ \"webrtc-limited/\": {@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"revision\": 24644@@@",
82 "@@@STEP_LOG_LINE@json.output@ }@@@",
83 "@@@STEP_LOG_LINE@json.output@ }@@@",
84 "@@@STEP_LOG_LINE@json.output@}@@@",
85 "@@@STEP_LOG_END@json.output@@@",
86 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@"
87 ]
88 },
89 {
90 "cmd": [ 50 "cmd": [
91 "python", 51 "python",
92 "-u", 52 "-u",
93 "[DEPOT_TOOLS]/apply_issue.py", 53 "[DEPOT_TOOLS]/apply_issue.py",
94 "-r", 54 "-r",
95 "[SLAVE_BUILD]/src", 55 "[SLAVE_BUILD]/src",
96 "-i", 56 "-i",
97 "666666", 57 "666666",
98 "-p", 58 "-p",
99 "1", 59 "1",
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"issue\": 6666 66, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/ standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url \", \"slavename\": \"slavename\"}", 436 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"issue\": 6666 66, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/ standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url \", \"slavename\": \"slavename\"}",
477 "--annotate=gtest", 437 "--annotate=gtest",
478 "--test-type=voice_engine_unittests", 438 "--test-type=voice_engine_unittests",
479 "--builder-name=linux", 439 "--builder-name=linux",
480 "--slave-name=slavename", 440 "--slave-name=slavename",
481 "voice_engine_unittests" 441 "voice_engine_unittests"
482 ], 442 ],
483 "name": "voice_engine_unittests" 443 "name": "voice_engine_unittests"
484 } 444 }
485 ] 445 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698