libv8 6.3.292.48.1 → 6.7.288.46.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +10 -34
  3. data/CHANGELOG.md +16 -0
  4. data/README.md +9 -63
  5. data/Rakefile +2 -2
  6. data/ext/libv8/builder.rb +22 -87
  7. data/ext/libv8/extconf.rb +1 -1
  8. data/ext/libv8/paths.rb +5 -18
  9. data/lib/libv8/version.rb +1 -1
  10. data/spec/location_spec.rb +1 -2
  11. data/spec/spec_helper.rb +0 -1
  12. data/vendor/depot_tools/.gitattributes +1 -2
  13. data/vendor/depot_tools/OWNERS +0 -1
  14. data/vendor/depot_tools/PRESUBMIT.py +11 -6
  15. data/vendor/depot_tools/README.md +0 -1
  16. data/vendor/depot_tools/WATCHLISTS +0 -6
  17. data/vendor/depot_tools/auth.py +129 -87
  18. data/vendor/depot_tools/autoninja +11 -1
  19. data/vendor/depot_tools/autoninja.bat +7 -1
  20. data/vendor/depot_tools/autoninja.py +14 -6
  21. data/vendor/depot_tools/bootstrap/win/manifest.txt +1 -1
  22. data/vendor/depot_tools/bootstrap/win/manifest_bleeding_edge.txt +1 -1
  23. data/vendor/depot_tools/cipd +23 -2
  24. data/vendor/depot_tools/cipd.bat +2 -2
  25. data/vendor/depot_tools/cipd_client_version +1 -1
  26. data/vendor/depot_tools/cipd_manifest.txt +17 -7
  27. data/vendor/depot_tools/cit.py +7 -6
  28. data/vendor/depot_tools/cpplint.py +195 -35
  29. data/vendor/depot_tools/detect_host_arch.py +51 -0
  30. data/vendor/depot_tools/download_from_google_storage.py +85 -26
  31. data/vendor/depot_tools/fetch.py +11 -6
  32. data/vendor/depot_tools/fetch_configs/chromium.py +0 -1
  33. data/vendor/depot_tools/fetch_configs/goma_client.py +41 -0
  34. data/vendor/depot_tools/fetch_configs/infra.py +0 -1
  35. data/vendor/depot_tools/fetch_configs/infra_internal.py +0 -1
  36. data/vendor/depot_tools/gclient-new-workdir.py +4 -0
  37. data/vendor/depot_tools/gclient.py +732 -476
  38. data/vendor/depot_tools/gclient_eval.py +569 -58
  39. data/vendor/depot_tools/gclient_scm.py +258 -46
  40. data/vendor/depot_tools/gclient_utils.py +17 -1
  41. data/vendor/depot_tools/gerrit_util.py +46 -13
  42. data/vendor/depot_tools/git_cache.py +0 -2
  43. data/vendor/depot_tools/git_cl.py +176 -335
  44. data/vendor/depot_tools/git_common.py +19 -16
  45. data/vendor/depot_tools/git_footers.py +19 -5
  46. data/vendor/depot_tools/git_hyper_blame.py +9 -3
  47. data/vendor/depot_tools/git_new_branch.py +15 -3
  48. data/vendor/depot_tools/git_upstream_diff.py +7 -2
  49. data/vendor/depot_tools/gsutil.py +1 -1
  50. data/vendor/depot_tools/infra/config/cq.cfg +1 -2
  51. data/vendor/depot_tools/infra/config/recipes.cfg +1 -1
  52. data/vendor/depot_tools/luci-auth +13 -0
  53. data/vendor/depot_tools/luci-auth.bat +8 -0
  54. data/vendor/depot_tools/man/html/depot_tools.html +0 -8
  55. data/vendor/depot_tools/man/html/git-upstream-diff.html +20 -3
  56. data/vendor/depot_tools/man/man1/git-upstream-diff.1 +27 -6
  57. data/vendor/depot_tools/man/man7/depot_tools.7 +0 -5
  58. data/vendor/depot_tools/man/man7/depot_tools_tutorial.7 +2 -2
  59. data/vendor/depot_tools/man/src/git-upstream-diff.txt +21 -3
  60. data/vendor/depot_tools/man/src/make_docs.sh +6 -0
  61. data/vendor/depot_tools/my_activity.py +283 -93
  62. data/vendor/depot_tools/owners.py +9 -4
  63. data/vendor/depot_tools/owners_finder.py +7 -3
  64. data/vendor/depot_tools/post_build_ninja_summary.py +322 -0
  65. data/vendor/depot_tools/presubmit_canned_checks.py +91 -106
  66. data/vendor/depot_tools/presubmit_support.py +219 -157
  67. data/vendor/depot_tools/prpc +13 -0
  68. data/vendor/depot_tools/prpc.bat +8 -0
  69. data/vendor/depot_tools/recipes/OWNERS +3 -1
  70. data/vendor/depot_tools/recipes/README.recipes.md +70 -111
  71. data/vendor/depot_tools/recipes/recipe_modules/bot_update/__init__.py +12 -5
  72. data/vendor/depot_tools/recipes/recipe_modules/bot_update/api.py +36 -68
  73. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/deprecated_got_revision_mapping.json +0 -8
  74. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/{trychange_oauth2_json.json → no_apply_patch_on_gclient.json} +64 -10
  75. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/{no_shallow.json → shallow.json} +1 -1
  76. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob.json +0 -8
  77. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_empty_revision.json +0 -8
  78. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail.json +0 -6
  79. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch.json +0 -7
  80. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_fail_patch_download.json +0 -6
  81. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_gerrit_angle_deprecated.json +44 -0
  82. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/{trychange_oauth2_buildbot.json → tryjob_gerrit_branch_heads.json} +51 -5
  83. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8.json +0 -8
  84. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/tryjob_v8_head_by_default.json +48 -8
  85. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.py +19 -26
  86. data/vendor/depot_tools/recipes/recipe_modules/bot_update/resources/bot_update.py +193 -155
  87. data/vendor/depot_tools/recipes/recipe_modules/bot_update/test_api.py +9 -0
  88. data/vendor/depot_tools/recipes/recipe_modules/gclient/api.py +2 -7
  89. data/vendor/depot_tools/recipes/recipe_modules/gclient/config.py +31 -5
  90. data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/basic.json +37 -19
  91. data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/buildbot.json +37 -19
  92. data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/revision.json +37 -19
  93. data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.expected/tryserver.json +37 -23
  94. data/vendor/depot_tools/recipes/recipe_modules/gclient/examples/full.py +4 -0
  95. data/vendor/depot_tools/recipes/recipe_modules/gerrit/api.py +40 -8
  96. data/vendor/depot_tools/recipes/recipe_modules/gerrit/examples/full.expected/basic.json +3 -3
  97. data/vendor/depot_tools/recipes/recipe_modules/gerrit/examples/full.py +6 -3
  98. data/vendor/depot_tools/recipes/recipe_modules/gitiles/OWNERS +0 -1
  99. data/vendor/depot_tools/recipes/recipe_modules/tryserver/__init__.py +0 -1
  100. data/vendor/depot_tools/recipes/recipe_modules/tryserver/api.py +7 -56
  101. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_wrong_patch.json +0 -1
  102. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.py +15 -16
  103. data/vendor/depot_tools/recipes/recipes.py +4 -2
  104. data/vendor/depot_tools/recipes/trigger_recipe_roller.txt +12 -0
  105. data/vendor/depot_tools/roll_dep.py +35 -37
  106. data/vendor/depot_tools/support/chromite_wrapper +1 -1
  107. data/vendor/depot_tools/third_party/logilab/astroid/README.chromium +3 -3
  108. data/vendor/depot_tools/third_party/logilab/astroid/__pkginfo__.py +2 -2
  109. data/vendor/depot_tools/third_party/logilab/astroid/astpeephole.py +86 -0
  110. data/vendor/depot_tools/third_party/logilab/astroid/bases.py +53 -66
  111. data/vendor/depot_tools/third_party/logilab/astroid/brain/py2pytest.py +31 -31
  112. data/vendor/depot_tools/third_party/logilab/astroid/brain/pynose.py +39 -16
  113. data/vendor/depot_tools/third_party/logilab/astroid/brain/pysix_moves.py +225 -189
  114. data/vendor/depot_tools/third_party/logilab/astroid/inference.py +45 -41
  115. data/vendor/depot_tools/third_party/logilab/astroid/manager.py +1 -0
  116. data/vendor/depot_tools/third_party/logilab/astroid/modutils.py +2 -2
  117. data/vendor/depot_tools/third_party/logilab/astroid/node_classes.py +3 -2
  118. data/vendor/depot_tools/third_party/logilab/astroid/nodes.py +1 -0
  119. data/vendor/depot_tools/third_party/logilab/astroid/protocols.py +57 -3
  120. data/vendor/depot_tools/third_party/logilab/astroid/raw_building.py +1 -1
  121. data/vendor/depot_tools/third_party/logilab/astroid/rebuilder.py +21 -1
  122. data/vendor/depot_tools/third_party/logilab/astroid/scoped_nodes.py +58 -33
  123. data/vendor/depot_tools/third_party/pylint/README.chromium +2 -2
  124. data/vendor/depot_tools/third_party/pylint/__pkginfo__.py +3 -3
  125. data/vendor/depot_tools/third_party/pylint/checkers/base.py +6 -18
  126. data/vendor/depot_tools/third_party/pylint/checkers/classes.py +64 -63
  127. data/vendor/depot_tools/third_party/pylint/checkers/design_analysis.py +25 -57
  128. data/vendor/depot_tools/third_party/pylint/checkers/format.py +14 -10
  129. data/vendor/depot_tools/third_party/pylint/checkers/python3.py +142 -37
  130. data/vendor/depot_tools/third_party/pylint/checkers/spelling.py +10 -1
  131. data/vendor/depot_tools/third_party/pylint/checkers/stdlib.py +50 -7
  132. data/vendor/depot_tools/third_party/pylint/checkers/strings.py +1 -1
  133. data/vendor/depot_tools/third_party/pylint/epylint.py +2 -1
  134. data/vendor/depot_tools/third_party/pylint/gui.py +1 -1
  135. data/vendor/depot_tools/third_party/pylint/lint.py +88 -23
  136. data/vendor/depot_tools/third_party/pylint/reporters/html.py +37 -5
  137. data/vendor/depot_tools/third_party/pylint/testutils.py +1 -1
  138. data/vendor/depot_tools/third_party/pylint/utils.py +5 -0
  139. data/vendor/depot_tools/vpython +31 -1
  140. data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +35 -2
  141. data/vendor/depot_tools/win_toolchain/package_from_installed.py +0 -15
  142. data/vendor/depot_tools/yapf +17 -0
  143. data/vendor/depot_tools/{apply_issue.bat → yapf.bat} +2 -2
  144. metadata +16 -58
  145. data/ext/libv8/compiler.rb +0 -39
  146. data/ext/libv8/compiler/apple_llvm.rb +0 -22
  147. data/ext/libv8/compiler/clang.rb +0 -22
  148. data/ext/libv8/compiler/gcc.rb +0 -22
  149. data/ext/libv8/compiler/generic_compiler.rb +0 -66
  150. data/ext/libv8/make.rb +0 -13
  151. data/ext/libv8/patcher.rb +0 -21
  152. data/patches/0001-Build-a-standalone-static-library.patch +0 -26
  153. data/patches/0002-Don-t-compile-unnecessary-stuff.patch +0 -85
  154. data/patches/0003-Use-the-fPIC-flag-for-the-static-library.patch +0 -25
  155. data/patches/0004-Do-not-embed-debug-symbols-in-macOS-libraries.patch +0 -25
  156. data/patches/0005-Remove-TryInstallOptimizedCode.patch +0 -321
  157. data/patches/mingw-generate-makefiles.sh +0 -97
  158. data/spec/compiler/apple_llvm_spec.rb +0 -37
  159. data/spec/compiler/clang_spec.rb +0 -37
  160. data/spec/compiler/gcc_spec.rb +0 -37
  161. data/spec/compiler/generic_compiler_spec.rb +0 -50
  162. data/spec/compiler_spec.rb +0 -45
  163. data/spec/support/compiler_helpers.rb +0 -47
  164. data/vendor/depot_tools/apply_issue +0 -8
  165. data/vendor/depot_tools/apply_issue.py +0 -315
  166. data/vendor/depot_tools/man/html/git-cherry-pick-upload.html +0 -815
  167. data/vendor/depot_tools/man/man1/git-cherry-pick-upload.1 +0 -80
  168. data/vendor/depot_tools/man/src/_git-cherry-pick-upload_desc.helper.txt +0 -1
  169. data/vendor/depot_tools/man/src/git-cherry-pick-upload.demo.1.sh +0 -17
  170. data/vendor/depot_tools/man/src/git-cherry-pick-upload.txt +0 -35
  171. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/trychange_oauth2.json +0 -8
  172. data/vendor/depot_tools/recipes/recipe_modules/bot_update/examples/full.expected/trychange_oauth2_json_win.json +0 -196
  173. data/vendor/depot_tools/recipes/recipe_modules/rietveld/__init__.py +0 -6
  174. data/vendor/depot_tools/recipes/recipe_modules/rietveld/api.py +0 -97
  175. data/vendor/depot_tools/recipes/recipe_modules/rietveld/examples/full.expected/basic.json +0 -8
  176. data/vendor/depot_tools/recipes/recipe_modules/rietveld/examples/full.expected/buildbot.json +0 -30
  177. data/vendor/depot_tools/recipes/recipe_modules/rietveld/examples/full.expected/no_auth.json +0 -27
  178. data/vendor/depot_tools/recipes/recipe_modules/rietveld/examples/full.py +0 -38
  179. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_rietveld_patch.json +0 -69
  180. data/vendor/depot_tools/recipes/recipe_modules/tryserver/examples/full.expected/with_rietveld_patch_new.json +0 -69
  181. data/vendor/depot_tools/third_party/cq_client/OWNERS +0 -2
  182. data/vendor/depot_tools/third_party/cq_client/README.depot_tools.md +0 -2
  183. data/vendor/depot_tools/third_party/cq_client/README.md +0 -59
  184. data/vendor/depot_tools/third_party/cq_client/__init__.py +0 -3
  185. data/vendor/depot_tools/third_party/cq_client/v1/__init__.py +0 -3
  186. data/vendor/depot_tools/third_party/cq_client/v1/cq.pb.go +0 -810
  187. data/vendor/depot_tools/third_party/cq_client/v1/cq.proto +0 -281
  188. data/vendor/depot_tools/third_party/cq_client/v1/cq_pb2.py +0 -794
  189. data/vendor/depot_tools/third_party/cq_client/v1/testdata/cq_both.cfg +0 -71
  190. data/vendor/depot_tools/third_party/cq_client/v1/testdata/cq_gerrit.cfg +0 -58
  191. data/vendor/depot_tools/third_party/cq_client/v1/testdata/cq_rietveld.cfg +0 -60
  192. data/vendor/depot_tools/third_party/cq_client/v2/__init__.py +0 -3
  193. data/vendor/depot_tools/third_party/cq_client/v2/cq.pb.go +0 -792
  194. data/vendor/depot_tools/third_party/cq_client/v2/cq.proto +0 -270
  195. data/vendor/depot_tools/third_party/cq_client/v2/cq_pb2.py +0 -841
