libv8 5.3.332.38.5 → 5.6.326.50.0beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (352) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +0 -1
  3. data/CHANGELOG.md +2 -0
  4. data/ext/libv8/builder.rb +2 -2
  5. data/lib/libv8/version.rb +1 -1
  6. data/patches/0001-Build-a-standalone-static-library.patch +4 -4
  7. data/patches/0002-Don-t-compile-unnecessary-stuff.patch +16 -11
  8. data/patches/0003-Use-the-fPIC-flag-for-the-static-library.patch +4 -4
  9. data/patches/{0005-Do-not-embed-debug-symbols-in-macOS-libraries.patch → 0004-Do-not-embed-debug-symbols-in-macOS-libraries.patch} +4 -4
  10. data/vendor/depot_tools/.gitignore +4 -0
  11. data/vendor/depot_tools/OWNERS +0 -2
  12. data/vendor/depot_tools/PRESUBMIT.py +20 -23
  13. data/vendor/depot_tools/README.gclient.md +3 -3
  14. data/vendor/depot_tools/README.git-cl.md +13 -12
  15. data/vendor/depot_tools/README.md +2 -3
  16. data/vendor/depot_tools/WATCHLISTS +0 -1
  17. data/vendor/depot_tools/appengine_mapper.py +23 -0
  18. data/vendor/depot_tools/apply_issue.py +2 -8
  19. data/vendor/depot_tools/bootstrap/win/README.md +1 -8
  20. data/vendor/depot_tools/bootstrap/win/git_bootstrap.py +6 -16
  21. data/vendor/depot_tools/bootstrap/win/git_version.txt +1 -1
  22. data/vendor/depot_tools/bootstrap/win/git_version_bleeding_edge.txt +1 -1
  23. data/vendor/depot_tools/checkout.py +20 -433
  24. data/vendor/depot_tools/cipd +73 -0
  25. data/vendor/depot_tools/cipd.bat +12 -0
  26. data/vendor/depot_tools/cipd.ps1 +57 -0
  27. data/vendor/depot_tools/cipd_client_version +1 -0
  28. data/vendor/depot_tools/clang_format.py +9 -6
  29. data/vendor/depot_tools/clang_format_merge_driver +8 -0
  30. data/vendor/depot_tools/clang_format_merge_driver.bat +11 -0
  31. data/vendor/depot_tools/clang_format_merge_driver.py +67 -0
  32. data/vendor/depot_tools/codereview.settings +3 -2
  33. data/vendor/depot_tools/commit_queue.py +1 -1
  34. data/vendor/depot_tools/cpplint.py +2 -0
  35. data/vendor/depot_tools/fetch.py +1 -54
  36. data/vendor/depot_tools/fetch_configs/android.py +2 -2
  37. data/vendor/depot_tools/fetch_configs/breakpad.py +2 -3
  38. data/vendor/depot_tools/fetch_configs/chromium.py +2 -3
  39. data/vendor/depot_tools/fetch_configs/crashpad.py +2 -2
  40. data/vendor/depot_tools/fetch_configs/dart.py +2 -3
  41. data/vendor/depot_tools/fetch_configs/dartino.py +2 -3
  42. data/vendor/depot_tools/fetch_configs/dartium.py +2 -3
  43. data/vendor/depot_tools/fetch_configs/depot_tools.py +3 -6
  44. data/vendor/depot_tools/fetch_configs/gyp.py +2 -3
  45. data/vendor/depot_tools/fetch_configs/infra.py +2 -2
  46. data/vendor/depot_tools/fetch_configs/infra_internal.py +2 -2
  47. data/vendor/depot_tools/fetch_configs/ios.py +2 -2
  48. data/vendor/depot_tools/fetch_configs/ios_internal.py +2 -3
  49. data/vendor/depot_tools/fetch_configs/mojo.py +2 -3
  50. data/vendor/depot_tools/fetch_configs/nacl.py +2 -3
  51. data/vendor/depot_tools/fetch_configs/naclports.py +2 -3
  52. data/vendor/depot_tools/fetch_configs/pdfium.py +2 -2
  53. data/vendor/depot_tools/fetch_configs/skia.py +2 -2
  54. data/vendor/depot_tools/fetch_configs/skia_buildbot.py +2 -2
  55. data/vendor/depot_tools/fetch_configs/syzygy.py +2 -2
  56. data/vendor/depot_tools/fetch_configs/v8.py +2 -3
  57. data/vendor/depot_tools/fetch_configs/webrtc.py +5 -3
  58. data/vendor/depot_tools/fetch_configs/webrtc_android.py +2 -2
  59. data/vendor/depot_tools/fetch_configs/webrtc_ios.py +2 -2
  60. data/vendor/depot_tools/fix_encoding.py +6 -6
  61. data/vendor/depot_tools/gclient.py +136 -368
  62. data/vendor/depot_tools/gclient_scm.py +108 -647
  63. data/vendor/depot_tools/gclient_utils.py +22 -86
  64. data/vendor/depot_tools/gerrit_client.py +105 -0
  65. data/vendor/depot_tools/gerrit_util.py +174 -67
  66. data/vendor/depot_tools/git-crrev-parse +6 -7
  67. data/vendor/depot_tools/git-gs +1 -1
  68. data/vendor/depot_tools/git_cache.py +68 -18
  69. data/vendor/depot_tools/git_cherry_pick_upload.py +4 -4
  70. data/vendor/depot_tools/git_cl.py +1028 -961
  71. data/vendor/depot_tools/git_common.py +2 -3
  72. data/vendor/depot_tools/git_drover.py +0 -1
  73. data/vendor/depot_tools/git_footers.py +3 -43
  74. data/vendor/depot_tools/git_rebase_update.py +9 -1
  75. data/vendor/depot_tools/git_squash_branch.py +1 -1
  76. data/vendor/depot_tools/infra/config/cq.cfg +8 -1
  77. data/vendor/depot_tools/infra/config/recipes.cfg +1 -1
  78. data/vendor/depot_tools/man/html/depot_tools.html +3 -11
  79. data/vendor/depot_tools/man/html/depot_tools_tutorial.html +9 -9
  80. data/vendor/depot_tools/man/html/git-cherry-pick-upload.html +2 -2
  81. data/vendor/depot_tools/man/html/git-drover.html +17 -17
  82. data/vendor/depot_tools/man/html/git-footers.html +2 -2
  83. data/vendor/depot_tools/man/html/git-freeze.html +4 -4
  84. data/vendor/depot_tools/man/html/git-hyper-blame.html +2 -2
  85. data/vendor/depot_tools/man/html/git-map-branches.html +2 -2
  86. data/vendor/depot_tools/man/html/git-map.html +2 -2
  87. data/vendor/depot_tools/man/html/git-mark-merge-base.html +2 -2
  88. data/vendor/depot_tools/man/html/git-nav-downstream.html +2 -2
  89. data/vendor/depot_tools/man/html/git-nav-upstream.html +2 -2
  90. data/vendor/depot_tools/man/html/git-new-branch.html +2 -2
  91. data/vendor/depot_tools/man/html/git-rebase-update.html +2 -2
  92. data/vendor/depot_tools/man/html/git-rename-branch.html +2 -2
  93. data/vendor/depot_tools/man/html/git-reparent-branch.html +2 -2
  94. data/vendor/depot_tools/man/html/git-retry.html +3 -3
  95. data/vendor/depot_tools/man/html/git-squash-branch.html +3 -3
  96. data/vendor/depot_tools/man/html/git-thaw.html +2 -2
  97. data/vendor/depot_tools/man/html/git-upstream-diff.html +3 -3
  98. data/vendor/depot_tools/man/man1/git-cherry-pick-upload.1 +4 -4
  99. data/vendor/depot_tools/man/man1/git-drover.1 +19 -19
  100. data/vendor/depot_tools/man/man1/git-footers.1 +4 -4
  101. data/vendor/depot_tools/man/man1/git-freeze.1 +6 -6
  102. data/vendor/depot_tools/man/man1/git-hyper-blame.1 +4 -4
  103. data/vendor/depot_tools/man/man1/git-map-branches.1 +4 -4
  104. data/vendor/depot_tools/man/man1/git-map.1 +4 -4
  105. data/vendor/depot_tools/man/man1/git-mark-merge-base.1 +4 -4
  106. data/vendor/depot_tools/man/man1/git-nav-downstream.1 +4 -4
  107. data/vendor/depot_tools/man/man1/git-nav-upstream.1 +4 -4
  108. data/vendor/depot_tools/man/man1/git-new-branch.1 +4 -4
  109. data/vendor/depot_tools/man/man1/git-rebase-update.1 +4 -4
  110. data/vendor/depot_tools/man/man1/git-rename-branch.1 +4 -4
  111. data/vendor/depot_tools/man/man1/git-reparent-branch.1 +4 -4
  112. data/vendor/depot_tools/man/man1/git-retry.1 +5 -5
  113. data/vendor/depot_tools/man/man1/git-squash-branch.1 +5 -5
  114. data/vendor/depot_tools/man/man1/git-thaw.1 +4 -4
  115. data/vendor/depot_tools/man/man1/git-upstream-diff.1 +5 -5
  116. data/vendor/depot_tools/man/man7/depot_tools.7 +5 -10
  117. data/vendor/depot_tools/man/man7/depot_tools_tutorial.7 +4 -4
  118. data/vendor/depot_tools/man/src/depot_tools.txt +1 -1
  119. data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +7 -7
  120. data/vendor/depot_tools/man/src/filter_demo_output.py +2 -2
  121. data/vendor/depot_tools/man/src/git-footers.demo.1.sh +1 -1
  122. data/vendor/depot_tools/man/src/git-retry.txt +1 -1
  123. data/vendor/depot_tools/man/src/git-squash-branch.txt +2 -2
  124. data/vendor/depot_tools/man/src/git-upstream-diff.txt +1 -1
  125. data/vendor/depot_tools/my_activity.py +6 -3
  126. data/vendor/depot_tools/my_reviews.py +1 -1
  127. data/vendor/depot_tools/ninja +2 -2
  128. data/vendor/depot_tools/ninja-linux32 +0 -0
  129. data/vendor/depot_tools/ninja-linux64 +0 -0
  130. data/vendor/depot_tools/ninja-mac +0 -0
  131. data/vendor/depot_tools/ninja.exe +0 -0
  132. data/vendor/depot_tools/owners.py +14 -3
  133. data/vendor/depot_tools/presubmit_canned_checks.py +46 -67
  134. data/vendor/depot_tools/presubmit_support.py +109 -371
  135. data/vendor/depot_tools/pylintrc +83 -56
  136. data/vendor/depot_tools/recipe_modules/OWNERS +1 -0
  137. data/vendor/depot_tools/recipe_modules/bot_update/__init__.py +18 -9
  138. data/vendor/depot_tools/recipe_modules/bot_update/api.py +56 -55
  139. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json +3 -7
  140. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json +3 -7
  141. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json +3 -7
  142. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/buildbot.json +52 -0
  143. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json +19 -10
  144. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_rebase_patch_ref.json +19 -10
  145. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json +19 -10
  146. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json +19 -10
  147. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json +19 -10
  148. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json +3 -7
  149. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json +2 -54
  150. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2_buildbot.json +56 -0
  151. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/{forced.json → trychange_oauth2_json.json} +6 -9
  152. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2_json_win.json +54 -0
  153. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json +9 -9
  154. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json +9 -9
  155. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +9 -9
  156. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +9 -9
  157. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json +20 -10
  158. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle_deprecated.json +59 -0
  159. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8.json +9 -9
  160. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json +20 -10
  161. data/vendor/depot_tools/recipe_modules/bot_update/example.py +45 -63
  162. data/vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py +210 -807
  163. data/vendor/depot_tools/recipe_modules/bot_update/test_api.py +34 -45
  164. data/vendor/depot_tools/recipe_modules/cipd/api.py +59 -84
  165. data/vendor/depot_tools/recipe_modules/cipd/example.expected/basic.json +71 -117
  166. data/vendor/depot_tools/recipe_modules/cipd/example.expected/describe-failed.json +14 -60
  167. data/vendor/depot_tools/recipe_modules/cipd/example.expected/describe-many-instances.json +71 -117
  168. data/vendor/depot_tools/recipe_modules/cipd/example.expected/mac64.json +71 -117
  169. data/vendor/depot_tools/recipe_modules/cipd/example.expected/win64.json +71 -117
  170. data/vendor/depot_tools/recipe_modules/cipd/example.py +2 -12
  171. data/vendor/depot_tools/recipe_modules/cipd/test_api.py +0 -9
  172. data/vendor/depot_tools/recipe_modules/depot_tools/api.py +6 -0
  173. data/vendor/depot_tools/recipe_modules/depot_tools/example.expected/basic.json +7 -0
  174. data/vendor/depot_tools/recipe_modules/depot_tools/example.expected/win.json +7 -0
  175. data/vendor/depot_tools/recipe_modules/depot_tools/example.py +3 -0
  176. data/vendor/depot_tools/recipe_modules/gclient/__init__.py +4 -0
  177. data/vendor/depot_tools/recipe_modules/gclient/api.py +9 -22
  178. data/vendor/depot_tools/recipe_modules/gclient/config.py +18 -5
  179. data/vendor/depot_tools/recipe_modules/gclient/example.expected/basic.json +14 -14
  180. data/vendor/depot_tools/recipe_modules/gclient/example.expected/buildbot.json +211 -0
  181. data/vendor/depot_tools/recipe_modules/gclient/example.expected/revision.json +16 -14
  182. data/vendor/depot_tools/recipe_modules/gclient/example.expected/tryserver.json +16 -14
  183. data/vendor/depot_tools/recipe_modules/gclient/example.py +13 -11
  184. data/vendor/depot_tools/recipe_modules/gerrit/__init__.py +6 -0
  185. data/vendor/depot_tools/recipe_modules/gerrit/api.py +63 -0
  186. data/vendor/depot_tools/recipe_modules/gerrit/example.expected/basic.json +64 -0
  187. data/vendor/depot_tools/recipe_modules/gerrit/example.py +35 -0
  188. data/vendor/depot_tools/recipe_modules/gerrit/test_api.py +24 -0
  189. data/vendor/depot_tools/recipe_modules/git/__init__.py +4 -0
  190. data/vendor/depot_tools/recipe_modules/git/api.py +155 -142
  191. data/vendor/depot_tools/recipe_modules/git/example.expected/basic.json +43 -17
  192. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_branch.json +43 -17
  193. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_file_name.json +43 -17
  194. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_hash.json +43 -17
  195. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_ref.json +43 -17
  196. data/vendor/depot_tools/recipe_modules/git/example.expected/basic_submodule_update_force.json +43 -17
  197. data/vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json +13 -13
  198. data/vendor/depot_tools/recipe_modules/git/example.expected/cannot_fail_build.json +43 -17
  199. data/vendor/depot_tools/recipe_modules/git/example.expected/cat-file_test.json +45 -19
  200. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_delta.json +45 -19
  201. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_failed.json +43 -17
  202. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output.json +43 -17
  203. data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +8 -8
  204. data/vendor/depot_tools/recipe_modules/git/example.expected/curl_trace_file.json +44 -18
  205. data/vendor/depot_tools/recipe_modules/git/example.expected/git-cache-checkout.json +48 -22
  206. data/vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json +43 -17
  207. data/vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json +42 -16
  208. data/vendor/depot_tools/recipe_modules/git/example.expected/remote_not_origin.json +43 -17
  209. data/vendor/depot_tools/recipe_modules/git/example.expected/set_got_revision.json +43 -17
  210. data/vendor/depot_tools/recipe_modules/git/example.py +9 -3
  211. data/vendor/depot_tools/recipe_modules/git_cl/__init__.py +4 -0
  212. data/vendor/depot_tools/recipe_modules/git_cl/api.py +8 -8
  213. data/vendor/depot_tools/recipe_modules/git_cl/example.py +1 -1
  214. data/vendor/depot_tools/recipe_modules/gsutil/__init__.py +4 -0
  215. data/vendor/depot_tools/recipe_modules/gsutil/api.py +196 -0
  216. data/vendor/depot_tools/recipe_modules/gsutil/example.expected/basic.json +186 -0
  217. data/vendor/depot_tools/recipe_modules/gsutil/example.py +77 -0
  218. data/vendor/depot_tools/recipe_modules/gsutil/resources/gsutil_smart_retry.py +69 -0
  219. data/vendor/depot_tools/recipe_modules/infra_paths/__init__.py +3 -0
  220. data/vendor/depot_tools/recipe_modules/infra_paths/api.py +20 -3
  221. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/basic.json +3 -1
  222. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_linux.json +3 -1
  223. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_mac.json +3 -1
  224. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_win.json +3 -1
  225. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_linux.json +3 -1
  226. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_mac.json +3 -1
  227. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_win.json +3 -1
  228. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_linux.json +3 -1
  229. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_mac.json +3 -1
  230. data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_swarmbucket_win.json +3 -1
  231. data/vendor/depot_tools/recipe_modules/infra_paths/example.py +6 -1
  232. data/vendor/depot_tools/recipe_modules/infra_paths/path_config.py +4 -6
  233. data/vendor/depot_tools/recipe_modules/rietveld/__init__.py +5 -0
  234. data/vendor/depot_tools/recipe_modules/rietveld/api.py +12 -9
  235. data/vendor/depot_tools/recipe_modules/rietveld/example.expected/basic.json +2 -24
  236. data/vendor/depot_tools/recipe_modules/rietveld/example.expected/buildbot.json +30 -0
  237. data/vendor/depot_tools/recipe_modules/rietveld/example.py +12 -6
  238. data/vendor/depot_tools/recipe_modules/tryserver/__init__.py +4 -0
  239. data/vendor/depot_tools/recipe_modules/tryserver/api.py +46 -70
  240. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/set_failure_hash_with_no_steps.json +8 -0
  241. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/{with_svn_patch.json → with_gerrit_patch.json} +1 -31
  242. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_gerrit_patch_deprecated.json +39 -0
  243. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch.json +2 -2
  244. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch_luci.json +8 -0
  245. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +3 -3
  246. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +3 -3
  247. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json +1 -1
  248. data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +1 -1
  249. data/vendor/depot_tools/recipe_modules/tryserver/example.py +35 -5
  250. data/vendor/depot_tools/recipes.py +52 -28
  251. data/vendor/depot_tools/repo +216 -69
  252. data/vendor/depot_tools/rietveld.py +20 -15
  253. data/vendor/depot_tools/roll_dep.py +1 -1
  254. data/vendor/depot_tools/scm.py +11 -826
  255. data/vendor/depot_tools/subprocess2.py +5 -5
  256. data/vendor/depot_tools/third_party/cq_client/README.depot_tools.md +2 -0
  257. data/vendor/depot_tools/third_party/cq_client/README.md +5 -1
  258. data/vendor/depot_tools/third_party/cq_client/cq.pb.go +183 -104
  259. data/vendor/depot_tools/third_party/cq_client/cq.proto +43 -27
  260. data/vendor/depot_tools/third_party/cq_client/cq_pb2.py +95 -29
  261. data/vendor/depot_tools/third_party/cq_client/testdata/cq_both.cfg +67 -0
  262. data/vendor/depot_tools/third_party/cq_client/testdata/cq_gerrit.cfg +1 -2
  263. data/vendor/depot_tools/third_party/cq_client/testdata/cq_rietveld.cfg +0 -3
  264. data/vendor/depot_tools/third_party/upload.py +44 -24
  265. data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +0 -5
  266. metadata +38 -93
  267. data/patches/0004-Reinterpret-thread-hash-for-FreeBSD-too.patch +0 -25
  268. data/vendor/depot_tools/git-auto-svn +0 -6
  269. data/vendor/depot_tools/git_auto_svn.py +0 -122
  270. data/vendor/depot_tools/man/html/git-auto-svn.html +0 -837
  271. data/vendor/depot_tools/man/man1/git-auto-svn.1 +0 -113
  272. data/vendor/depot_tools/man/src/_git-auto-svn_desc.helper.txt +0 -1
  273. data/vendor/depot_tools/man/src/git-auto-svn.txt +0 -69
  274. data/vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json +0 -43
  275. data/vendor/depot_tools/recipe_modules/cipd/example.expected/install-failed.json +0 -31
  276. data/vendor/depot_tools/recipe_modules/cipd/resources/bootstrap.py +0 -218
  277. data/vendor/depot_tools/recipe_modules/tryserver/test_api.py +0 -7
  278. data/vendor/depot_tools/third_party/gsutil/CHECKSUM +0 -1
  279. data/vendor/depot_tools/third_party/gsutil/COPYING +0 -202
  280. data/vendor/depot_tools/third_party/gsutil/LICENSE.third_party +0 -295
  281. data/vendor/depot_tools/third_party/gsutil/MANIFEST.in +0 -5
  282. data/vendor/depot_tools/third_party/gsutil/README +0 -38
  283. data/vendor/depot_tools/third_party/gsutil/README.chromium +0 -25
  284. data/vendor/depot_tools/third_party/gsutil/README.pkg +0 -49
  285. data/vendor/depot_tools/third_party/gsutil/ReleaseNotes.txt +0 -825
  286. data/vendor/depot_tools/third_party/gsutil/VERSION +0 -1
  287. data/vendor/depot_tools/third_party/gsutil/gslib/README +0 -5
  288. data/vendor/depot_tools/third_party/gsutil/gslib/__init__.py +0 -22
  289. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/__init__.py +0 -15
  290. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/acls.py +0 -234
  291. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/anon.py +0 -57
  292. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/command_opts.py +0 -116
  293. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/dev.py +0 -139
  294. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/metadata.py +0 -186
  295. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/naming.py +0 -173
  296. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/prod.py +0 -160
  297. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/projects.py +0 -130
  298. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/subdirs.py +0 -110
  299. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/support.py +0 -86
  300. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/versioning.py +0 -242
  301. data/vendor/depot_tools/third_party/gsutil/gslib/addlhelp/wildcards.py +0 -170
  302. data/vendor/depot_tools/third_party/gsutil/gslib/bucket_listing_ref.py +0 -175
  303. data/vendor/depot_tools/third_party/gsutil/gslib/command.py +0 -725
  304. data/vendor/depot_tools/third_party/gsutil/gslib/command_runner.py +0 -102
  305. data/vendor/depot_tools/third_party/gsutil/gslib/commands/__init__.py +0 -15
  306. data/vendor/depot_tools/third_party/gsutil/gslib/commands/cat.py +0 -131
  307. data/vendor/depot_tools/third_party/gsutil/gslib/commands/chacl.py +0 -523
  308. data/vendor/depot_tools/third_party/gsutil/gslib/commands/config.py +0 -662
  309. data/vendor/depot_tools/third_party/gsutil/gslib/commands/cp.py +0 -1819
  310. data/vendor/depot_tools/third_party/gsutil/gslib/commands/disablelogging.py +0 -101
  311. data/vendor/depot_tools/third_party/gsutil/gslib/commands/enablelogging.py +0 -149
  312. data/vendor/depot_tools/third_party/gsutil/gslib/commands/getacl.py +0 -82
  313. data/vendor/depot_tools/third_party/gsutil/gslib/commands/getcors.py +0 -121
  314. data/vendor/depot_tools/third_party/gsutil/gslib/commands/getdefacl.py +0 -86
  315. data/vendor/depot_tools/third_party/gsutil/gslib/commands/getlogging.py +0 -137
  316. data/vendor/depot_tools/third_party/gsutil/gslib/commands/getversioning.py +0 -116
  317. data/vendor/depot_tools/third_party/gsutil/gslib/commands/getwebcfg.py +0 -122
  318. data/vendor/depot_tools/third_party/gsutil/gslib/commands/help.py +0 -218
  319. data/vendor/depot_tools/third_party/gsutil/gslib/commands/ls.py +0 -578
  320. data/vendor/depot_tools/third_party/gsutil/gslib/commands/mb.py +0 -172
  321. data/vendor/depot_tools/third_party/gsutil/gslib/commands/mv.py +0 -159
  322. data/vendor/depot_tools/third_party/gsutil/gslib/commands/perfdiag.py +0 -903
  323. data/vendor/depot_tools/third_party/gsutil/gslib/commands/rb.py +0 -113
  324. data/vendor/depot_tools/third_party/gsutil/gslib/commands/rm.py +0 -237
  325. data/vendor/depot_tools/third_party/gsutil/gslib/commands/setacl.py +0 -138
  326. data/vendor/depot_tools/third_party/gsutil/gslib/commands/setcors.py +0 -145
  327. data/vendor/depot_tools/third_party/gsutil/gslib/commands/setdefacl.py +0 -105
  328. data/vendor/depot_tools/third_party/gsutil/gslib/commands/setmeta.py +0 -420
  329. data/vendor/depot_tools/third_party/gsutil/gslib/commands/setversioning.py +0 -114
  330. data/vendor/depot_tools/third_party/gsutil/gslib/commands/setwebcfg.py +0 -190
  331. data/vendor/depot_tools/third_party/gsutil/gslib/commands/update.py +0 -305
  332. data/vendor/depot_tools/third_party/gsutil/gslib/commands/version.py +0 -150
  333. data/vendor/depot_tools/third_party/gsutil/gslib/exception.py +0 -76
  334. data/vendor/depot_tools/third_party/gsutil/gslib/help_provider.py +0 -81
  335. data/vendor/depot_tools/third_party/gsutil/gslib/name_expansion.py +0 -550
  336. data/vendor/depot_tools/third_party/gsutil/gslib/no_op_auth_plugin.py +0 -30
  337. data/vendor/depot_tools/third_party/gsutil/gslib/plurality_checkable_iterator.py +0 -56
  338. data/vendor/depot_tools/third_party/gsutil/gslib/project_id.py +0 -67
  339. data/vendor/depot_tools/third_party/gsutil/gslib/storage_uri_builder.py +0 -56
  340. data/vendor/depot_tools/third_party/gsutil/gslib/thread_pool.py +0 -79
  341. data/vendor/depot_tools/third_party/gsutil/gslib/util.py +0 -167
  342. data/vendor/depot_tools/third_party/gsutil/gslib/wildcard_iterator.py +0 -498
  343. data/vendor/depot_tools/third_party/gsutil/gsutil +0 -384
  344. data/vendor/depot_tools/third_party/gsutil/gsutil.spec.in +0 -75
  345. data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/__init__.py +0 -22
  346. data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_client.py +0 -630
  347. data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_client_test.py +0 -374
  348. data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_helper.py +0 -103
  349. data/vendor/depot_tools/third_party/gsutil/oauth2_plugin/oauth2_plugin.py +0 -24
  350. data/vendor/depot_tools/third_party/gsutil/pkg_util.py +0 -60
  351. data/vendor/depot_tools/third_party/gsutil/plugins/__init__.py +0 -0
  352. data/vendor/depot_tools/third_party/gsutil/plugins/sso_auth.py +0 -105
