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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Site_Isolation_Linux.json

Issue 541233003: Add Linux and Win site isolation builder_testers to chromium.fyi waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@propagate_args
Patch Set: Fixed unittests. Created 6 years, 3 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
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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Mac OpenSSL", 10 "Site Isolation Linux",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn:// svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium. org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org /%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, ' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol o.chromium.org/chrome/trunk/src'}]",
15 "--revision_mapping_file", 15 "--revision_mapping_file",
16 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}", 16 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/WebKit\": \"got_webkit_revision\", \"src/third_party/webrtc\" : \"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_ revision\", \"src/v8\": \"got_v8_revision\"}",
17 "--output_json", 17 "--output_json",
18 "/path/to/tmp/json", 18 "/path/to/tmp/json",
19 "--revision", 19 "--revision",
20 "src@HEAD" 20 "src@HEAD"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 ] 59 ]
60 }, 60 },
61 { 61 {
62 "cmd": [ 62 "cmd": [
63 "python", 63 "python",
64 "-u", 64 "-u",
65 "[DEPOT_TOOLS]/gclient.py", 65 "[DEPOT_TOOLS]/gclient.py",
66 "runhooks" 66 "runhooks"
67 ], 67 ],
68 "env": { 68 "env": {
69 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta rget_arch=ia32 use_goma=1 use_openssl=1" 69 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc h=x64 use_goma=1"
70 }, 70 },
71 "name": "gclient runhooks" 71 "name": "gclient runhooks"
72 }, 72 },
73 { 73 {
74 "cmd": [ 74 "cmd": [
75 "python", 75 "python",
76 "-u", 76 "-u",
77 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 77 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
78 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", 78 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json",
79 "/path/to/tmp/json" 79 "/path/to/tmp/json"
(...skipping 18 matching lines...) Expand all
98 "python", 98 "python",
99 "-u", 99 "-u",
100 "[BUILD]/scripts/slave/compile.py", 100 "[BUILD]/scripts/slave/compile.py",
101 "--target", 101 "--target",
102 "Release", 102 "Release",
103 "--src-dir", 103 "--src-dir",
104 "[SLAVE_BUILD]/src", 104 "[SLAVE_BUILD]/src",
105 "--build-tool", 105 "--build-tool",
106 "ninja", 106 "ninja",
107 "--compiler", 107 "--compiler",
108 "goma-clang", 108 "goma",
109 "--goma-dir", 109 "--goma-dir",
110 "[BUILD]/goma", 110 "[BUILD]/goma",
111 "--", 111 "--",
112 "All", 112 "content_browsertests",
113 "chromium_builder_tests" 113 "content_unittests"
114 ], 114 ],
115 "name": "compile" 115 "name": "compile"
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 121 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
122 "--json", 122 "--json",
123 "/path/to/tmp/json" 123 "/path/to/tmp/json"
124 ], 124 ],
125 "name": "checkdeps", 125 "name": "checkdeps",
126 "~followup_annotations": [ 126 "~followup_annotations": [
127 "@@@STEP_LOG_LINE@json.output@[]@@@", 127 "@@@STEP_LOG_LINE@json.output@[]@@@",
128 "@@@STEP_LOG_END@json.output@@@" 128 "@@@STEP_LOG_END@json.output@@@"
129 ] 129 ]
130 } 130 }
131 ] 131 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698