@@ -1,71 +0,0 @@
1
- version: 1
2
- cq_name: "infra"
3
- cq_status_url: "https://chromium-cq-status.appspot.com"
4
- commit_burst_delay: 600
5
- max_commit_burst: 10
6
- in_production: false
7
- git_repo_url: "http://chromium.googlesource.com/infra/infra.git"
8
-
9
- rietveld {
10
- url: "https://codereview.chromium.org"
11
- }
12
-
13
- gerrit {
14
- cq_verified_label: "Commit-Queue-Verified"
15
- }
16
-
17
- verifiers {
18
-
19
- # This verifier is not supported in Gerrit, and is just ignored.
20
- reviewer_lgtm: {
21
- committer_list: "project-chromium-committers"
22
- dry_run_access_list: "project-chromium-tryjob-access"
23
- max_wait_secs: 600
24
- no_lgtm_msg: "LGTM is missing"
25
- }
26
-
27
- # This verifier is not supported in Rietveld, and is just ignored.
28
- gerrit_cq_ability {
29
- committer_list: "committer_list"
30
- }
31
-
32
- tree_status: {
33
- tree_status_url: "https://infra-status.appspot.com"
34
- }
35
-
36
- try_job {
37
- buckets {
38
- name: "tryserver.blink"
39
- builders { name: "android_blink_compile_dbg" }
40
- builders { name: "android_blink_compile_rel" }
41
- builders { name: "win_blink_rel" }
42
- builders {
43
- name: "win_blink_rel_triggered"
44
- triggered_by: "win_blink_rel"
45
- }
46
- }
47
- buckets {
48
- name: "tryserver.chromium.linux"
49
- builders {
50
- name: "android_arm64_dbg_recipe"
51
- }
52
- builders {
53
- name: "linux_chromium_rel_ng"
54
- experiment_percentage: 10
55
- }
56
- }
57
- buckets {
58
- name: "tryserver.chromium.mac"
59
- builders {
60
- name: "ios_dbg_simulator_ninja"
61
- experiment_percentage: 100
62
- }
63
- }
64
- try_job_retry_config {
65
- try_job_retry_quota: 10
66
- global_retry_quota: 11
67
- failure_retry_weight: 12
68
- transient_failure_retry_weight: 13
69
- }
70
- }
71
- }
@@ -1,58 +0,0 @@
1
- version: 1
2
- cq_name: "infra"
3
- cq_status_url: "https://chromium-cq-status.appspot.com"
4
- commit_burst_delay: 600
5
- max_commit_burst: 10
6
- in_production: false
7
- git_repo_url: "https://chromium.googlesource.com/infra/infra.git"
8
-
9
- gerrit {
10
- cq_verified_label: "Commit-Queue-Verified"
11
- dry_run_sets_cq_verified_label: true
12
- }
13
-
14
- verifiers {
15
- tree_status: {
16
- tree_status_url: "https://infra-status.appspot.com"
17
- }
18
-
19
- gerrit_cq_ability {
20
- committer_list: "committer_list"
21
- }
22
-
23
- try_job {
24
- buckets {
25
- name: "tryserver.blink"
26
- builders { name: "android_blink_compile_dbg" }
27
- builders { name: "android_blink_compile_rel" }
28
- builders { name: "win_blink_rel" }
29
- builders {
30
- name: "win_blink_rel_triggered"
31
- triggered_by: "win_blink_rel"
32
- }
33
- }
34
- buckets {
35
- name: "tryserver.chromium.linux"
36
- builders {
37
- name: "android_arm64_dbg_recipe"
38
- }
39
- builders {
40
- name: "linux_chromium_rel_ng"
41
- experiment_percentage: 10
42
- }
43
- }
44
- buckets {
45
- name: "tryserver.chromium.mac"
46
- builders {
47
- name: "ios_dbg_simulator_ninja"
48
- experiment_percentage: 100
49
- }
50
- }
51
- try_job_retry_config {
52
- try_job_retry_quota: 10
53
- global_retry_quota: 11
54
- failure_retry_weight: 12
55
- transient_failure_retry_weight: 13
56
- }
57
- }
58
- }
@@ -1,60 +0,0 @@
1
- version: 1
2
- cq_name: "infra"
3
- cq_status_url: "https://chromium-cq-status.appspot.com"
4
- commit_burst_delay: 600
5
- max_commit_burst: 10
6
- in_production: false
7
- git_repo_url: "http://github.com/infra/infra.git"
8
-
9
- rietveld {
10
- url: "https://codereview.chromium.org"
11
- }
12
-
13
- verifiers {
14
- reviewer_lgtm: {
15
- committer_list: "project-chromium-committers"
16
- dry_run_access_list: "project-chromium-tryjob-access"
17
- max_wait_secs: 600
18
- no_lgtm_msg: "LGTM is missing"
19
- }
20
-
21
- tree_status: {
22
- tree_status_url: "https://infra-status.appspot.com"
23
- }
24
-
25
- try_job {
26
- buckets {
27
- name: "tryserver.blink"
28
- builders { name: "android_blink_compile_dbg" }
29
- builders { name: "android_blink_compile_rel" }
30
- builders { name: "win_blink_rel" }
31
- builders {
32
- name: "win_blink_rel_triggered"
33
- triggered_by: "win_blink_rel"
34
- }
35
- }
36
- buckets {
37
- name: "tryserver.chromium.linux"
38
- builders {
39
- name: "android_arm64_dbg_recipe"
40
- }
41
- builders {
42
- name: "linux_chromium_rel_ng"
43
- experiment_percentage: 10
44
- }
45
- }
46
- buckets {
47
- name: "tryserver.chromium.mac"
48
- builders {
49
- name: "ios_dbg_simulator_ninja"
50
- experiment_percentage: 100
51
- }
52
- }
53
- try_job_retry_config {
54
- try_job_retry_quota: 10
55
- global_retry_quota: 11
56
- failure_retry_weight: 12
57
- transient_failure_retry_weight: 13
58
- }
59
- }
60
- }
@@ -1,3 +0,0 @@
1
- # Copyright 2017 The Chromium Authors. All rights reserved.
2
- # Use of this source code is governed by a BSD-style license that can be
3
- # found in the LICENSE file.
@@ -1,792 +0,0 @@
1
- // Code generated by protoc-gen-go. DO NOT EDIT.
2
- // source: cq.proto
3
-
4
- /*
5
- Package cq is a generated protocol buffer package.
6
-
7
- It is generated from these files:
8
- cq.proto
9
-
10
- It has these top-level messages:
11
- Config
12
- SharedConfig
13
- Rietveld
14
- Gerrit
15
- Verifiers
16
- */
17
- package cq
18
-
19
- import proto "github.com/golang/protobuf/proto"
20
- import fmt "fmt"
21
- import math "math"
22
-
23
- // Reference imports to suppress errors if they are not otherwise used.
24
- var _ = proto.Marshal
25
- var _ = fmt.Errorf
26
- var _ = math.Inf
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
-
34
- // This message describes a Commit Queue configuration for an entire project.
35
- // The config file cq.cfg should be stored in the project's config directory.
36
- type Config struct {
37
- // Required. Version of the config format.
38
- Version *int32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
39
- // The actual configurations, shared across multiple repositories.
40
- Configs []*SharedConfig `protobuf:"bytes,2,rep,name=configs" json:"configs,omitempty"`
41
- XXX_unrecognized []byte `json:"-"`
42
- }
43
-
44
- func (m *Config) Reset() { *m = Config{} }
45
- func (m *Config) String() string { return proto.CompactTextString(m) }
46
- func (*Config) ProtoMessage() {}
47
- func (*Config) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
48
-
49
- func (m *Config) GetVersion() int32 {
50
- if m != nil && m.Version != nil {
51
- return *m.Version
52
- }
53
- return 0
54
- }
55
-
56
- func (m *Config) GetConfigs() []*SharedConfig {
57
- if m != nil {
58
- return m.Configs
59
- }
60
- return nil
61
- }
62
-
63
- // This message describes a shared configuration for multiple repositories.
64
- type SharedConfig struct {
65
- // At least one required. List repositories which share this CQ configuration.
66
- Repos []*SharedConfig_Repository `protobuf:"bytes,1,rep,name=repos" json:"repos,omitempty"`
67
- // List of verifiers that verify if the CL is ready to be committed.
68
- Verifiers *Verifiers `protobuf:"bytes,2,opt,name=verifiers" json:"verifiers,omitempty"`
69
- // URL of the CQ status app to push updates to.
70
- CqStatusUrl *string `protobuf:"bytes,3,opt,name=cq_status_url,json=cqStatusUrl" json:"cq_status_url,omitempty"`
71
- // Delay between commit bursts in seconds. Default value is 480.
72
- CommitBurstDelay *int32 `protobuf:"varint,4,opt,name=commit_burst_delay,json=commitBurstDelay" json:"commit_burst_delay,omitempty"`
73
- // Maximum number of commits done sequentially, before waiting for
74
- // commit_burst_delay. Default value is 4.
75
- MaxCommitBurst *int32 `protobuf:"varint,5,opt,name=max_commit_burst,json=maxCommitBurst" json:"max_commit_burst,omitempty"`
76
- // Configuration options for Rietveld code review.
77
- // DEPRECATED, will be removed.
78
- Rietveld *Rietveld `protobuf:"bytes,6,opt,name=rietveld" json:"rietveld,omitempty"`
79
- // Configuration options for Gerrit code review.
80
- Gerrit *Gerrit `protobuf:"bytes,7,opt,name=gerrit" json:"gerrit,omitempty"`
81
- // If present, the CQ will refrain from processing any CLs which CQ was
82
- // triggered after this time. Setting this time very far in the past will
83
- // effectively make CQ not process any CLs.
84
- //
85
- // This is an UTC RFC3339 (stiptime(tm)) string representing the time.
86
- // For example, "2017-12-23T15:47:58Z" and Z is required.
87
- DrainingStartTime *string `protobuf:"bytes,8,opt,name=draining_start_time,json=drainingStartTime" json:"draining_start_time,omitempty"`
88
- XXX_unrecognized []byte `json:"-"`
89
- }
90
-
91
- func (m *SharedConfig) Reset() { *m = SharedConfig{} }
92
- func (m *SharedConfig) String() string { return proto.CompactTextString(m) }
93
- func (*SharedConfig) ProtoMessage() {}
94
- func (*SharedConfig) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
95
-
96
- func (m *SharedConfig) GetRepos() []*SharedConfig_Repository {
97
- if m != nil {
98
- return m.Repos
99
- }
100
- return nil
101
- }
102
-
103
- func (m *SharedConfig) GetVerifiers() *Verifiers {
104
- if m != nil {
105
- return m.Verifiers
106
- }
107
- return nil
108
- }
109
-
110
- func (m *SharedConfig) GetCqStatusUrl() string {
111
- if m != nil && m.CqStatusUrl != nil {
112
- return *m.CqStatusUrl
113
- }
114
- return ""
115
- }
116
-
117
- func (m *SharedConfig) GetCommitBurstDelay() int32 {
118
- if m != nil && m.CommitBurstDelay != nil {
119
- return *m.CommitBurstDelay
120
- }
121
- return 0
122
- }
123
-
124
- func (m *SharedConfig) GetMaxCommitBurst() int32 {
125
- if m != nil && m.MaxCommitBurst != nil {
126
- return *m.MaxCommitBurst
127
- }
128
- return 0
129
- }
130
-
131
- func (m *SharedConfig) GetRietveld() *Rietveld {
132
- if m != nil {
133
- return m.Rietveld
134
- }
135
- return nil
136
- }
137
-
138
- func (m *SharedConfig) GetGerrit() *Gerrit {
139
- if m != nil {
140
- return m.Gerrit
141
- }
142
- return nil
143
- }
144
-
145
- func (m *SharedConfig) GetDrainingStartTime() string {
146
- if m != nil && m.DrainingStartTime != nil {
147
- return *m.DrainingStartTime
148
- }
149
- return ""
150
- }
151
-
152
- type SharedConfig_Repository struct {
153
- // Required. URL to repository and also its identifier.
154
- Url *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
155
- // Refs to follow for the repository.
156
- // If this field is left unspecified, refs/heads/master will be used.
157
- Refs []string `protobuf:"bytes,2,rep,name=refs" json:"refs,omitempty"`
158
- XXX_unrecognized []byte `json:"-"`
159
- }
160
-
161
- func (m *SharedConfig_Repository) Reset() { *m = SharedConfig_Repository{} }
162
- func (m *SharedConfig_Repository) String() string { return proto.CompactTextString(m) }
163
- func (*SharedConfig_Repository) ProtoMessage() {}
164
- func (*SharedConfig_Repository) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1, 0} }
165
-
166
- func (m *SharedConfig_Repository) GetUrl() string {
167
- if m != nil && m.Url != nil {
168
- return *m.Url
169
- }
170
- return ""
171
- }
172
-
173
- func (m *SharedConfig_Repository) GetRefs() []string {
174
- if m != nil {
175
- return m.Refs
176
- }
177
- return nil
178
- }
179
-
180
- type Rietveld struct {
181
- // Required. URL of the codereview site.
182
- Url *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
183
- XXX_unrecognized []byte `json:"-"`
184
- }
185
-
186
- func (m *Rietveld) Reset() { *m = Rietveld{} }
187
- func (m *Rietveld) String() string { return proto.CompactTextString(m) }
188
- func (*Rietveld) ProtoMessage() {}
189
- func (*Rietveld) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
190
-
191
- func (m *Rietveld) GetUrl() string {
192
- if m != nil && m.Url != nil {
193
- return *m.Url
194
- }
195
- return ""
196
- }
197
-
198
- // Unlike Rietveld, Gerrit doesn't need a separate url.
199
- // Instead, the Repository url must be specified on the Gerrit instance,
200
- // and CQ will deduce Gerrit url from it.
201
- // Also, gerrit_cq_ability verifier must be defined in case of Gerrit.
202
- //
203
- // For example, if https://chromium.googlesource.com/infra/infra.git is your
204
- // repo url provided in `git_repo_url` above, then
205
- // https://chromium-review.googlesource.com/#/admin/projects/infra/infra should
206
- // show general properties of your project.
207
- //
208
- // Also,
209
- // https://chromium-review.googlesource.com/#/admin/projects/infra/infra,access
210
- // should show ACLs for refs in your project, but you may need to be admin to
211
- // see it. This will come handy to enable and customize the CQ-related workflows
212
- // for your project.
213
- type Gerrit struct {
214
- // Optional. If set, tells CQ to vote on a given label to mark result of CQ
215
- // run. The vote is either -1 if failed or 1 on success, and will be given on
216
- // non-dry runs only.
217
- // This vote can then be used in Gerrit's rule for submitting issues, so as to
218
- // require CQ run. CQ will attempt to submit issue only after setting this
219
- // label.
220
- CqVerifiedLabel *string `protobuf:"bytes,1,opt,name=cq_verified_label,json=cqVerifiedLabel" json:"cq_verified_label,omitempty"`
221
- // Optional and only allowed if cq_verified_label is set. Default: False.
222
- // If set, tells CQ to vote on the Verified label even on dry run.
223
- // This is useful if CQ has no presubmit builders, as dry run would be
224
- // totally equivalent to full run, except that CQ won't try to actually submit
225
- // the code.
226
- DryRunSetsCqVerifiedLabel *bool `protobuf:"varint,2,opt,name=dry_run_sets_cq_verified_label,json=dryRunSetsCqVerifiedLabel" json:"dry_run_sets_cq_verified_label,omitempty"`
227
- XXX_unrecognized []byte `json:"-"`
228
- }
229
-
230
- func (m *Gerrit) Reset() { *m = Gerrit{} }
231
- func (m *Gerrit) String() string { return proto.CompactTextString(m) }
232
- func (*Gerrit) ProtoMessage() {}
233
- func (*Gerrit) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
234
-
235
- func (m *Gerrit) GetCqVerifiedLabel() string {
236
- if m != nil && m.CqVerifiedLabel != nil {
237
- return *m.CqVerifiedLabel
238
- }
239
- return ""
240
- }
241
-
242
- func (m *Gerrit) GetDryRunSetsCqVerifiedLabel() bool {
243
- if m != nil && m.DryRunSetsCqVerifiedLabel != nil {
244
- return *m.DryRunSetsCqVerifiedLabel
245
- }
246
- return false
247
- }
248
-
249
- // Verifiers are various types of checks that a Commit Queue performs on a CL.
250
- // All verifiers must pass in order for a CL to be landed. Configuration file
251
- // describes types of verifiers that should be applied to each CL and their
252
- // parameters.
253
- type Verifiers struct {
254
- // [Rietveld only] This verifier is used to ensure that an LGTM was posted to
255
- // the code review site from a valid project committer. It also validates
256
- // ability of non-committers to trigger CQ, which for Gerrit is done by
257
- // GerritCQAbilityVerifier.
258
- ReviewerLgtm *Verifiers_ReviewerLgtmVerifier `protobuf:"bytes,1,opt,name=reviewer_lgtm,json=reviewerLgtm" json:"reviewer_lgtm,omitempty"`
259
- // [Gerrit only] GerritCQAbilityVerifier ensures that a user who triggered
260
- // this CQ attempt has actually rights to do so based on 3 factors:
261
- // * membership of the user in committers & dryrunners group,
262
- // * the state of CL/patchset on which CQ is triggered,
263
- // * relationship of the user to the CL.
264
- // This verifier must be specified for Gerrit.
265
- GerritCqAbility *Verifiers_GerritCQAbilityVerifier `protobuf:"bytes,5,opt,name=gerrit_cq_ability,json=gerritCqAbility" json:"gerrit_cq_ability,omitempty"`
266
- // This verifier is used to check tree status before committing a CL. If the
267
- // tree is closed, then the verifier will wait until it is reopened.
268
- TreeStatus *Verifiers_TreeStatusLgtmVerifier `protobuf:"bytes,2,opt,name=tree_status,json=treeStatus" json:"tree_status,omitempty"`
269
- // This verifier triggers a set of tryjobs that are to be run on builders on
270
- // Buildbot. It automatically retries failed try-jobs and only allows CL to
271
- // land if each builder has succeeded in the latest retry. If a given tryjob
272
- // result is too old (>1 day) it is ignored.
273
- TryJob *Verifiers_TryJobVerifier `protobuf:"bytes,3,opt,name=try_job,json=tryJob" json:"try_job,omitempty"`
274
- // This verifier is used to ensure that the author has signed Google's
275
- // Contributor License Agreement.
276
- SignCla *Verifiers_SignCLAVerifier `protobuf:"bytes,4,opt,name=sign_cla,json=signCla" json:"sign_cla,omitempty"`
277
- XXX_unrecognized []byte `json:"-"`
278
- }
279
-
280
- func (m *Verifiers) Reset() { *m = Verifiers{} }
281
- func (m *Verifiers) String() string { return proto.CompactTextString(m) }
282
- func (*Verifiers) ProtoMessage() {}
283
- func (*Verifiers) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
284
-
285
- func (m *Verifiers) GetReviewerLgtm() *Verifiers_ReviewerLgtmVerifier {
286
- if m != nil {
287
- return m.ReviewerLgtm
288
- }
289
- return nil
290
- }
291
-
292
- func (m *Verifiers) GetGerritCqAbility() *Verifiers_GerritCQAbilityVerifier {
293
- if m != nil {
294
- return m.GerritCqAbility
295
- }
296
- return nil
297
- }
298
-
299
- func (m *Verifiers) GetTreeStatus() *Verifiers_TreeStatusLgtmVerifier {
300
- if m != nil {
301
- return m.TreeStatus
302
- }
303
- return nil
304
- }
305
-
306
- func (m *Verifiers) GetTryJob() *Verifiers_TryJobVerifier {
307
- if m != nil {
308
- return m.TryJob
309
- }
310
- return nil
311
- }
312
-
313
- func (m *Verifiers) GetSignCla() *Verifiers_SignCLAVerifier {
314
- if m != nil {
315
- return m.SignCla
316
- }
317
- return nil
318
- }
319
-
320
- type Verifiers_ReviewerLgtmVerifier struct {
321
- // Required. Name of the chrome-infra-auth group, which contains the list of
322
- // identities authorized to approve (lgtm) a CL and trigger CQ run or dry
323
- // run.
324
- CommitterList *string `protobuf:"bytes,1,opt,name=committer_list,json=committerList" json:"committer_list,omitempty"`
325
- // Number of seconds to wait for LGTM on CQ. Default value is 0.
326
- MaxWaitSecs *int32 `protobuf:"varint,2,opt,name=max_wait_secs,json=maxWaitSecs" json:"max_wait_secs,omitempty"`
327
- // Message to be posted to code review site when no LGTM is found. Default
328
- // value is "No LGTM from a valid reviewer yet. Only full committers are "
329
- // "accepted.\nEven if an LGTM may have been provided, it was from a "
330
- // "non-committer,\n_not_ a full super star committer.\nSee "
331
- // "http://www.chromium.org/getting-involved/become-a-committer\nNote that "
332
- // "this has nothing to do with OWNERS files."
333
- NoLgtmMsg *string `protobuf:"bytes,3,opt,name=no_lgtm_msg,json=noLgtmMsg" json:"no_lgtm_msg,omitempty"`
334
- // Optional, but recommended. Name of the chrome-infra-auth group,
335
- // which contains the list of identities authorized to trigger CQ dry run.
336
- // This is usually the same group as tryjob-access.
337
- DryRunAccessList *string `protobuf:"bytes,4,opt,name=dry_run_access_list,json=dryRunAccessList" json:"dry_run_access_list,omitempty"`
338
- XXX_unrecognized []byte `json:"-"`
339
- }
340
-
341
- func (m *Verifiers_ReviewerLgtmVerifier) Reset() { *m = Verifiers_ReviewerLgtmVerifier{} }
342
- func (m *Verifiers_ReviewerLgtmVerifier) String() string { return proto.CompactTextString(m) }
343
- func (*Verifiers_ReviewerLgtmVerifier) ProtoMessage() {}
344
- func (*Verifiers_ReviewerLgtmVerifier) Descriptor() ([]byte, []int) {
345
- return fileDescriptor0, []int{4, 0}
346
- }
347
-
348
- func (m *Verifiers_ReviewerLgtmVerifier) GetCommitterList() string {
349
- if m != nil && m.CommitterList != nil {
350
- return *m.CommitterList
351
- }
352
- return ""
353
- }
354
-
355
- func (m *Verifiers_ReviewerLgtmVerifier) GetMaxWaitSecs() int32 {
356
- if m != nil && m.MaxWaitSecs != nil {
357
- return *m.MaxWaitSecs
358
- }
359
- return 0
360
- }
361
-
362
- func (m *Verifiers_ReviewerLgtmVerifier) GetNoLgtmMsg() string {
363
- if m != nil && m.NoLgtmMsg != nil {
364
- return *m.NoLgtmMsg
365
- }
366
- return ""
367
- }
368
-
369
- func (m *Verifiers_ReviewerLgtmVerifier) GetDryRunAccessList() string {
370
- if m != nil && m.DryRunAccessList != nil {
371
- return *m.DryRunAccessList
372
- }
373
- return ""
374
- }
375
-
376
- type Verifiers_GerritCQAbilityVerifier struct {
377
- // Required. Name of the chrome-infra-auth group, which contains the list of
378
- // identities authorized to trigger CQ runs on any CLs in this project.
379
- CommitterList *string `protobuf:"bytes,1,opt,name=committer_list,json=committerList" json:"committer_list,omitempty"`
380
- // Optional, but strongly recommended. Name of the chrome-infra-auth group,
381
- // which contains the list of identities authorized to trigger CQ dry run
382
- // on Gerrit CLs they own (not to be confused with OWNER files) even if CL
383
- // hasn't been approved.
384
- // This is usually the same group as tryjob-access.
385
- DryRunAccessList *string `protobuf:"bytes,4,opt,name=dry_run_access_list,json=dryRunAccessList" json:"dry_run_access_list,omitempty"`
386
- // Optional. allow_submit_with_open_deps controls how CQ full run behaves
387
- // when current Gerrit CL has open dependencies (not yet submitted CLs on
388
- // which *this* CL depends).
389
- //
390
- // If set to false (default), CQ will abort full run attempt immediately if
391
- // open dependencies are detected.
392
- //
393
- // If set to true, then CQ will not abort full run and upon passing all
394
- // other verifiers, CQ will attempt to submit the CL regardless of open
395
- // dependencies. In turn, if Gerrit project config allows this, Gerrit will
396
- // execute submit all dependent CLs first and then this CL.
397
- AllowSubmitWithOpenDeps *bool `protobuf:"varint,5,opt,name=allow_submit_with_open_deps,json=allowSubmitWithOpenDeps" json:"allow_submit_with_open_deps,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{4, 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
-
422
- func (m *Verifiers_GerritCQAbilityVerifier) GetAllowSubmitWithOpenDeps() bool {
423
- if m != nil && m.AllowSubmitWithOpenDeps != nil {
424
- return *m.AllowSubmitWithOpenDeps
425
- }
426
- return false
427
- }
428
-
429
- type Verifiers_TreeStatusLgtmVerifier struct {
430
- // Required. URL of the project tree status app.
431
- TreeStatusUrl *string `protobuf:"bytes,1,opt,name=tree_status_url,json=treeStatusUrl" json:"tree_status_url,omitempty"`
432
- XXX_unrecognized []byte `json:"-"`
433
- }
434
-
435
- func (m *Verifiers_TreeStatusLgtmVerifier) Reset() { *m = Verifiers_TreeStatusLgtmVerifier{} }
436
- func (m *Verifiers_TreeStatusLgtmVerifier) String() string { return proto.CompactTextString(m) }
437
- func (*Verifiers_TreeStatusLgtmVerifier) ProtoMessage() {}
438
- func (*Verifiers_TreeStatusLgtmVerifier) Descriptor() ([]byte, []int) {
439
- return fileDescriptor0, []int{4, 2}
440
- }
441
-
442
- func (m *Verifiers_TreeStatusLgtmVerifier) GetTreeStatusUrl() string {
443
- if m != nil && m.TreeStatusUrl != nil {
444
- return *m.TreeStatusUrl
445
- }
446
- return ""
447
- }
448
-
449
- type Verifiers_TryJobVerifier struct {
450
- // Buckets on which tryjobs are triggered/watched.
451
- Buckets []*Verifiers_TryJobVerifier_Bucket `protobuf:"bytes,1,rep,name=buckets" json:"buckets,omitempty"`
452
- // Provides project specific trybot retry configuration. This overrides the
453
- // defaults used in the CQ.
454
- TryJobRetryConfig *Verifiers_TryJobVerifier_TryJobRetryConfig `protobuf:"bytes,2,opt,name=try_job_retry_config,json=tryJobRetryConfig" json:"try_job_retry_config,omitempty"`
455
- XXX_unrecognized []byte `json:"-"`
456
- }
457
-
458
- func (m *Verifiers_TryJobVerifier) Reset() { *m = Verifiers_TryJobVerifier{} }
459
- func (m *Verifiers_TryJobVerifier) String() string { return proto.CompactTextString(m) }
460
- func (*Verifiers_TryJobVerifier) ProtoMessage() {}
461
- func (*Verifiers_TryJobVerifier) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4, 3} }
462
-
463
- func (m *Verifiers_TryJobVerifier) GetBuckets() []*Verifiers_TryJobVerifier_Bucket {
464
- if m != nil {
465
- return m.Buckets
466
- }
467
- return nil
468
- }
469
-
470
- func (m *Verifiers_TryJobVerifier) GetTryJobRetryConfig() *Verifiers_TryJobVerifier_TryJobRetryConfig {
471
- if m != nil {
472
- return m.TryJobRetryConfig
473
- }
474
- return nil
475
- }
476
-
477
- type Verifiers_TryJobVerifier_EquivalentBuilder struct {
478
- // Required. Bucket name of this builder.
479
- Bucket *string `protobuf:"bytes,1,opt,name=bucket" json:"bucket,omitempty"`
480
- // Required. Name of this builder.
481
- Builder *string `protobuf:"bytes,2,opt,name=builder" json:"builder,omitempty"`
482
- // Percentage expressing probability of CQ requiring this builder
483
- // instead of the builder to which this builder is equilvanet to.
484
- //
485
- // If not specified, defaults to 50.
486
- //
487
- // A choice itself is made deterministicly based on CL alone, hereby
488
- // all CQ attempts on all patchsets of a given CL will require the same
489
- // builder, assuming CQ config doesn't change in the mean time.
490
- //
491
- // Note that if `owner_whitelist_group` is also specified, the choice over
492
- // two builders will be made only for CLs owned by whitelisted group.
493
- //
494
- // To illustrate, suppose percentage=10. Then,
495
- // Without owner_whitelist_group,
496
- // ~10% of all CQ attempts will choose this builder.
497
- // With owner_whitelist_group set and, suppose, 1/5 of CQ attempts are
498
- // ran on CLs owned by this group, then only ~(1/10)*(1/5) or
499
- // ~2% of all CQ attempts will choose this builder.
500
- Percentage *int32 `protobuf:"varint,3,opt,name=percentage" json:"percentage,omitempty"`
501
- // If not specified, limits the builder to CL owners in this group.
502
- OwnerWhitelistGroup *string `protobuf:"bytes,4,opt,name=owner_whitelist_group,json=ownerWhitelistGroup" json:"owner_whitelist_group,omitempty"`
503
- XXX_unrecognized []byte `json:"-"`
504
- }
505
-
506
- func (m *Verifiers_TryJobVerifier_EquivalentBuilder) Reset() {
507
- *m = Verifiers_TryJobVerifier_EquivalentBuilder{}
508
- }
509
- func (m *Verifiers_TryJobVerifier_EquivalentBuilder) String() string {
510
- return proto.CompactTextString(m)
511
- }
512
- func (*Verifiers_TryJobVerifier_EquivalentBuilder) ProtoMessage() {}
513
- func (*Verifiers_TryJobVerifier_EquivalentBuilder) Descriptor() ([]byte, []int) {
514
- return fileDescriptor0, []int{4, 3, 0}
515
- }
516
-
517
- func (m *Verifiers_TryJobVerifier_EquivalentBuilder) GetBucket() string {
518
- if m != nil && m.Bucket != nil {
519
- return *m.Bucket
520
- }
521
- return ""
522
- }
523
-
524
- func (m *Verifiers_TryJobVerifier_EquivalentBuilder) GetBuilder() string {
525
- if m != nil && m.Builder != nil {
526
- return *m.Builder
527
- }
528
- return ""
529
- }
530
-
531
- func (m *Verifiers_TryJobVerifier_EquivalentBuilder) GetPercentage() int32 {
532
- if m != nil && m.Percentage != nil {
533
- return *m.Percentage
534
- }
535
- return 0
536
- }
537
-
538
- func (m *Verifiers_TryJobVerifier_EquivalentBuilder) GetOwnerWhitelistGroup() string {
539
- if m != nil && m.OwnerWhitelistGroup != nil {
540
- return *m.OwnerWhitelistGroup
541
- }
542
- return ""
543
- }
544
-
545
- type Verifiers_TryJobVerifier_Builder struct {
546
- // Name of the builder.
547
- Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
548
- // Optionally specify a builder name that triggers the given builder.
549
- // Otherwise, CQ will trigger this builder (default). If in doubt, you
550
- // probably won't need this.
551
- TriggeredBy *string `protobuf:"bytes,2,opt,name=triggered_by,json=triggeredBy" json:"triggered_by,omitempty"`
552
- // When this field is present, it marks given builder as experimental. It
553
- // is only executed on a given percentage of the CLs and the outcome does
554
- // not affect the decicion whether a CL can land or not. This is typically
555
- // used to test new builders and estimate their capacity requirements.
556
- ExperimentPercentage *float32 `protobuf:"fixed32,4,opt,name=experiment_percentage,json=experimentPercentage" json:"experiment_percentage,omitempty"`
557
- // Optionally specified alternative builder for CQ to choose instead.
558
- // If provided, CQ will choose only one of the equivalent builders as
559
- // required based purely on given CL and CL's owner and **regardless** of
560
- // the possibly already completed try jobs.
561
- //
562
- // Note: none of the equivalent builders should be part of triggered_by
563
- // chain, although CQ may eventually relax this requirement somewhat.
564
- EquivalentTo *Verifiers_TryJobVerifier_EquivalentBuilder `protobuf:"bytes,5,opt,name=equivalent_to,json=equivalentTo" json:"equivalent_to,omitempty"`
565
- XXX_unrecognized []byte `json:"-"`
566
- }
567
-
568
- func (m *Verifiers_TryJobVerifier_Builder) Reset() { *m = Verifiers_TryJobVerifier_Builder{} }
569
- func (m *Verifiers_TryJobVerifier_Builder) String() string { return proto.CompactTextString(m) }
570
- func (*Verifiers_TryJobVerifier_Builder) ProtoMessage() {}
571
- func (*Verifiers_TryJobVerifier_Builder) Descriptor() ([]byte, []int) {
572
- return fileDescriptor0, []int{4, 3, 1}
573
- }
574
-
575
- func (m *Verifiers_TryJobVerifier_Builder) GetName() string {
576
- if m != nil && m.Name != nil {
577
- return *m.Name
578
- }
579
- return ""
580
- }
581
-
582
- func (m *Verifiers_TryJobVerifier_Builder) GetTriggeredBy() string {
583
- if m != nil && m.TriggeredBy != nil {
584
- return *m.TriggeredBy
585
- }
586
- return ""
587
- }
588
-
589
- func (m *Verifiers_TryJobVerifier_Builder) GetExperimentPercentage() float32 {
590
- if m != nil && m.ExperimentPercentage != nil {
591
- return *m.ExperimentPercentage
592
- }
593
- return 0
594
- }
595
-
596
- func (m *Verifiers_TryJobVerifier_Builder) GetEquivalentTo() *Verifiers_TryJobVerifier_EquivalentBuilder {
597
- if m != nil {
598
- return m.EquivalentTo
599
- }
600
- return nil
601
- }
602
-
603
- type Verifiers_TryJobVerifier_Bucket struct {
604
- // Name of the bucket. This is typically the same as a master name without
605
- // the 'master.' prefix, e.g. 'chromium.linux' or 'tryserver.webrtc'. CQ
606
- // will automatically add 'master.' prefix if not there.
607
- Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
608
- // Builders on which tryjobs should be triggered.
609
- Builders []*Verifiers_TryJobVerifier_Builder `protobuf:"bytes,2,rep,name=builders" json:"builders,omitempty"`
610
- XXX_unrecognized []byte `json:"-"`
611
- }
612
-
613
- func (m *Verifiers_TryJobVerifier_Bucket) Reset() { *m = Verifiers_TryJobVerifier_Bucket{} }
614
- func (m *Verifiers_TryJobVerifier_Bucket) String() string { return proto.CompactTextString(m) }
615
- func (*Verifiers_TryJobVerifier_Bucket) ProtoMessage() {}
616
- func (*Verifiers_TryJobVerifier_Bucket) Descriptor() ([]byte, []int) {
617
- return fileDescriptor0, []int{4, 3, 2}
618
- }
619
-
620
- func (m *Verifiers_TryJobVerifier_Bucket) GetName() string {
621
- if m != nil && m.Name != nil {
622
- return *m.Name
623
- }
624
- return ""
625
- }
626
-
627
- func (m *Verifiers_TryJobVerifier_Bucket) GetBuilders() []*Verifiers_TryJobVerifier_Builder {
628
- if m != nil {
629
- return m.Builders
630
- }
631
- return nil
632
- }
633
-
634
- type Verifiers_TryJobVerifier_TryJobRetryConfig struct {
635
- // Retry quota for a single tryjob.
636
- TryJobRetryQuota *int32 `protobuf:"varint,1,opt,name=try_job_retry_quota,json=tryJobRetryQuota" json:"try_job_retry_quota,omitempty"`
637
- // Retry quota for all tryjobs in a CL.
638
- GlobalRetryQuota *int32 `protobuf:"varint,2,opt,name=global_retry_quota,json=globalRetryQuota" json:"global_retry_quota,omitempty"`
639
- // The weight assigned to each tryjob failure.
640
- FailureRetryWeight *int32 `protobuf:"varint,3,opt,name=failure_retry_weight,json=failureRetryWeight" json:"failure_retry_weight,omitempty"`
641
- // The weight assigned to each transient failure.
642
- TransientFailureRetryWeight *int32 `protobuf:"varint,4,opt,name=transient_failure_retry_weight,json=transientFailureRetryWeight" json:"transient_failure_retry_weight,omitempty"`
643
- // The weight assigned to tryjob timeouts.
644
- TimeoutRetryWeight *int32 `protobuf:"varint,5,opt,name=timeout_retry_weight,json=timeoutRetryWeight" json:"timeout_retry_weight,omitempty"`
645
- XXX_unrecognized []byte `json:"-"`
646
- }
647
-
648
- func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) Reset() {
649
- *m = Verifiers_TryJobVerifier_TryJobRetryConfig{}
650
- }
651
- func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) String() string {
652
- return proto.CompactTextString(m)
653
- }
654
- func (*Verifiers_TryJobVerifier_TryJobRetryConfig) ProtoMessage() {}
655
- func (*Verifiers_TryJobVerifier_TryJobRetryConfig) Descriptor() ([]byte, []int) {
656
- return fileDescriptor0, []int{4, 3, 3}
657
- }
658
-
659
- func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetTryJobRetryQuota() int32 {
660
- if m != nil && m.TryJobRetryQuota != nil {
661
- return *m.TryJobRetryQuota
662
- }
663
- return 0
664
- }
665
-
666
- func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetGlobalRetryQuota() int32 {
667
- if m != nil && m.GlobalRetryQuota != nil {
668
- return *m.GlobalRetryQuota
669
- }
670
- return 0
671
- }
672
-
673
- func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetFailureRetryWeight() int32 {
674
- if m != nil && m.FailureRetryWeight != nil {
675
- return *m.FailureRetryWeight
676
- }
677
- return 0
678
- }
679
-
680
- func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetTransientFailureRetryWeight() int32 {
681
- if m != nil && m.TransientFailureRetryWeight != nil {
682
- return *m.TransientFailureRetryWeight
683
- }
684
- return 0
685
- }
686
-
687
- func (m *Verifiers_TryJobVerifier_TryJobRetryConfig) GetTimeoutRetryWeight() int32 {
688
- if m != nil && m.TimeoutRetryWeight != nil {
689
- return *m.TimeoutRetryWeight
690
- }
691
- return 0
692
- }
693
-
694
- type Verifiers_SignCLAVerifier struct {
695
- XXX_unrecognized []byte `json:"-"`
696
- }
697
-
698
- func (m *Verifiers_SignCLAVerifier) Reset() { *m = Verifiers_SignCLAVerifier{} }
699
- func (m *Verifiers_SignCLAVerifier) String() string { return proto.CompactTextString(m) }
700
- func (*Verifiers_SignCLAVerifier) ProtoMessage() {}
701
- func (*Verifiers_SignCLAVerifier) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4, 4} }
702
-
703
- func init() {
704
- proto.RegisterType((*Config)(nil), "Config")
705
- proto.RegisterType((*SharedConfig)(nil), "SharedConfig")
706
- proto.RegisterType((*SharedConfig_Repository)(nil), "SharedConfig.Repository")
707
- proto.RegisterType((*Rietveld)(nil), "Rietveld")
708
- proto.RegisterType((*Gerrit)(nil), "Gerrit")
709
- proto.RegisterType((*Verifiers)(nil), "Verifiers")
710
- proto.RegisterType((*Verifiers_ReviewerLgtmVerifier)(nil), "Verifiers.ReviewerLgtmVerifier")
711
- proto.RegisterType((*Verifiers_GerritCQAbilityVerifier)(nil), "Verifiers.GerritCQAbilityVerifier")
712
- proto.RegisterType((*Verifiers_TreeStatusLgtmVerifier)(nil), "Verifiers.TreeStatusLgtmVerifier")
713
- proto.RegisterType((*Verifiers_TryJobVerifier)(nil), "Verifiers.TryJobVerifier")
714
- proto.RegisterType((*Verifiers_TryJobVerifier_EquivalentBuilder)(nil), "Verifiers.TryJobVerifier.EquivalentBuilder")
715
- proto.RegisterType((*Verifiers_TryJobVerifier_Builder)(nil), "Verifiers.TryJobVerifier.Builder")
716
- proto.RegisterType((*Verifiers_TryJobVerifier_Bucket)(nil), "Verifiers.TryJobVerifier.Bucket")
717
- proto.RegisterType((*Verifiers_TryJobVerifier_TryJobRetryConfig)(nil), "Verifiers.TryJobVerifier.TryJobRetryConfig")
718
- proto.RegisterType((*Verifiers_SignCLAVerifier)(nil), "Verifiers.SignCLAVerifier")
719
- }
720
-
721
- func init() { proto.RegisterFile("cq.proto", fileDescriptor0) }
722
-
723
- var fileDescriptor0 = []byte{
724
- // 1057 bytes of a gzipped FileDescriptorProto
725
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0x5b, 0x6f, 0x1b, 0x45,
726
- 0x14, 0x96, 0x73, 0xf1, 0xe5, 0x38, 0x6e, 0xec, 0x69, 0xda, 0x6e, 0x5d, 0x94, 0xa6, 0x96, 0x00,
727
- 0x73, 0xb3, 0x2a, 0x23, 0x5e, 0x10, 0x48, 0xc4, 0x2e, 0x54, 0x82, 0x00, 0xed, 0x3a, 0x25, 0x0f,
728
- 0x20, 0x8d, 0xc6, 0xeb, 0x93, 0xcd, 0xc0, 0x5e, 0xec, 0x99, 0xd9, 0x38, 0xfe, 0x09, 0xbc, 0xf7,
729
- 0xa5, 0x3f, 0x02, 0x89, 0x7f, 0xc1, 0xdf, 0x42, 0x73, 0xd9, 0xf5, 0xba, 0x49, 0x2a, 0x78, 0xdb,
730
- 0x3d, 0xdf, 0xf7, 0xcd, 0x39, 0x73, 0xce, 0x37, 0x33, 0x50, 0x0f, 0x16, 0x83, 0xb9, 0x48, 0x55,
731
- 0xda, 0xfb, 0x01, 0xaa, 0xe3, 0x34, 0x39, 0xe7, 0x21, 0xf1, 0xa0, 0x76, 0x89, 0x42, 0xf2, 0x34,
732
- 0xf1, 0x2a, 0x47, 0x95, 0xfe, 0xae, 0x9f, 0xff, 0x92, 0x0f, 0xa1, 0x16, 0x18, 0x8e, 0xf4, 0xb6,
733
- 0x8e, 0xb6, 0xfb, 0xcd, 0x61, 0x6b, 0x30, 0xb9, 0x60, 0x02, 0x67, 0x56, 0xe9, 0xe7, 0x68, 0xef,
734
- 0xf5, 0x36, 0xec, 0x95, 0x11, 0x32, 0x80, 0x5d, 0x81, 0xf3, 0x54, 0x7a, 0x15, 0xa3, 0xf3, 0x36,
735
- 0x74, 0x03, 0x5f, 0x43, 0x5c, 0xa5, 0x62, 0xe5, 0x5b, 0x1a, 0xe9, 0x43, 0xe3, 0x12, 0x05, 0x3f,
736
- 0xe7, 0x28, 0x74, 0xae, 0x4a, 0xbf, 0x39, 0x84, 0xc1, 0x2f, 0x79, 0xc4, 0x5f, 0x83, 0xa4, 0x07,
737
- 0xad, 0x60, 0x41, 0xa5, 0x62, 0x2a, 0x93, 0x34, 0x13, 0x91, 0xb7, 0x7d, 0x54, 0xe9, 0x37, 0xfc,
738
- 0x66, 0xb0, 0x98, 0x98, 0xd8, 0x2b, 0x11, 0x91, 0x4f, 0x81, 0x04, 0x69, 0x1c, 0x73, 0x45, 0xa7,
739
- 0x99, 0x90, 0x8a, 0xce, 0x30, 0x62, 0x2b, 0x6f, 0xc7, 0x6c, 0xae, 0x6d, 0x91, 0x91, 0x06, 0x9e,
740
- 0xe9, 0x38, 0xe9, 0x43, 0x3b, 0x66, 0x57, 0xb4, 0xac, 0xf0, 0x76, 0x0d, 0xf7, 0x4e, 0xcc, 0xae,
741
- 0xc6, 0x6b, 0x3a, 0xf9, 0x08, 0xea, 0x82, 0xa3, 0xba, 0xc4, 0x68, 0xe6, 0x55, 0x4d, 0x91, 0x8d,
742
- 0x81, 0xef, 0x02, 0xa3, 0x2d, 0xaf, 0xe2, 0x17, 0x30, 0x79, 0x0c, 0xd5, 0x10, 0x85, 0xe0, 0xca,
743
- 0xab, 0x19, 0x62, 0x6d, 0xf0, 0xdc, 0xfc, 0xfa, 0x2e, 0x4c, 0x06, 0x70, 0x77, 0x26, 0x18, 0x4f,
744
- 0x78, 0x12, 0xea, 0xdd, 0x08, 0x45, 0x15, 0x8f, 0xd1, 0xab, 0x9b, 0xdd, 0x74, 0x72, 0x68, 0xa2,
745
- 0x91, 0x53, 0x1e, 0x63, 0x77, 0x08, 0xb0, 0x6e, 0x1b, 0x69, 0xc3, 0xb6, 0xde, 0x7b, 0xc5, 0xb0,
746
- 0xf5, 0x27, 0x21, 0xb0, 0x23, 0xf0, 0xdc, 0x0e, 0xaa, 0xe1, 0x9b, 0xef, 0xde, 0x7b, 0x50, 0xcf,
747
- 0xcb, 0xbb, 0xae, 0xe8, 0x2d, 0xa1, 0x6a, 0x6b, 0x22, 0x1f, 0x43, 0x27, 0x58, 0x50, 0xd7, 0xe3,
748
- 0x19, 0x8d, 0xd8, 0x14, 0x73, 0xe6, 0x7e, 0xb0, 0x70, 0x63, 0x98, 0x9d, 0xe8, 0x30, 0x39, 0x86,
749
- 0xc3, 0x99, 0x58, 0x51, 0x91, 0x25, 0x54, 0xa2, 0x92, 0xf4, 0xba, 0x50, 0x8f, 0xaf, 0xee, 0x3f,
750
- 0x9c, 0x89, 0x95, 0x9f, 0x25, 0x13, 0x54, 0x72, 0xbc, 0xb9, 0x44, 0xef, 0x75, 0x0b, 0x1a, 0xc5,
751
- 0x6c, 0xc9, 0x33, 0x68, 0x09, 0xbc, 0xe4, 0xb8, 0x44, 0x41, 0xa3, 0x50, 0xc5, 0x26, 0x71, 0x73,
752
- 0xf8, 0x78, 0x3d, 0xfe, 0x81, 0xef, 0xf0, 0x93, 0x50, 0xc5, 0x79, 0xd4, 0xdf, 0x13, 0xa5, 0x28,
753
- 0xf9, 0x09, 0x3a, 0xb6, 0xb1, 0xba, 0x20, 0x36, 0xe5, 0x11, 0x57, 0x2b, 0x33, 0xc5, 0xe6, 0xb0,
754
- 0x57, 0x5a, 0xc9, 0x6e, 0x78, 0xfc, 0xf2, 0xd8, 0x32, 0x8a, 0xc5, 0xf6, 0xad, 0x78, 0xbc, 0x70,
755
- 0x00, 0x19, 0x41, 0x53, 0x09, 0x44, 0x67, 0x34, 0x67, 0xc9, 0x27, 0xa5, 0x95, 0x4e, 0x05, 0xa2,
756
- 0x75, 0xdc, 0x46, 0x55, 0xa0, 0x8a, 0x38, 0x19, 0x42, 0x4d, 0x89, 0x15, 0xfd, 0x3d, 0x9d, 0x1a,
757
- 0x93, 0x36, 0x87, 0x0f, 0x37, 0xf4, 0xab, 0xef, 0xd3, 0x69, 0xa1, 0xab, 0x2a, 0xf3, 0x4f, 0xbe,
758
- 0x80, 0xba, 0xe4, 0x61, 0x42, 0x83, 0x88, 0x19, 0xc3, 0x36, 0x87, 0xdd, 0x92, 0x68, 0xc2, 0xc3,
759
- 0x64, 0x7c, 0x72, 0x5c, 0xa8, 0x6a, 0x9a, 0x3b, 0x8e, 0x58, 0xf7, 0xef, 0x0a, 0x1c, 0xdc, 0xd4,
760
- 0x25, 0xf2, 0x3e, 0xdc, 0xb1, 0xc6, 0x56, 0xba, 0xbd, 0x5c, 0x2a, 0x37, 0xd7, 0x56, 0x11, 0x3d,
761
- 0xe1, 0x52, 0xe9, 0x53, 0xa5, 0xcf, 0xc0, 0x92, 0x71, 0x45, 0x25, 0x06, 0x76, 0xc3, 0xbb, 0x7e,
762
- 0x33, 0x66, 0x57, 0x67, 0x8c, 0xab, 0x09, 0x06, 0x92, 0x1c, 0x42, 0x33, 0x49, 0xcd, 0x88, 0x68,
763
- 0x2c, 0x43, 0x77, 0xee, 0x1a, 0x49, 0xaa, 0xf3, 0xfd, 0x28, 0x43, 0xf2, 0x99, 0x76, 0xb4, 0x75,
764
- 0x06, 0x0b, 0x02, 0x94, 0xd2, 0xe6, 0xdb, 0x31, 0xbc, 0xb6, 0xb5, 0xc3, 0xb1, 0x01, 0x74, 0xca,
765
- 0xee, 0x5f, 0x15, 0x78, 0x70, 0xcb, 0x38, 0xfe, 0x6b, 0xd5, 0xff, 0x2f, 0x23, 0xf9, 0x0a, 0x1e,
766
- 0xb1, 0x28, 0x4a, 0x97, 0x54, 0x66, 0x53, 0x7d, 0xd4, 0x97, 0x5c, 0x5d, 0xd0, 0x74, 0x8e, 0x09,
767
- 0x9d, 0xe1, 0x5c, 0x1a, 0xb7, 0xd4, 0xfd, 0x07, 0x86, 0x32, 0x31, 0x8c, 0x33, 0xae, 0x2e, 0x7e,
768
- 0x9e, 0x63, 0xf2, 0x0c, 0xe7, 0xb2, 0xfb, 0x0d, 0xdc, 0xbf, 0x79, 0xe6, 0xe4, 0x03, 0xd8, 0x2f,
769
- 0x79, 0x85, 0xae, 0x8f, 0x59, 0x6b, 0x6d, 0x86, 0x57, 0x22, 0xea, 0xfe, 0x59, 0x83, 0x3b, 0x9b,
770
- 0x63, 0x27, 0x5f, 0x42, 0x6d, 0x9a, 0x05, 0x7f, 0xa0, 0xca, 0x6f, 0xca, 0xa3, 0x5b, 0x2d, 0x32,
771
- 0x18, 0x19, 0xa2, 0x9f, 0x0b, 0xc8, 0x6f, 0x70, 0xe0, 0xec, 0x45, 0x05, 0xea, 0x2f, 0x7b, 0x1b,
772
- 0x3b, 0xaf, 0x7e, 0x72, 0xfb, 0x42, 0xf6, 0xd7, 0xd7, 0x1a, 0x77, 0x91, 0x77, 0xd4, 0xdb, 0xa1,
773
- 0xee, 0x9b, 0x0a, 0x74, 0xbe, 0x5d, 0x64, 0xfc, 0x92, 0x45, 0x98, 0xa8, 0x51, 0xc6, 0xa3, 0x19,
774
- 0x0a, 0x72, 0x1f, 0xaa, 0x36, 0xbd, 0xdb, 0xa1, 0xfb, 0xd3, 0x6f, 0xc8, 0xd4, 0x52, 0x4c, 0xfa,
775
- 0x86, 0x9f, 0xff, 0x92, 0x43, 0x80, 0x39, 0x8a, 0x00, 0x13, 0xc5, 0x42, 0x34, 0xa6, 0xd9, 0xf5,
776
- 0x4b, 0x11, 0x32, 0x84, 0x7b, 0xe9, 0x32, 0x41, 0x41, 0x97, 0x17, 0x5c, 0xa1, 0x9e, 0x1f, 0x0d,
777
- 0x45, 0x9a, 0xcd, 0xdd, 0x14, 0xef, 0x1a, 0xf0, 0x2c, 0xc7, 0x9e, 0x6b, 0xa8, 0xfb, 0x4f, 0x05,
778
- 0x6a, 0x79, 0x45, 0x04, 0x76, 0x12, 0x16, 0xa3, 0xab, 0xc7, 0x7c, 0x93, 0x27, 0xb0, 0xa7, 0x04,
779
- 0x0f, 0x43, 0x14, 0x38, 0xa3, 0xd3, 0x95, 0x2b, 0xa9, 0x59, 0xc4, 0x46, 0x2b, 0xf2, 0x39, 0xdc,
780
- 0xc3, 0xab, 0x39, 0x0a, 0x1e, 0x63, 0xa2, 0x68, 0xa9, 0x42, 0x9d, 0x76, 0xcb, 0x3f, 0x58, 0x83,
781
- 0x2f, 0xd6, 0xb5, 0xbe, 0x80, 0x16, 0x16, 0x2d, 0xa1, 0x2a, 0x75, 0x17, 0xcc, 0x3b, 0x5a, 0x7d,
782
- 0xad, 0x83, 0xfe, 0xde, 0x7a, 0x85, 0xd3, 0xb4, 0xfb, 0x2b, 0x54, 0xed, 0x58, 0x6f, 0xdc, 0xc7,
783
- 0xd7, 0x50, 0x77, 0x6d, 0xcc, 0x1f, 0xe0, 0x27, 0xef, 0xb2, 0x87, 0x4d, 0x50, 0x48, 0xba, 0x6f,
784
- 0xb6, 0xa0, 0x73, 0x6d, 0xd6, 0xfa, 0xd0, 0x6c, 0xda, 0x66, 0x91, 0xa5, 0x8a, 0xb9, 0xa7, 0xbf,
785
- 0x5d, 0x32, 0xc2, 0x4b, 0x1d, 0xd7, 0x6f, 0x69, 0x18, 0xa5, 0x53, 0x16, 0x6d, 0xb0, 0xed, 0xf5,
786
- 0xd0, 0xb6, 0x48, 0x89, 0xfd, 0x14, 0x0e, 0xce, 0x19, 0x8f, 0x32, 0x81, 0x8e, 0xbe, 0x44, 0x1e,
787
- 0x5e, 0x28, 0x37, 0x77, 0xe2, 0x30, 0x23, 0x38, 0x33, 0x08, 0x19, 0xc3, 0xa1, 0x12, 0x2c, 0x91,
788
- 0x5c, 0xb7, 0xf4, 0x46, 0xad, 0x7d, 0xb7, 0x1f, 0x15, 0xac, 0xef, 0xae, 0x2f, 0xf2, 0x14, 0x0e,
789
- 0xf4, 0xeb, 0x99, 0x66, 0x6a, 0x53, 0x6a, 0x9f, 0x71, 0xe2, 0xb0, 0x92, 0xa2, 0xdb, 0x81, 0xfd,
790
- 0xb7, 0x2e, 0xd3, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x53, 0x28, 0xaa, 0x1c, 0x09, 0x00,
791
- 0x00,
792
- }