@@ -58,7 +58,7 @@ def kill_pid(pid):
58
58
  """Kills a process by its process id."""
59
59
  try:
60
60
  # Unable to import 'module'
61
- # pylint: disable=E1101,F0401
61
+ # pylint: disable=no-member,F0401
62
62
  import signal
63
63
  return os.kill(pid, signal.SIGKILL)
64
64
  except ImportError:
@@ -72,10 +72,10 @@ def kill_win(process):
72
72
  """
73
73
  try:
74
74
  # Unable to import 'module'
75
- # pylint: disable=F0401
75
+ # pylint: disable=import-error
76
76
  import win32process
77
77
  # Access to a protected member _handle of a client class
78
- # pylint: disable=W0212
78
+ # pylint: disable=protected-access
79
79
  return win32process.TerminateProcess(process._handle, -1)
80
80
  except ImportError:
81
81
  pass
@@ -261,7 +261,7 @@ class Popen(subprocess.Popen):
261
261
  'Check that %s or %s exist and have execution permission.'
262
262
  % (str(e), kwargs.get('cwd'), args[0]))
263
263
 
264
- def _tee_threads(self, input): # pylint: disable=W0622
264
+ def _tee_threads(self, input): # pylint: disable=redefined-builtin
265
265
  """Does I/O for a process's pipes using threads.
266
266
 
267
267
  It's the simplest and slowest implementation. Expect very slow behavior.
@@ -391,7 +391,7 @@ class Popen(subprocess.Popen):
391
391
  if timed_out:
392
392
  self.returncode = TIMED_OUT
393
393
 
394
- # pylint: disable=W0221,W0622
394
+ # pylint: disable=arguments-differ,W0622
395
395
  def communicate(self, input=None, timeout=None, nag_timer=None,
396
396
  nag_max=None):
397
397
  """Adds timeout and callbacks support.
@@ -0,0 +1,2 @@
1
+ Import of CQ protobuf config from infra_internal repo.
2
+ Version: fde09c7a7b5e47b94a6aeffa24c8f339df0517a8 from Dec 19, 2016.
@@ -13,6 +13,10 @@ When modifying cq.proto, consider adding checks to validator in
13
13
  [https://chrome-internal.googlesource.com/infra/infra_internal/+/master/appengine/commit_queue/src/commitqueue/validate.go]().
14
14
 
15
15
 
16
+ ## Updating depot_tools with the copy of this.
17
+
18
+ make update-depot-tools
19
+
16
20
  ## Generation of Python and Go bindings
17
21
 
18
22
  ### tl;dr
@@ -39,7 +43,7 @@ infra/infra repository and go utilities `make go-prepare`.
39
43
 
40
44
  ## Notes
41
45
 
42
- 1. Please make sure to use proto3-compatible yntax, e.g. no default
46
+ 1. Please make sure to use proto3-compatible syntax, e.g. no default
43
47
  values, no required fields. As of this writing (Jan 2016),
44
48
  the Go protobuf compiler has been upgraded to 3.0.0. So, if you can generate go
45
49
  bindings, all is good.
@@ -25,6 +25,12 @@ var _ = proto.Marshal
25
25
  var _ = fmt.Errorf
26
26
  var _ = math.Inf
27
27
 
28
+ // This is a compile-time assertion to ensure that this generated file
29
+ // is compatible with the proto package it is being compiled against.
30
+ // A compilation error at this line likely means your copy of the
31
+ // proto package needs to be updated.
32
+ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
33
+
28
34
  // This message describes a Commit Queue configuration. The config file cq.cfg
29
35
  // should be stored in the config directory located on the branch that this CQ
30
36
  // should commit to.
@@ -36,43 +42,40 @@ type Config struct {
36
42
  // name for CLs on Rietveld, name of the project in the status app, internal
37
43
  // name for logging etc. CQ name should not be confused with the project name
38
44
  // in LUCI as there may be multiple CQs per project.
39
- CqName *string `protobuf:"bytes,2,opt,name=cq_name" json:"cq_name,omitempty"`
45
+ CqName *string `protobuf:"bytes,2,opt,name=cq_name,json=cqName" json:"cq_name,omitempty"`
40
46
  // List of verifiers that verify if the CL is ready to be committed.
41
47
  Verifiers *Verifiers `protobuf:"bytes,3,opt,name=verifiers" json:"verifiers,omitempty"`
42
48
  // URL of the CQ status app to push updates to.
43
- CqStatusUrl *string `protobuf:"bytes,4,opt,name=cq_status_url" json:"cq_status_url,omitempty"`
44
- // When true, hash of the commit is not posted by CQ. This is used for
45
- // projects using gnumbd as latter publishes actual hash later. Default value
46
- // is false.
47
- HideRefInCommittedMsg *bool `protobuf:"varint,5,opt,name=hide_ref_in_committed_msg" json:"hide_ref_in_committed_msg,omitempty"`
49
+ CqStatusUrl *string `protobuf:"bytes,4,opt,name=cq_status_url,json=cqStatusUrl" json:"cq_status_url,omitempty"`
50
+ // DO NOT USE. Kept here for validator error messages.
51
+ HideRefInCommittedMsg *bool `protobuf:"varint,5,opt,name=hide_ref_in_committed_msg,json=hideRefInCommittedMsg" json:"hide_ref_in_committed_msg,omitempty"`
48
52
  // Delay between commit bursts in seconds. Default value is 480.
49
- CommitBurstDelay *int32 `protobuf:"varint,6,opt,name=commit_burst_delay" json:"commit_burst_delay,omitempty"`
53
+ CommitBurstDelay *int32 `protobuf:"varint,6,opt,name=commit_burst_delay,json=commitBurstDelay" json:"commit_burst_delay,omitempty"`
50
54
  // Maximum number of commits done sequentially, before waiting for
51
55
  // commit_burst_delay. Default value is 4.
52
- MaxCommitBurst *int32 `protobuf:"varint,7,opt,name=max_commit_burst" json:"max_commit_burst,omitempty"`
56
+ MaxCommitBurst *int32 `protobuf:"varint,7,opt,name=max_commit_burst,json=maxCommitBurst" json:"max_commit_burst,omitempty"`
53
57
  // Defines whether a CQ is used in production. Allows to disable CQ for a
54
58
  // given branch. Default is true.
55
- InProduction *bool `protobuf:"varint,8,opt,name=in_production" json:"in_production,omitempty"`
59
+ InProduction *bool `protobuf:"varint,8,opt,name=in_production,json=inProduction" json:"in_production,omitempty"`
56
60
  // Configuration options for Rietveld code review.
57
61
  Rietveld *Rietveld `protobuf:"bytes,9,opt,name=rietveld" json:"rietveld,omitempty"`
58
- // EXPERIMENTAL! Configuration options for Gerrit code review.
59
- // TODO(tandrii): update this doc (GERRIT).
62
+ // Configuration options for Gerrit code review.
60
63
  Gerrit *Gerrit `protobuf:"bytes,15,opt,name=gerrit" json:"gerrit,omitempty"`
61
64
  // This can be used to override the Git repository URL used to checkout and
62
65
  // commit changes on CQ host. This should only be used in case, when the
63
66
  // source repository is not supported by luci-config (e.g. GitHub).
64
- GitRepoUrl *string `protobuf:"bytes,10,opt,name=git_repo_url" json:"git_repo_url,omitempty"`
65
- // Target ref to commit to. This can be used to specify a different ref than
66
- // the one where the luci config is located. This is useful, e.g. for projects
67
- // that use gnumbd where CQ should commit into a pending ref.
68
- TargetRef *string `protobuf:"bytes,11,opt,name=target_ref" json:"target_ref,omitempty"`
69
- // Deprecated. URL of the SVN repository. We are deprecating SVN support.
70
- SvnRepoUrl *string `protobuf:"bytes,12,opt,name=svn_repo_url" json:"svn_repo_url,omitempty"`
67
+ GitRepoUrl *string `protobuf:"bytes,10,opt,name=git_repo_url,json=gitRepoUrl" json:"git_repo_url,omitempty"`
68
+ // DO NOT USE. Kept here for validator error messages
69
+ // and internal CQ usage (and insanity).
70
+ // TODO(tandrii): clean insanity internally and update this message.
71
+ TargetRef *string `protobuf:"bytes,11,opt,name=target_ref,json=targetRef" json:"target_ref,omitempty"`
72
+ // DO NOT USE. Kept here for validator error messages.
73
+ SvnRepoUrl *string `protobuf:"bytes,12,opt,name=svn_repo_url,json=svnRepoUrl" json:"svn_repo_url,omitempty"`
71
74
  // If present, the CQ will refrain from processing any commits whose start
72
75
  // time is >= this time.
73
76
  //
74
77
  // This is an UTC RFC3339 (stiptime(tm)) string representing the time.
75
- DrainingStartTime *string `protobuf:"bytes,13,opt,name=draining_start_time" json:"draining_start_time,omitempty"`
78
+ DrainingStartTime *string `protobuf:"bytes,13,opt,name=draining_start_time,json=drainingStartTime" json:"draining_start_time,omitempty"`
76
79
  XXX_unrecognized []byte `json:"-"`
77
80
  }
78
81
 
@@ -182,12 +185,8 @@ func (m *Config) GetDrainingStartTime() string {
182
185
  type Rietveld struct {
183
186
  // Required. URL of the codereview site.
184
187
  Url *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
185
- // List of regular expressions used to check if CL's base URL should be
186
- // processed by this CQ. This may be useful if a single branch has multiple
187
- // sub-directories that are handled by different CQs. When no regular
188
- // expressions are specified, the regular expression '.*', which matches any
189
- // directory, is used.
190
- ProjectBases []string `protobuf:"bytes,2,rep,name=project_bases" json:"project_bases,omitempty"`
188
+ // DO NOT USE. Kept here for validator error messages.
189
+ ProjectBases []string `protobuf:"bytes,2,rep,name=project_bases,json=projectBases" json:"project_bases,omitempty"`
191
190
  XXX_unrecognized []byte `json:"-"`
192
191
  }
193
192
 
@@ -210,15 +209,10 @@ func (m *Rietveld) GetProjectBases() []string {
210
209
  return nil
211
210
  }
212
211
 
213
- // Gerrit CQ is EXPERIMENTAL! See http://crbug.com/493899 for more info.
214
- //
215
212
  // Unlike Rietveld, Gerrit doesn't need a separate url.
216
213
  // Instead, the git_repo_url must be specified on the Gerrit instance,
217
214
  // and CQ will deduce Gerrit url from it.
218
215
  //
219
- // TODO(tandrii): support Rietveld and Gerrit at the same time.
220
- // This basically requires to start two CQ instances, instead of one.
221
- //
222
216
  // For example, if https://chromium.googlesource.com/infra/infra.git is your
223
217
  // repo url provided in `git_repo_url` above, then
224
218
  // https://chromium-review.googlesource.com/#/admin/projects/infra/infra should
@@ -230,14 +224,20 @@ func (m *Rietveld) GetProjectBases() []string {
230
224
  // see it. This will come handy to enable and customize the CQ-related workflows
231
225
  // for your project.
232
226
  type Gerrit struct {
233
- // Optional. If set, tells CQ vote on a given label to mark result of CQ run.
234
- // The vote is either -1 if failed or 1 on success, and will be given on
227
+ // Optional. If set, tells CQ to vote on a given label to mark result of CQ
228
+ // run. The vote is either -1 if failed or 1 on success, and will be given on
235
229
  // non-dry runs only.
236
230
  // This vote can then be used in Gerrit's rule for submitting issues, so as to
237
231
  // require CQ run. CQ will attempt to submit issue only after setting this
238
232
  // label.
239
- CqVerifiedLabel *string `protobuf:"bytes,1,opt,name=cq_verified_label" json:"cq_verified_label,omitempty"`
240
- XXX_unrecognized []byte `json:"-"`
233
+ CqVerifiedLabel *string `protobuf:"bytes,1,opt,name=cq_verified_label,json=cqVerifiedLabel" json:"cq_verified_label,omitempty"`
234
+ // Optional and only allowed if cq_verified_label is set. Default: False.
235
+ // If set, tells CQ to vote on the Verified label even on dry run.
236
+ // This is useful if CQ has no presubmit builders, as dry run would be
237
+ // totally equivalent to full run, except that CQ won't try to actually submit
238
+ // the code.
239
+ DryRunSetsCqVerifiedLabel *bool `protobuf:"varint,2,opt,name=dry_run_sets_cq_verified_label,json=dryRunSetsCqVerifiedLabel" json:"dry_run_sets_cq_verified_label,omitempty"`
240
+ XXX_unrecognized []byte `json:"-"`
241
241
  }
242
242
 
243
243
  func (m *Gerrit) Reset() { *m = Gerrit{} }
@@ -252,26 +252,40 @@ func (m *Gerrit) GetCqVerifiedLabel() string {
252
252
  return ""
253
253
  }
254
254
 
255
+ func (m *Gerrit) GetDryRunSetsCqVerifiedLabel() bool {
256
+ if m != nil && m.DryRunSetsCqVerifiedLabel != nil {
257
+ return *m.DryRunSetsCqVerifiedLabel
258
+ }
259
+ return false
260
+ }
261
+
255
262
  // Verifiers are various types of checks that a Commit Queue performs on a CL.
256
263
  // All verifiers must pass in order for a CL to be landed. Configuration file
257
264
  // describes types of verifiers that should be applied to each CL and their
258
265
  // parameters.
259
266
  type Verifiers struct {
260
- // This verifier is used to ensure that an LGTM was posted to the code review
261
- // site from a valid project committer.
262
- // This verifier is not supported with Gerrit.
263
- ReviewerLgtm *Verifiers_ReviewerLgtmVerifier `protobuf:"bytes,1,opt,name=reviewer_lgtm" json:"reviewer_lgtm,omitempty"`
267
+ // [Rietveld only] This verifier is used to ensure that an LGTM was posted to
268
+ // the code review site from a valid project committer. It also validates
269
+ // ability of non-committers to trigger CQ, which for Gerrit is done by
270
+ // GerritCQAbilityVerifier.
271
+ ReviewerLgtm *Verifiers_ReviewerLgtmVerifier `protobuf:"bytes,1,opt,name=reviewer_lgtm,json=reviewerLgtm" json:"reviewer_lgtm,omitempty"`
272
+ // [Gerrit only] GerritCQAbilityVerifier ensures that a user who triggered
273
+ // this CQ attempt has actually rights to do so based on 3 factors:
274
+ // * membership of the user in committers & dryrunners group,
275
+ // * the state of CL/patchset on which CQ is triggered,
276
+ // * relationship of the user to the CL.
277
+ GerritCqAbility *Verifiers_GerritCQAbilityVerifier `protobuf:"bytes,5,opt,name=gerrit_cq_ability,json=gerritCqAbility" json:"gerrit_cq_ability,omitempty"`
264
278
  // This verifier is used to check tree status before committing a CL. If the
265
279
  // tree is closed, then the verifier will wait until it is reopened.
266
- TreeStatus *Verifiers_TreeStatusLgtmVerifier `protobuf:"bytes,2,opt,name=tree_status" json:"tree_status,omitempty"`
280
+ TreeStatus *Verifiers_TreeStatusLgtmVerifier `protobuf:"bytes,2,opt,name=tree_status,json=treeStatus" json:"tree_status,omitempty"`
267
281
  // This verifier triggers a set of tryjobs that are to be run on builders on
268
282
  // Buildbot. It automatically retries failed try-jobs and only allows CL to
269
283
  // land if each builder has succeeded in the latest retry. If a given tryjob
270
284
  // result is too old (>1 day) it is ignored.
271
- TryJob *Verifiers_TryJobVerifier `protobuf:"bytes,3,opt,name=try_job" json:"try_job,omitempty"`
285
+ TryJob *Verifiers_TryJobVerifier `protobuf:"bytes,3,opt,name=try_job,json=tryJob" json:"try_job,omitempty"`
272
286
  // This verifier is used to ensure that the author has signed Google's
273
287
  // Contributor License Agreement.
274
- SignCla *Verifiers_SignCLAVerifier `protobuf:"bytes,4,opt,name=sign_cla" json:"sign_cla,omitempty"`
288
+ SignCla *Verifiers_SignCLAVerifier `protobuf:"bytes,4,opt,name=sign_cla,json=signCla" json:"sign_cla,omitempty"`
275
289
  XXX_unrecognized []byte `json:"-"`
276
290
  }
277
291
 
@@ -287,6 +301,13 @@ func (m *Verifiers) GetReviewerLgtm() *Verifiers_ReviewerLgtmVerifier {
287
301
  return nil
288
302
  }
289
303
 
304
+ func (m *Verifiers) GetGerritCqAbility() *Verifiers_GerritCQAbilityVerifier {
305
+ if m != nil {
306
+ return m.GerritCqAbility
307
+ }
308
+ return nil
309
+ }
310
+
290
311
  func (m *Verifiers) GetTreeStatus() *Verifiers_TreeStatusLgtmVerifier {
291
312
  if m != nil {
292
313
  return m.TreeStatus
@@ -312,20 +333,20 @@ type Verifiers_ReviewerLgtmVerifier struct {
312
333
  // Required. Name of the chrome-infra-auth group, which contains the list of
313
334
  // identities authorized to approve (lgtm) a CL and trigger CQ run or dry
314
335
  // run.
315
- CommitterList *string `protobuf:"bytes,1,opt,name=committer_list" json:"committer_list,omitempty"`
336
+ CommitterList *string `protobuf:"bytes,1,opt,name=committer_list,json=committerList" json:"committer_list,omitempty"`
316
337
  // Number of seconds to wait for LGTM on CQ. Default value is 0.
317
- MaxWaitSecs *int32 `protobuf:"varint,2,opt,name=max_wait_secs" json:"max_wait_secs,omitempty"`
338
+ MaxWaitSecs *int32 `protobuf:"varint,2,opt,name=max_wait_secs,json=maxWaitSecs" json:"max_wait_secs,omitempty"`
318
339
  // Message to be posted to code review site when no LGTM is found. Default
319
340
  // value is "No LGTM from a valid reviewer yet. Only full committers are "
320
341
  // "accepted.\nEven if an LGTM may have been provided, it was from a "
321
342
  // "non-committer,\n_not_ a full super star committer.\nSee "
322
343
  // "http://www.chromium.org/getting-involved/become-a-committer\nNote that "
323
344
  // "this has nothing to do with OWNERS files."
324
- NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg" json:"no_lgtm_msg,omitempty"`
345
+ NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg,json=noLgtmMsg" json:"no_lgtm_msg,omitempty"`
325
346
  // Optional, but recommended. Name of the chrome-infra-auth group,
326
347
  // which contains the list of identities authorized to trigger CQ dry run.
327
348
  // This is usually the same group as tryjob-access.
328
- DryRunAccessList *string `protobuf:"bytes,4,opt,name=dry_run_access_list" json:"dry_run_access_list,omitempty"`
349
+ DryRunAccessList *string `protobuf:"bytes,4,opt,name=dry_run_access_list,json=dryRunAccessList" json:"dry_run_access_list,omitempty"`
329
350
  XXX_unrecognized []byte `json:"-"`
330
351
  }
331
352
 
@@ -364,9 +385,43 @@ func (m *Verifiers_ReviewerLgtmVerifier) GetDryRunAccessList() string {
364
385
  return ""
365
386
  }
366
387
 
388
+ type Verifiers_GerritCQAbilityVerifier struct {
389
+ // Required. Name of the chrome-infra-auth group, which contains the list of
390
+ // identities authorized to trigger CQ runs on any CLs in this project.
391
+ CommitterList *string `protobuf:"bytes,1,opt,name=committer_list,json=committerList" json:"committer_list,omitempty"`
392
+ // Optional, but strongly recommended. Name of the chrome-infra-auth group,
393
+ // which contains the list of identities authorized to trigger CQ dry run
394
+ // on Gerrit CLs they own (not to be confused with OWNER files) even if CL
395
+ // hasn't been approved.
396
+ // This is usually the same group as tryjob-access.
397
+ DryRunAccessList *string `protobuf:"bytes,4,opt,name=dry_run_access_list,json=dryRunAccessList" json:"dry_run_access_list,omitempty"`
398
+ XXX_unrecognized []byte `json:"-"`
399
+ }
400
+
401
+ func (m *Verifiers_GerritCQAbilityVerifier) Reset() { *m = Verifiers_GerritCQAbilityVerifier{} }
402
+ func (m *Verifiers_GerritCQAbilityVerifier) String() string { return proto.CompactTextString(m) }
403
+ func (*Verifiers_GerritCQAbilityVerifier) ProtoMessage() {}
404
+ func (*Verifiers_GerritCQAbilityVerifier) Descriptor() ([]byte, []int) {
405
+ return fileDescriptor0, []int{3, 1}
406
+ }
407
+
408
+ func (m *Verifiers_GerritCQAbilityVerifier) GetCommitterList() string {
409
+ if m != nil && m.CommitterList != nil {
410
+ return *m.CommitterList
411
+ }
412
+ return ""
413
+ }
414
+
415
+ func (m *Verifiers_GerritCQAbilityVerifier) GetDryRunAccessList() string {
416
+ if m != nil && m.DryRunAccessList != nil {
417
+ return *m.DryRunAccessList
418
+ }
419
+ return ""
420
+ }
421
+
367
422
  type Verifiers_TreeStatusLgtmVerifier struct {
368
423
  // Required. URL of the project tree status app.
369
- TreeStatusUrl *string `protobuf:"bytes,1,opt,name=tree_status_url" json:"tree_status_url,omitempty"`
424
+ TreeStatusUrl *string `protobuf:"bytes,1,opt,name=tree_status_url,json=treeStatusUrl" json:"tree_status_url,omitempty"`
370
425
  XXX_unrecognized []byte `json:"-"`
371
426
  }
372
427
 
@@ -374,7 +429,7 @@ func (m *Verifiers_TreeStatusLgtmVerifier) Reset() { *m = Verifiers_Tree
374
429
  func (m *Verifiers_TreeStatusLgtmVerifier) String() string { return proto.CompactTextString(m) }
375
430
  func (*Verifiers_TreeStatusLgtmVerifier) ProtoMessage() {}
376
431
  func (*Verifiers_TreeStatusLgtmVerifier) Descriptor() ([]byte, []int) {
377
- return fileDescriptor0, []int{3, 1}
432
+ return fileDescriptor0, []int{3, 2}
378
433
  }
379
434
 
380
435
  func (m *Verifiers_TreeStatusLgtmVerifier) GetTreeStatusUrl() string {
@@ -389,14 +444,14 @@ type Verifiers_TryJobVerifier struct {
389
444
  Buckets []*Verifiers_TryJobVerifier_Bucket `protobuf:"bytes,1,rep,name=buckets" json:"buckets,omitempty"`
390
445
  // Provides project specific trybot retry configuration. This overrides the
391
446
  // defaults used in the CQ.
392
- TryJobRetryConfig *Verifiers_TryJobVerifier_TryJobRetryConfig `protobuf:"bytes,2,opt,name=try_job_retry_config" json:"try_job_retry_config,omitempty"`
447
+ TryJobRetryConfig *Verifiers_TryJobVerifier_TryJobRetryConfig `protobuf:"bytes,2,opt,name=try_job_retry_config,json=tryJobRetryConfig" json:"try_job_retry_config,omitempty"`
393
448
  XXX_unrecognized []byte `json:"-"`
394
449
  }
395
450
 
396
451
  func (m *Verifiers_TryJobVerifier) Reset() { *m = Verifiers_TryJobVerifier{} }
397
452
  func (m *Verifiers_TryJobVerifier) String() string { return proto.CompactTextString(m) }
398
453
  func (*Verifiers_TryJobVerifier) ProtoMessage() {}
399
- func (*Verifiers_TryJobVerifier) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3, 2} }
454
+ func (*Verifiers_TryJobVerifier) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3, 3} }
400
455
 
401
456
  func (m *Verifiers_TryJobVerifier) GetBuckets() []*Verifiers_TryJobVerifier_Bucket {
402
457
  if m != nil {
@@ -418,12 +473,12 @@ type Verifiers_TryJobVerifier_Builder struct {
418
473
  // Optionally specify a builder name that triggers the given builder.
419
474
  // Otherwise, CQ will trigger this builder (default). If in doubt, you
420
475
  // probably won't need this.
421
- TriggeredBy *string `protobuf:"bytes,2,opt,name=triggered_by" json:"triggered_by,omitempty"`
476
+ TriggeredBy *string `protobuf:"bytes,2,opt,name=triggered_by,json=triggeredBy" json:"triggered_by,omitempty"`
422
477
  // When this field is present, it marks given builder as experimental. It
423
478
  // is only executed on a given percentage of the CLs and the outcome does
424
479
  // not affect the decicion whether a CL can land or not. This is typically
425
480
  // used to test new builders and estimate their capacity requirements.
426
- ExperimentPercentage *float32 `protobuf:"fixed32,4,opt,name=experiment_percentage" json:"experiment_percentage,omitempty"`
481
+ ExperimentPercentage *float32 `protobuf:"fixed32,4,opt,name=experiment_percentage,json=experimentPercentage" json:"experiment_percentage,omitempty"`
427
482
  XXX_unrecognized []byte `json:"-"`
428
483
  }
429
484
 
@@ -431,7 +486,7 @@ func (m *Verifiers_TryJobVerifier_Builder) Reset() { *m = Verifiers_TryJ
431
486
  func (m *Verifiers_TryJobVerifier_Builder) String() string { return proto.CompactTextString(m) }
432
487
  func (*Verifiers_TryJobVerifier_Builder) ProtoMessage() {}
433
488
  func (*Verifiers_TryJobVerifier_Builder) Descriptor() ([]byte, []int) {
434
- return fileDescriptor0, []int{3, 2, 0}
489
+ return fileDescriptor0, []int{3, 3, 0}
435
490
  }
436
491
 
437
492
  func (m *Verifiers_TryJobVerifier_Builder) GetName() string {
@@ -469,7 +524,7 @@ func (m *Verifiers_TryJobVerifier_Bucket) Reset() { *m = Verifiers_TryJo
469
524
  func (m *Verifiers_TryJobVerifier_Bucket) String() string { return proto.CompactTextString(m) }
470
525
  func (*Verifiers_TryJobVerifier_Bucket) ProtoMessage() {}
471
526
  func (*Verifiers_TryJobVerifier_Bucket) Descriptor() ([]byte, []int) {
472
- return fileDescriptor0, []int{3, 2, 1}
527
+ return fileDescriptor0, []int{3, 3, 1}
473
528
  }
474
529
 
475
530
  func (m *Verifiers_TryJobVerifier_Bucket) GetName() string {
@@ -488,15 +543,15 @@ func (m *Verifiers_TryJobVerifier_Bucket) GetBuilders() []*Verifiers_TryJobVerif
488
543
 
489
544
  type Verifiers_TryJobVerifier_TryJobRetryConfig struct {
490
545
  // Retry quota for a single tryjob.
491
- TryJobRetryQuota *int32 `protobuf:"varint,1,opt,name=try_job_retry_quota" json:"try_job_retry_quota,omitempty"`
546
+ TryJobRetryQuota *int32 `protobuf:"varint,1,opt,name=try_job_retry_quota,json=tryJobRetryQuota" json:"try_job_retry_quota,omitempty"`
492
547
  // Retry quota for all tryjobs in a CL.
493
- GlobalRetryQuota *int32 `protobuf:"varint,2,opt,name=global_retry_quota" json:"global_retry_quota,omitempty"`
548
+ GlobalRetryQuota *int32 `protobuf:"varint,2,opt,name=global_retry_quota,json=globalRetryQuota" json:"global_retry_quota,omitempty"`
494
549
  // The weight assigned to each tryjob failure.
495
- FailureRetryWeight *int32 `protobuf:"varint,3,opt,name=failure_retry_weight" json:"failure_retry_weight,omitempty"`
550
+ FailureRetryWeight *int32 `protobuf:"varint,3,opt,name=failure_retry_weight,json=failureRetryWeight" json:"failure_retry_weight,omitempty"`
496
551
  // The weight assigned to each transient failure.
497
- TransientFailureRetryWeight *int32 `protobuf:"varint,4,opt,name=transient_failure_retry_weight" json:"transient_failure_retry_weight,omitempty"`
552
+ TransientFailureRetryWeight *int32 `protobuf:"varint,4,opt,name=transient_failure_retry_weight,json=transientFailureRetryWeight" json:"transient_failure_retry_weight,omitempty"`
498
553
  // The weight assigned to tryjob timeouts.
499
- TimeoutRetryWeight *int32 `protobuf:"varint,5,opt,name=timeout_retry_weight" json:"timeout_retry_weight,omitempty"`
554
+ TimeoutRetryWeight *int32 `protobuf:"varint,5,opt,name=timeout_retry_weight,json=timeoutRetryWeight" json:"timeout_retry_weight,omitempty"`
500
555
  XXX_unrecognized []byte `json:"-"`
501
556
  }
502
557
 
@@ -508,7 +563,7 @@ func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) String() string {
508
563
  }
509
564
  func (*Verifiers_TryJobVerifier_TryJobRetryConfig) ProtoMessage() {}
510
565
  func (*Verifiers_TryJobVerifier_TryJobRetryConfig) Descriptor() ([]byte, []int) {
511
- return fileDescriptor0, []int{3, 2, 2}
566
+ return fileDescriptor0, []int{3, 3, 2}
512
567
  }
513
568
 
514
569
  func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetTryJobRetryQuota() int32 {
@@ -553,7 +608,7 @@ type Verifiers_SignCLAVerifier struct {
553
608
  func (m *Verifiers_SignCLAVerifier) Reset() { *m = Verifiers_SignCLAVerifier{} }
554
609
  func (m *Verifiers_SignCLAVerifier) String() string { return proto.CompactTextString(m) }
555
610
  func (*Verifiers_SignCLAVerifier) ProtoMessage() {}
556
- func (*Verifiers_SignCLAVerifier) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3, 3} }
611
+ func (*Verifiers_SignCLAVerifier) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3, 4} }
557
612
 
558
613
  func init() {
559
614
  proto.RegisterType((*Config)(nil), "Config")
@@ -561,6 +616,7 @@ func init() {
561
616
  proto.RegisterType((*Gerrit)(nil), "Gerrit")
562
617
  proto.RegisterType((*Verifiers)(nil), "Verifiers")
563
618
  proto.RegisterType((*Verifiers_ReviewerLgtmVerifier)(nil), "Verifiers.ReviewerLgtmVerifier")
619
+ proto.RegisterType((*Verifiers_GerritCQAbilityVerifier)(nil), "Verifiers.GerritCQAbilityVerifier")
564
620
  proto.RegisterType((*Verifiers_TreeStatusLgtmVerifier)(nil), "Verifiers.TreeStatusLgtmVerifier")
565
621
  proto.RegisterType((*Verifiers_TryJobVerifier)(nil), "Verifiers.TryJobVerifier")
566
622
  proto.RegisterType((*Verifiers_TryJobVerifier_Builder)(nil), "Verifiers.TryJobVerifier.Builder")
@@ -569,49 +625,72 @@ func init() {
569
625
  proto.RegisterType((*Verifiers_SignCLAVerifier)(nil), "Verifiers.SignCLAVerifier")
570
626
  }
571
627
 
628
+ func init() { proto.RegisterFile("cq.proto", fileDescriptor0) }
629
+
572
630
  var fileDescriptor0 = []byte{
573
- // 687 bytes of a gzipped FileDescriptorProto
574
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x74, 0x54, 0xdd, 0x4e, 0xdb, 0x4c,
575
- 0x10, 0x55, 0x08, 0x49, 0x9c, 0x31, 0x90, 0x0f, 0x13, 0xc0, 0x98, 0xaf, 0x2d, 0x50, 0xa9, 0xaa,
576
- 0xda, 0xca, 0x12, 0xa9, 0xd4, 0xfb, 0xc2, 0x45, 0xd5, 0x96, 0x2b, 0xa8, 0x7a, 0xbb, 0x5a, 0xdb,
577
- 0x13, 0xb3, 0xd4, 0x3f, 0xb0, 0xbb, 0x4e, 0xc8, 0x5b, 0xf5, 0x81, 0x7a, 0xd7, 0x47, 0xe8, 0x0b,
578
- 0x74, 0xbc, 0x76, 0x7e, 0x4b, 0xae, 0x6c, 0xcf, 0x39, 0x33, 0x9e, 0x39, 0x73, 0x76, 0xc1, 0x0a,
579
- 0x1f, 0xfc, 0x7b, 0x99, 0xeb, 0xfc, 0xec, 0xf7, 0x06, 0xb4, 0x2f, 0xf3, 0x6c, 0x28, 0x62, 0xa7,
580
- 0x07, 0x9d, 0x11, 0x4a, 0x25, 0xf2, 0xcc, 0x6d, 0x9c, 0x34, 0x5e, 0xb7, 0xca, 0x40, 0xf8, 0xc0,
581
- 0x32, 0x9e, 0xa2, 0xbb, 0x41, 0x81, 0xae, 0xf3, 0x0c, 0xba, 0xc4, 0x10, 0x43, 0x41, 0x34, 0xb7,
582
- 0x49, 0x21, 0x7b, 0x00, 0xfe, 0xf7, 0x69, 0xc4, 0xd9, 0x87, 0x6d, 0xe2, 0x2b, 0xcd, 0x75, 0xa1,
583
- 0x58, 0x21, 0x13, 0x77, 0xd3, 0x64, 0x9d, 0xc2, 0xd1, 0xad, 0x88, 0x90, 0x49, 0x1c, 0x32, 0x91,
584
- 0xb1, 0x30, 0x4f, 0x53, 0xa1, 0x35, 0x46, 0x2c, 0x55, 0xb1, 0xdb, 0x22, 0x8a, 0xe5, 0x78, 0xe0,
585
- 0x54, 0x61, 0x16, 0x14, 0x52, 0x69, 0x16, 0x61, 0xc2, 0x27, 0x6e, 0xdb, 0x74, 0xe1, 0xc2, 0x7f,
586
- 0x29, 0x7f, 0x64, 0x8b, 0xb8, 0xdb, 0x31, 0x08, 0xfd, 0x8f, 0xea, 0xd1, 0x1c, 0x51, 0x11, 0xea,
587
- 0xb2, 0x6d, 0xcb, 0x14, 0x3b, 0x06, 0x4b, 0x0a, 0xd4, 0x23, 0x4c, 0x22, 0xb7, 0x6b, 0x9a, 0xec,
588
- 0xfa, 0xd7, 0x75, 0xc0, 0x39, 0x84, 0x76, 0x8c, 0x52, 0x0a, 0xed, 0xf6, 0x0c, 0xd4, 0xf1, 0x3f,
589
- 0x99, 0x4f, 0xa7, 0x0f, 0x5b, 0x31, 0xd5, 0x97, 0x78, 0x9f, 0x9b, 0xde, 0xc1, 0xf4, 0xee, 0x00,
590
- 0x68, 0x2e, 0x63, 0x2c, 0x81, 0xa1, 0x6b, 0x9b, 0x18, 0x31, 0xd5, 0x28, 0x9b, 0x33, 0xb7, 0x4c,
591
- 0xf4, 0x18, 0xf6, 0x22, 0xc9, 0x45, 0x26, 0xb2, 0xb8, 0x94, 0x40, 0x6a, 0xa6, 0x05, 0x09, 0xb7,
592
- 0x5d, 0x82, 0x67, 0x3e, 0x58, 0xb3, 0x0e, 0x6c, 0x68, 0x96, 0x59, 0x0d, 0x93, 0x45, 0x23, 0x50,
593
- 0xff, 0x77, 0x18, 0xd2, 0x64, 0x5c, 0xa1, 0x22, 0xa1, 0x9b, 0xc4, 0x7f, 0x09, 0xed, 0xba, 0xad,
594
- 0x23, 0xd8, 0x25, 0x4d, 0x6b, 0xd5, 0x23, 0x96, 0xf0, 0x00, 0xeb, 0xdc, 0xb3, 0x3f, 0x6d, 0xe8,
595
- 0xce, 0xc5, 0xff, 0x00, 0xdb, 0x12, 0x47, 0x02, 0xc7, 0x28, 0x59, 0x12, 0xeb, 0xd4, 0x90, 0xec,
596
- 0xc1, 0x8b, 0xf9, 0x7e, 0xfc, 0xeb, 0x1a, 0xbf, 0x22, 0x78, 0x1a, 0xa5, 0x3c, 0x5b, 0x4b, 0xc4,
597
- 0x7a, 0x6d, 0x66, 0xd1, 0xf6, 0xe0, 0x74, 0x21, 0xeb, 0x1b, 0xa1, 0x37, 0x06, 0x5c, 0xca, 0x7b,
598
- 0x03, 0x1d, 0x2d, 0x27, 0xec, 0x2e, 0x0f, 0x6a, 0x27, 0x1c, 0x2d, 0xe5, 0x4c, 0xbe, 0xe4, 0xc1,
599
- 0x8c, 0xfb, 0x0e, 0x2c, 0x25, 0x62, 0x5a, 0x7d, 0xc2, 0x8d, 0x27, 0xec, 0x81, 0xb7, 0x40, 0xbe,
600
- 0x21, 0xe8, 0xf2, 0xea, 0xe3, 0x34, 0xe0, 0x8d, 0xa1, 0xff, 0x64, 0xa7, 0x07, 0xb0, 0x33, 0xf5,
601
- 0x0e, 0x8d, 0x28, 0xc8, 0x06, 0x33, 0x0d, 0x4b, 0x83, 0x8c, 0x39, 0xad, 0x4f, 0x61, 0x58, 0xcd,
602
- 0xd0, 0x72, 0xf6, 0xc0, 0xce, 0x72, 0x23, 0x85, 0x31, 0x5a, 0x73, 0xbe, 0xa5, 0x09, 0x93, 0x45,
603
- 0xc6, 0x78, 0x18, 0xa2, 0x52, 0x55, 0x21, 0x63, 0x54, 0xef, 0x1c, 0x0e, 0xd6, 0x0c, 0x7b, 0x08,
604
- 0xbd, 0x05, 0x91, 0xd8, 0x6c, 0x7f, 0xde, 0xaf, 0x26, 0xec, 0xac, 0x0c, 0x7b, 0x0e, 0x9d, 0xa0,
605
- 0x08, 0x7f, 0xa0, 0x56, 0xc4, 0x69, 0xd2, 0xac, 0x27, 0x6b, 0x85, 0xf1, 0x2f, 0x0c, 0xd1, 0xf9,
606
- 0x0c, 0xfd, 0x5a, 0x4b, 0x72, 0x55, 0xf9, 0x16, 0x9a, 0x13, 0x59, 0x2f, 0xe3, 0xed, 0xfa, 0xfc,
607
- 0xea, 0xf3, 0xba, 0xcc, 0xa9, 0x0e, 0xb1, 0x77, 0x05, 0x9d, 0x8b, 0x42, 0x24, 0x11, 0x35, 0xb2,
608
- 0x05, 0x9b, 0xe6, 0xec, 0x36, 0xa6, 0xae, 0xd5, 0x52, 0xc4, 0x64, 0x7e, 0xb2, 0x51, 0x30, 0x99,
609
- 0x9d, 0xe8, 0x7d, 0x7c, 0xbc, 0xa7, 0x72, 0x29, 0x66, 0x9a, 0xd1, 0x4b, 0x48, 0x4f, 0x1e, 0xa3,
610
- 0x51, 0x64, 0xc3, 0xfb, 0x0a, 0xed, 0xba, 0xc5, 0xe5, 0x62, 0xef, 0xc1, 0x0a, 0xaa, 0xbf, 0x54,
611
- 0x8e, 0x5d, 0x75, 0xcc, 0xca, 0x90, 0x86, 0xe9, 0xfd, 0x6c, 0xc0, 0xee, 0x3f, 0x0d, 0x97, 0x1b,
612
- 0x59, 0x9e, 0xfd, 0xa1, 0xc8, 0x35, 0xaf, 0x6f, 0x20, 0xba, 0x17, 0xe2, 0x24, 0x0f, 0x78, 0xb2,
613
- 0x84, 0x55, 0xfb, 0xfd, 0x1f, 0xfa, 0x43, 0x2e, 0x92, 0x42, 0x62, 0x0d, 0x8e, 0x51, 0xc4, 0xb7,
614
- 0xda, 0x2c, 0xba, 0xe5, 0xbc, 0x82, 0xe7, 0x5a, 0xf2, 0x4c, 0x89, 0x72, 0xae, 0x27, 0x79, 0x9b,
615
- 0xd3, 0x2a, 0xe5, 0x39, 0xcd, 0x0b, 0xbd, 0x8c, 0x96, 0xf7, 0x52, 0xcb, 0xdb, 0x85, 0xde, 0x8a,
616
- 0x3b, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xe9, 0x92, 0xf5, 0x6a, 0x3b, 0x05, 0x00, 0x00,
631
+ // 1009 bytes of a gzipped FileDescriptorProto
632
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x94, 0x55, 0x6b, 0x8f, 0x1b, 0x35,
633
+ 0x17, 0x56, 0xb2, 0x9b, 0xdb, 0x99, 0xa4, 0x9b, 0xf8, 0xdd, 0xbe, 0x9d, 0x06, 0xa9, 0x4d, 0x03,
634
+ 0x45, 0x11, 0x97, 0xa8, 0x0a, 0xe2, 0x0b, 0x02, 0x89, 0x4d, 0x2a, 0x10, 0x68, 0xa9, 0x5a, 0x6f,
635
+ 0x4b, 0x3f, 0x80, 0x64, 0x39, 0x33, 0x27, 0x53, 0x97, 0xb9, 0x24, 0xb6, 0x27, 0xbb, 0xf9, 0x29,
636
+ 0xf0, 0x07, 0xf8, 0xca, 0xaf, 0xe2, 0x77, 0x20, 0xdb, 0x93, 0x49, 0xb2, 0x17, 0x09, 0xbe, 0xcd,
637
+ 0x3c, 0xe7, 0x79, 0xce, 0xf1, 0xb9, 0xd9, 0xd0, 0x0c, 0x56, 0xe3, 0xa5, 0xcc, 0x74, 0x36, 0xfc,
638
+ 0xf3, 0x18, 0xea, 0xb3, 0x2c, 0x5d, 0x88, 0x88, 0xf8, 0xd0, 0x58, 0xa3, 0x54, 0x22, 0x4b, 0xfd,
639
+ 0xca, 0xa0, 0x32, 0xaa, 0xd1, 0xed, 0x2f, 0x79, 0x00, 0x8d, 0x60, 0xc5, 0x52, 0x9e, 0xa0, 0x5f,
640
+ 0x1d, 0x54, 0x46, 0x2d, 0x5a, 0x0f, 0x56, 0x2f, 0x78, 0x82, 0x64, 0x04, 0xad, 0x35, 0x4a, 0xb1,
641
+ 0x10, 0x28, 0x95, 0x7f, 0x34, 0xa8, 0x8c, 0xbc, 0x09, 0x8c, 0x7f, 0xde, 0x22, 0x74, 0x67, 0x24,
642
+ 0x43, 0xe8, 0x04, 0x2b, 0xa6, 0x34, 0xd7, 0xb9, 0x62, 0xb9, 0x8c, 0xfd, 0x63, 0xeb, 0xc8, 0x0b,
643
+ 0x56, 0x17, 0x16, 0x7b, 0x23, 0x63, 0xf2, 0x35, 0x3c, 0x7c, 0x27, 0x42, 0x64, 0x12, 0x17, 0x4c,
644
+ 0xa4, 0x2c, 0xc8, 0x92, 0x44, 0x68, 0x8d, 0x21, 0x4b, 0x54, 0xe4, 0xd7, 0x06, 0x95, 0x51, 0x73,
645
+ 0x5a, 0xf5, 0x2b, 0xf4, 0xbe, 0x21, 0x51, 0x5c, 0xfc, 0x90, 0xce, 0xb6, 0x8c, 0x9f, 0x54, 0x44,
646
+ 0x3e, 0x03, 0xe2, 0x14, 0x6c, 0x9e, 0x4b, 0xa5, 0x59, 0x88, 0x31, 0xdf, 0xf8, 0x75, 0x9b, 0x49,
647
+ 0xd7, 0x59, 0xa6, 0xc6, 0xf0, 0xdc, 0xe0, 0x64, 0x04, 0xdd, 0x84, 0x5f, 0xb1, 0x7d, 0x85, 0xdf,
648
+ 0xb0, 0xdc, 0x7b, 0x09, 0xbf, 0x9a, 0xed, 0xe8, 0xe4, 0x43, 0xe8, 0x88, 0x94, 0x2d, 0x65, 0x16,
649
+ 0xe6, 0x81, 0x36, 0xc5, 0x69, 0x9a, 0x93, 0xd0, 0xb6, 0x48, 0x5f, 0x96, 0x18, 0x79, 0x0a, 0x4d,
650
+ 0x29, 0x50, 0xaf, 0x31, 0x0e, 0xfd, 0x96, 0xad, 0x43, 0x6b, 0x4c, 0x0b, 0x80, 0x96, 0x26, 0xf2,
651
+ 0x18, 0xea, 0x11, 0x4a, 0x29, 0xb4, 0x7f, 0x62, 0x49, 0x8d, 0xf1, 0xf7, 0xf6, 0x97, 0x16, 0x30,
652
+ 0x19, 0x40, 0x3b, 0x12, 0x9a, 0x49, 0x5c, 0x66, 0xb6, 0x4a, 0x60, 0xab, 0x04, 0x91, 0xd0, 0x14,
653
+ 0x97, 0x99, 0x29, 0xd2, 0x13, 0x00, 0xcd, 0x65, 0x84, 0x86, 0xb4, 0xf0, 0x3d, 0x63, 0xb7, 0x55,
654
+ 0x69, 0x39, 0x94, 0xe2, 0x82, 0x7c, 0x04, 0x6d, 0xb5, 0x4e, 0x77, 0x4e, 0xda, 0x25, 0x09, 0xd4,
655
+ 0x3a, 0xdd, 0x3a, 0x1a, 0xc3, 0xff, 0x42, 0xc9, 0x45, 0x2a, 0xd2, 0xc8, 0xf4, 0x45, 0x6a, 0xa6,
656
+ 0x45, 0x82, 0x7e, 0xc7, 0x46, 0xec, 0x6d, 0x4d, 0x17, 0xc6, 0xf2, 0x5a, 0x24, 0x38, 0x3c, 0x83,
657
+ 0xe6, 0x36, 0x23, 0xd2, 0x85, 0x23, 0xe3, 0xb8, 0x62, 0xb9, 0xe6, 0xd3, 0x54, 0x69, 0x29, 0xb3,
658
+ 0xf7, 0x18, 0x68, 0x36, 0xe7, 0x0a, 0x95, 0x5f, 0x1d, 0x1c, 0x8d, 0x5a, 0xb4, 0x5d, 0x80, 0x53,
659
+ 0x83, 0x0d, 0x2f, 0xa1, 0xee, 0xf2, 0x25, 0x9f, 0x40, 0x2f, 0x58, 0xb1, 0x62, 0x3c, 0x42, 0x16,
660
+ 0xf3, 0x39, 0x6e, 0xdd, 0x9d, 0x04, 0xab, 0x62, 0x82, 0xc2, 0x73, 0x03, 0x93, 0x33, 0x78, 0x14,
661
+ 0xca, 0x0d, 0x93, 0x79, 0xca, 0x14, 0x6a, 0xc5, 0x6e, 0x0a, 0xab, 0xb6, 0x23, 0x0f, 0x43, 0xb9,
662
+ 0xa1, 0x79, 0x7a, 0x81, 0x5a, 0xcd, 0x0e, 0x5d, 0x0c, 0xff, 0x06, 0x68, 0x95, 0x63, 0x49, 0x9e,
663
+ 0x43, 0x47, 0xe2, 0x5a, 0xe0, 0x25, 0x4a, 0x16, 0x47, 0x3a, 0xb1, 0x81, 0xbd, 0xc9, 0xe3, 0xdd,
664
+ 0xe4, 0x8e, 0x69, 0x61, 0x3f, 0x8f, 0x74, 0xb2, 0x45, 0x69, 0x5b, 0xee, 0xa1, 0xe4, 0x05, 0xf4,
665
+ 0x5c, 0xd3, 0xcc, 0x81, 0xf8, 0x5c, 0xc4, 0x42, 0x6f, 0xec, 0x94, 0x7a, 0x93, 0xe1, 0x9e, 0x27,
666
+ 0x97, 0xf0, 0xec, 0xd5, 0x99, 0x63, 0x94, 0xce, 0x4e, 0x9c, 0x78, 0xb6, 0x2a, 0x0c, 0x64, 0x0a,
667
+ 0x9e, 0x96, 0x88, 0xc5, 0x8e, 0xd8, 0x9c, 0xbc, 0xc9, 0x93, 0x3d, 0x4f, 0xaf, 0x25, 0xa2, 0x5b,
668
+ 0x96, 0x83, 0x53, 0x81, 0x2e, 0x71, 0x32, 0x81, 0x86, 0x96, 0x1b, 0xf6, 0x3e, 0x9b, 0x17, 0xdb,
669
+ 0xf8, 0xf0, 0x40, 0xbf, 0xf9, 0x31, 0x9b, 0x97, 0xba, 0xba, 0xb6, 0xff, 0xe4, 0x4b, 0x68, 0x2a,
670
+ 0x11, 0xa5, 0x2c, 0x88, 0xb9, 0x5d, 0x4a, 0x6f, 0xd2, 0xdf, 0x13, 0x5d, 0x88, 0x28, 0x9d, 0x9d,
671
+ 0x9f, 0x95, 0xaa, 0x86, 0xe1, 0xce, 0x62, 0xde, 0xff, 0xab, 0x02, 0xa7, 0xb7, 0x55, 0x89, 0x3c,
672
+ 0x85, 0x7b, 0xdb, 0xcd, 0x95, 0x2c, 0x16, 0x4a, 0x17, 0x7d, 0xed, 0x94, 0xe8, 0xb9, 0x50, 0xda,
673
+ 0x5c, 0x08, 0x66, 0x01, 0x2f, 0xb9, 0xd0, 0x4c, 0x61, 0xe0, 0x12, 0xae, 0x51, 0x2f, 0xe1, 0x57,
674
+ 0x6f, 0xb9, 0xd0, 0x17, 0x18, 0x28, 0xf2, 0x08, 0xbc, 0x34, 0xb3, 0x2d, 0xb2, 0x57, 0xc0, 0x91,
675
+ 0xf5, 0xd3, 0x4a, 0x33, 0x13, 0xcf, 0xac, 0xfc, 0xe7, 0x66, 0x84, 0xdd, 0x64, 0xf0, 0x20, 0x40,
676
+ 0xa5, 0x5c, 0x3c, 0x77, 0xb5, 0x74, 0xdd, 0x38, 0x9c, 0x59, 0x83, 0x09, 0xd9, 0xcf, 0xe0, 0xc1,
677
+ 0x1d, 0xdd, 0xf8, 0xb7, 0x87, 0xfe, 0x8f, 0x01, 0xbf, 0x85, 0xff, 0xdf, 0xde, 0x34, 0xf2, 0x31,
678
+ 0x9c, 0xec, 0x35, 0x9b, 0xed, 0x96, 0xa9, 0xb3, 0xeb, 0xe6, 0x1b, 0x19, 0xf7, 0xff, 0xa8, 0xc1,
679
+ 0xbd, 0xc3, 0xbe, 0x91, 0xaf, 0xa0, 0x31, 0xcf, 0x83, 0xdf, 0x50, 0x2b, 0xbf, 0x32, 0x38, 0x1a,
680
+ 0x79, 0x93, 0xc1, 0x9d, 0x3d, 0x1e, 0x4f, 0x2d, 0x91, 0x6e, 0x05, 0xe4, 0x57, 0x38, 0x2d, 0xe6,
681
+ 0x83, 0x49, 0x34, 0x5f, 0x81, 0xbd, 0xfa, 0x8b, 0x61, 0xfb, 0xf4, 0x6e, 0x47, 0xee, 0x97, 0x1a,
682
+ 0x8d, 0x7b, 0x2d, 0x68, 0x4f, 0x5f, 0x87, 0xfa, 0x39, 0x34, 0xa6, 0xb9, 0x88, 0x43, 0x94, 0x84,
683
+ 0xc0, 0xb1, 0x7d, 0x2e, 0x5c, 0x52, 0xf6, 0x9b, 0x3c, 0x81, 0xb6, 0x96, 0x22, 0x8a, 0x50, 0x62,
684
+ 0xc8, 0xe6, 0x9b, 0xe2, 0x29, 0xf1, 0x4a, 0x6c, 0xba, 0x21, 0x5f, 0xc0, 0x7d, 0xbc, 0x5a, 0xa2,
685
+ 0x14, 0x09, 0xa6, 0x9a, 0x2d, 0x51, 0x06, 0x98, 0x6a, 0x1e, 0xa1, 0xad, 0x70, 0x95, 0x9e, 0xee,
686
+ 0x8c, 0x2f, 0x4b, 0x5b, 0xff, 0x17, 0xa8, 0xbb, 0x3c, 0x6f, 0x8d, 0xfa, 0x0d, 0x34, 0xe7, 0xee,
687
+ 0x50, 0xee, 0x4e, 0xba, 0xbe, 0x53, 0xd7, 0xea, 0x65, 0x99, 0xb4, 0x94, 0xf4, 0x7f, 0xaf, 0x42,
688
+ 0xef, 0x46, 0xf2, 0x66, 0x0e, 0x0e, 0xeb, 0xb8, 0xca, 0x33, 0xcd, 0x8b, 0x67, 0xb3, 0xbb, 0x57,
689
+ 0x99, 0x57, 0x06, 0x37, 0x4f, 0x53, 0x14, 0x67, 0x73, 0x1e, 0x1f, 0xb0, 0xdd, 0xc0, 0x77, 0x9d,
690
+ 0x65, 0x8f, 0xfd, 0x0c, 0x4e, 0x17, 0x5c, 0xc4, 0xb9, 0xc4, 0x82, 0x7e, 0x89, 0x22, 0x7a, 0xa7,
691
+ 0xed, 0xf8, 0xd7, 0x28, 0x29, 0x6c, 0x56, 0xf0, 0xd6, 0x5a, 0xc8, 0x0c, 0x1e, 0x69, 0xc9, 0x53,
692
+ 0x25, 0x4c, 0xd5, 0x6e, 0xd5, 0x1e, 0x5b, 0xed, 0x07, 0x25, 0xeb, 0xbb, 0x9b, 0x4e, 0x9e, 0xc1,
693
+ 0xa9, 0x79, 0x00, 0xb2, 0x5c, 0x1f, 0x4a, 0x6b, 0x2e, 0x6c, 0x61, 0xdb, 0x53, 0xf4, 0x7b, 0x70,
694
+ 0x72, 0xed, 0x7a, 0xf8, 0x27, 0x00, 0x00, 0xff, 0xff, 0xf6, 0xac, 0x31, 0x61, 0x59, 0x08, 0x00,
695
+ 0x00,
617
696
  }