libv8 4.5.95.5 → 5.0.71.48.0beta2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +45 -19
- data/CHANGELOG.md +14 -0
- data/README.md +30 -15
- data/Rakefile +7 -6
- data/ext/libv8/arch.rb +5 -4
- data/ext/libv8/builder.rb +25 -19
- data/ext/libv8/compiler.rb +6 -33
- data/ext/libv8/location.rb +7 -8
- data/lib/libv8/version.rb +1 -1
- data/libv8.gemspec +1 -1
- data/patches/build-standalone-static-library.patch +14 -0
- data/patches/disable-building-tests.patch +48 -10
- data/patches/fPIC-for-static.patch +3 -3
- data/release/x86-linux/Vagrantfile +8 -4
- data/release/x86_64-freebsd10/Vagrantfile +86 -0
- data/release/x86_64-linux/Vagrantfile +8 -4
- data/spec/compiler_spec.rb +5 -29
- data/spec/support/compiler_helpers.rb +2 -4
- data/vendor/depot_tools/.gitignore +15 -3
- data/vendor/depot_tools/OWNERS +2 -2
- data/vendor/depot_tools/PRESUBMIT.py +4 -2
- data/vendor/depot_tools/WATCHLISTS +6 -0
- data/vendor/depot_tools/apply_issue.py +70 -38
- data/vendor/depot_tools/bootstrap/win/README.md +66 -0
- data/vendor/depot_tools/bootstrap/win/git-bash.template.sh +12 -0
- data/vendor/depot_tools/bootstrap/win/git.template.bat +5 -0
- data/vendor/depot_tools/bootstrap/win/profile.d.python.sh +20 -0
- data/vendor/depot_tools/bootstrap/win/win_tools.bat +96 -45
- data/vendor/depot_tools/breakpad.py +6 -141
- data/vendor/depot_tools/buildbucket.py +45 -31
- data/vendor/depot_tools/cbuildbot +1 -0
- data/vendor/depot_tools/checkout.py +2 -1
- data/vendor/depot_tools/chrome_set_ver +1 -0
- data/vendor/depot_tools/cit +8 -0
- data/vendor/depot_tools/cit.bat +11 -0
- data/vendor/depot_tools/cit.py +120 -0
- data/vendor/depot_tools/codereview.settings +0 -2
- data/vendor/depot_tools/commit_queue +1 -5
- data/vendor/depot_tools/commit_queue.bat +1 -4
- data/vendor/depot_tools/commit_queue.py +78 -29
- data/vendor/depot_tools/cpplint.py +22 -14
- data/vendor/depot_tools/cros +1 -0
- data/vendor/depot_tools/cros_sdk +1 -0
- data/vendor/depot_tools/depot-tools-auth.py +3 -3
- data/vendor/depot_tools/download_from_google_storage.py +101 -21
- data/vendor/depot_tools/drover.py +2 -3
- data/vendor/depot_tools/fetch.py +31 -27
- data/vendor/depot_tools/{recipes → fetch_configs}/android.py +4 -4
- data/vendor/depot_tools/fetch_configs/breakpad.py +45 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/chromium.py +3 -3
- data/vendor/depot_tools/{recipes/recipe_util.py → fetch_configs/config_util.py} +3 -3
- data/vendor/depot_tools/fetch_configs/crashpad.py +41 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/dart.py +3 -3
- data/vendor/depot_tools/{recipes/pdfium.py → fetch_configs/dartino.py} +14 -13
- data/vendor/depot_tools/{recipes → fetch_configs}/dartium.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/depot_tools.py +3 -3
- data/vendor/depot_tools/fetch_configs/gyp.py +42 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/infra.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/infra_internal.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/ios.py +4 -4
- data/vendor/depot_tools/{recipes → fetch_configs}/mojo.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/nacl.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/naclports.py +3 -3
- data/vendor/depot_tools/fetch_configs/pdfium.py +40 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/skia.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/skia_buildbot.py +3 -3
- data/vendor/depot_tools/fetch_configs/syzygy.py +41 -0
- data/vendor/depot_tools/{recipes → fetch_configs}/v8.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/webrtc.py +3 -3
- data/vendor/depot_tools/{recipes → fetch_configs}/webrtc_android.py +4 -4
- data/vendor/depot_tools/{recipes → fetch_configs}/webrtc_ios.py +4 -4
- data/vendor/depot_tools/fix_encoding.py +6 -6
- data/vendor/depot_tools/gcl.py +11 -21
- data/vendor/depot_tools/gclient +10 -0
- data/vendor/depot_tools/gclient-new-workdir.py +7 -38
- data/vendor/depot_tools/gclient.bat +2 -2
- data/vendor/depot_tools/gclient.py +85 -65
- data/vendor/depot_tools/gclient_scm.py +83 -10
- data/vendor/depot_tools/gclient_utils.py +5 -1
- data/vendor/depot_tools/gerrit_util.py +243 -26
- data/vendor/depot_tools/git-auto-svn +1 -1
- data/vendor/depot_tools/git-cache +1 -1
- data/vendor/depot_tools/git-cherry-pick-upload +1 -1
- data/vendor/depot_tools/git-cl +1 -1
- data/vendor/depot_tools/git-drover +6 -0
- data/vendor/depot_tools/git-find-releases +6 -0
- data/vendor/depot_tools/git-footers +1 -1
- data/vendor/depot_tools/git-freeze +1 -1
- data/vendor/depot_tools/git-gs +1 -1
- data/vendor/depot_tools/git-hyper-blame +6 -0
- data/vendor/depot_tools/git-map +1 -1
- data/vendor/depot_tools/git-map-branches +1 -1
- data/vendor/depot_tools/git-mark-merge-base +1 -1
- data/vendor/depot_tools/git-nav-downstream +1 -1
- data/vendor/depot_tools/git-new-branch +1 -1
- data/vendor/depot_tools/git-number +1 -1
- data/vendor/depot_tools/git-rebase-update +1 -1
- data/vendor/depot_tools/git-rename-branch +1 -1
- data/vendor/depot_tools/git-reparent-branch +1 -1
- data/vendor/depot_tools/git-retry +1 -1
- data/vendor/depot_tools/git-squash-branch +1 -1
- data/vendor/depot_tools/git-thaw +1 -1
- data/vendor/depot_tools/git-try +1 -1
- data/vendor/depot_tools/git-upstream-diff +1 -1
- data/vendor/depot_tools/git_auto_svn.py +24 -6
- data/vendor/depot_tools/git_cache.py +74 -27
- data/vendor/depot_tools/git_cl.py +2118 -747
- data/vendor/depot_tools/git_common.py +100 -6
- data/vendor/depot_tools/git_dates.py +62 -0
- data/vendor/depot_tools/git_drover.py +424 -0
- data/vendor/depot_tools/git_find_releases.py +65 -0
- data/vendor/depot_tools/git_footers.py +42 -0
- data/vendor/depot_tools/git_hyper_blame.py +391 -0
- data/vendor/depot_tools/git_map_branches.py +8 -6
- data/vendor/depot_tools/git_new_branch.py +6 -1
- data/vendor/depot_tools/git_rebase_update.py +56 -16
- data/vendor/depot_tools/git_reparent_branch.py +13 -0
- data/vendor/depot_tools/git_try.py +0 -2
- data/vendor/depot_tools/gsutil.py +51 -20
- data/vendor/depot_tools/infra/config/OWNERS +3 -1
- data/vendor/depot_tools/infra/config/cq.cfg +7 -3
- data/vendor/depot_tools/infra/config/recipes.cfg +9 -0
- data/vendor/depot_tools/luci_hacks/README.md +35 -0
- data/vendor/depot_tools/{bootstrap/virtualenv/tests → luci_hacks}/__init__.py +0 -0
- data/vendor/depot_tools/luci_hacks/luci_recipe_run.isolate +12 -0
- data/vendor/depot_tools/luci_hacks/luci_recipe_run.py +81 -0
- data/vendor/depot_tools/luci_hacks/trigger_luci_job.py +128 -0
- data/vendor/depot_tools/man/html/depot_tools.html +9 -1
- data/vendor/depot_tools/man/html/depot_tools_tutorial.html +4 -4
- data/vendor/depot_tools/man/html/git-drover.html +191 -35
- data/vendor/depot_tools/man/html/git-hyper-blame.html +878 -0
- data/vendor/depot_tools/man/html/git-rebase-update.html +9 -4
- data/vendor/depot_tools/man/man1/git-drover.1 +189 -36
- data/vendor/depot_tools/man/man1/git-hyper-blame.1 +128 -0
- data/vendor/depot_tools/man/man1/git-rebase-update.1 +8 -6
- data/vendor/depot_tools/man/man7/depot_tools.7 +9 -4
- data/vendor/depot_tools/man/src/_git-hyper-blame_desc.helper.txt +1 -0
- data/vendor/depot_tools/man/src/common_demo_functions.sh +5 -0
- data/vendor/depot_tools/man/src/depot_tools_tutorial.txt +1 -1
- data/vendor/depot_tools/man/src/git-drover.demo.1.sh +11 -16
- data/vendor/depot_tools/man/src/git-drover.demo.3.sh +27 -0
- data/vendor/depot_tools/man/src/git-drover.demo.4.sh +39 -0
- data/vendor/depot_tools/man/src/git-drover.txt +49 -3
- data/vendor/depot_tools/man/src/git-hyper-blame.demo.1.sh +3 -0
- data/vendor/depot_tools/man/src/git-hyper-blame.demo.2.sh +4 -0
- data/vendor/depot_tools/man/src/git-hyper-blame.demo.common.sh +57 -0
- data/vendor/depot_tools/man/src/git-hyper-blame.txt +85 -0
- data/vendor/depot_tools/man/src/git-rebase-update.txt +5 -1
- data/vendor/depot_tools/my_activity.py +6 -21
- data/vendor/depot_tools/ninja +2 -2
- data/vendor/depot_tools/ninja-linux32 +0 -0
- data/vendor/depot_tools/ninja-linux64 +0 -0
- data/vendor/depot_tools/ninja-mac +0 -0
- data/vendor/depot_tools/ninja.exe +0 -0
- data/vendor/depot_tools/presubmit_canned_checks.py +83 -69
- data/vendor/depot_tools/presubmit_support.py +126 -42
- data/vendor/depot_tools/pylint.py +5 -1
- data/vendor/depot_tools/python_runner.sh +55 -0
- data/vendor/depot_tools/recipe_modules/bot_update/__init__.py +32 -0
- data/vendor/depot_tools/recipe_modules/bot_update/api.py +283 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic.json +56 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_output_manifest.json +63 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/basic_with_branch_heads.json +57 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/clobber.json +44 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/forced.json +57 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/gerrit_no_reset.json +44 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/no_shallow.json +44 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/off.json +43 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/reset_root_solution_revision.json +43 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/svn_mode.json +59 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange.json +58 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/trychange_oauth2.json +60 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob.json +58 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail.json +60 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +81 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +81 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_gerrit_angle.json +49 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8.json +61 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.expected/tryjob_v8_head_by_default.json +51 -0
- data/vendor/depot_tools/recipe_modules/bot_update/example.py +172 -0
- data/vendor/depot_tools/{bootstrap/virtualenv/virtualenv_support → recipe_modules/bot_update/resources}/__init__.py +0 -0
- data/vendor/depot_tools/recipe_modules/bot_update/resources/bot_update.py +1764 -0
- data/vendor/depot_tools/recipe_modules/bot_update/test_api.py +86 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/__init__.py +3 -0
- data/vendor/depot_tools/recipe_modules/depot_tools/api.py +27 -0
- data/vendor/depot_tools/recipe_modules/gclient/__init__.py +10 -0
- data/vendor/depot_tools/recipe_modules/gclient/api.py +378 -0
- data/vendor/depot_tools/recipe_modules/gclient/config.py +671 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/basic.json +172 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/revision.json +174 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.expected/tryserver.json +185 -0
- data/vendor/depot_tools/recipe_modules/gclient/example.py +100 -0
- data/vendor/depot_tools/recipe_modules/gclient/test_api.py +37 -0
- data/vendor/depot_tools/recipe_modules/git/__init__.py +9 -0
- data/vendor/depot_tools/recipe_modules/git/api.py +377 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic.json +177 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_branch.json +177 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_file_name.json +179 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_hash.json +176 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_ref.json +177 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/basic_submodule_update_force.json +178 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/can_fail_build.json +153 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/cannot_fail_build.json +181 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/cat-file_test.json +199 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_delta.json +250 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_failed.json +181 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output.json +182 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +102 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/curl_trace_file.json +181 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/platform_win.json +186 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/rebase_failed.json +179 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/remote_not_origin.json +179 -0
- data/vendor/depot_tools/recipe_modules/git/example.expected/set_got_revision.json +178 -0
- data/vendor/depot_tools/recipe_modules/git/example.py +147 -0
- data/vendor/depot_tools/recipe_modules/git/resources/git_setup.py +61 -0
- data/vendor/depot_tools/recipe_modules/git/test_api.py +18 -0
- data/vendor/depot_tools/recipe_modules/git_cl/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/git_cl/api.py +25 -0
- data/vendor/depot_tools/recipe_modules/git_cl/config.py +22 -0
- data/vendor/depot_tools/recipe_modules/git_cl/example.expected/basic.json +66 -0
- data/vendor/depot_tools/recipe_modules/git_cl/example.py +41 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/api.py +12 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/basic.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_linux.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_mac.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_buildbot_win.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_linux.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_mac.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.expected/paths_kitchen_win.json +14 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/example.py +28 -0
- data/vendor/depot_tools/recipe_modules/infra_paths/path_config.py +45 -0
- data/vendor/depot_tools/recipe_modules/presubmit/__init__.py +4 -0
- data/vendor/depot_tools/recipe_modules/presubmit/api.py +20 -0
- data/vendor/depot_tools/recipe_modules/presubmit/example.expected/basic.json +18 -0
- data/vendor/depot_tools/recipe_modules/presubmit/example.py +15 -0
- data/vendor/depot_tools/recipe_modules/rietveld/__init__.py +5 -0
- data/vendor/depot_tools/recipe_modules/rietveld/api.py +94 -0
- data/vendor/depot_tools/recipe_modules/rietveld/example.expected/basic.json +30 -0
- data/vendor/depot_tools/recipe_modules/rietveld/example.py +24 -0
- data/vendor/depot_tools/recipe_modules/tryserver/__init__.py +15 -0
- data/vendor/depot_tools/recipe_modules/tryserver/api.py +280 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_git_patch.json +104 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +58 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +58 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_svn_patch.json +68 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch.json +43 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +43 -0
- data/vendor/depot_tools/recipe_modules/tryserver/example.py +53 -0
- data/vendor/depot_tools/recipe_modules/tryserver/test_api.py +7 -0
- data/vendor/depot_tools/recipes.py +136 -0
- data/vendor/depot_tools/repo +1 -1
- data/vendor/depot_tools/rietveld.py +46 -15
- data/vendor/depot_tools/roll_dep.py +97 -36
- data/vendor/depot_tools/scm.py +3 -3
- data/vendor/depot_tools/setup_color.py +94 -0
- data/vendor/depot_tools/subprocess2.py +10 -1
- data/vendor/depot_tools/third_party/cq_client/OWNERS +0 -1
- data/vendor/depot_tools/third_party/cq_client/README.md +47 -9
- data/vendor/depot_tools/third_party/cq_client/cq.pb.go +617 -0
- data/vendor/depot_tools/third_party/cq_client/cq.proto +75 -17
- data/vendor/depot_tools/third_party/cq_client/cq_pb2.py +168 -41
- data/vendor/depot_tools/third_party/cq_client/testdata/cq_gerrit.cfg +55 -0
- data/vendor/depot_tools/third_party/cq_client/{test/cq_example.cfg → testdata/cq_rietveld.cfg} +14 -6
- data/vendor/depot_tools/third_party/fancy_urllib/README +5 -4
- data/vendor/depot_tools/third_party/fancy_urllib/__init__.py +114 -52
- data/vendor/depot_tools/third_party/protobuf26/README.chromium +9 -6
- data/vendor/depot_tools/third_party/upload.py +17 -31
- data/vendor/depot_tools/trychange.py +0 -2
- data/vendor/depot_tools/update_depot_tools +29 -11
- data/vendor/depot_tools/update_depot_tools.bat +4 -9
- data/vendor/depot_tools/upload_to_google_storage.py +42 -5
- data/vendor/depot_tools/win_toolchain/OWNERS +1 -0
- data/vendor/depot_tools/win_toolchain/get_toolchain_if_necessary.py +227 -52
- data/vendor/depot_tools/win_toolchain/package_from_installed.py +203 -88
- metadata +161 -81
- data/patches/arm/do-not-imply-vfp3-and-armv7.patch +0 -16
- data/patches/arm/do-not-use-vfp2.patch +0 -13
- data/patches/clang51/no-unused-variable.patch +0 -12
- data/vendor/depot_tools/bootstrap/.gitignore +0 -2
- data/vendor/depot_tools/bootstrap/bootstrap.py +0 -234
- data/vendor/depot_tools/bootstrap/deps.pyl +0 -15
- data/vendor/depot_tools/bootstrap/util.py +0 -87
- data/vendor/depot_tools/bootstrap/virtualenv/.gitignore +0 -10
- data/vendor/depot_tools/bootstrap/virtualenv/.travis.yml +0 -28
- data/vendor/depot_tools/bootstrap/virtualenv/AUTHORS.txt +0 -91
- data/vendor/depot_tools/bootstrap/virtualenv/CONTRIBUTING.rst +0 -21
- data/vendor/depot_tools/bootstrap/virtualenv/LICENSE.txt +0 -22
- data/vendor/depot_tools/bootstrap/virtualenv/MANIFEST.in +0 -11
- data/vendor/depot_tools/bootstrap/virtualenv/README.rst +0 -10
- data/vendor/depot_tools/bootstrap/virtualenv/bin/rebuild-script.py +0 -71
- data/vendor/depot_tools/bootstrap/virtualenv/docs/changes.rst +0 -747
- data/vendor/depot_tools/bootstrap/virtualenv/docs/conf.py +0 -149
- data/vendor/depot_tools/bootstrap/virtualenv/docs/development.rst +0 -61
- data/vendor/depot_tools/bootstrap/virtualenv/docs/index.rst +0 -137
- data/vendor/depot_tools/bootstrap/virtualenv/docs/installation.rst +0 -58
- data/vendor/depot_tools/bootstrap/virtualenv/docs/make.bat +0 -170
- data/vendor/depot_tools/bootstrap/virtualenv/docs/reference.rst +0 -256
- data/vendor/depot_tools/bootstrap/virtualenv/docs/userguide.rst +0 -249
- data/vendor/depot_tools/bootstrap/virtualenv/scripts/virtualenv +0 -3
- data/vendor/depot_tools/bootstrap/virtualenv/setup.py +0 -111
- data/vendor/depot_tools/bootstrap/virtualenv/tests/test_activate.sh +0 -94
- data/vendor/depot_tools/bootstrap/virtualenv/tests/test_activate_expected.output +0 -2
- data/vendor/depot_tools/bootstrap/virtualenv/tests/test_virtualenv.py +0 -139
- data/vendor/depot_tools/bootstrap/virtualenv/tests/tox.ini +0 -12
- data/vendor/depot_tools/bootstrap/virtualenv/tox.ini +0 -17
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv.py +0 -2367
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.bat +0 -26
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.csh +0 -42
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.fish +0 -74
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.ps1 +0 -150
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate.sh +0 -80
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/activate_this.py +0 -34
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/deactivate.bat +0 -20
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils-init.py +0 -101
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/distutils.cfg +0 -6
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_embedded/site.py +0 -758
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/pip-6.0-py2.py3-none-any.whl +0 -0
- data/vendor/depot_tools/bootstrap/virtualenv/virtualenv_support/setuptools-8.2.1-py2.py3-none-any.whl +0 -0
- data/vendor/depot_tools/bootstrap/win/README.google +0 -16
- data/vendor/depot_tools/cbuildbot +0 -96
- data/vendor/depot_tools/chrome_set_ver +0 -96
- data/vendor/depot_tools/cros +0 -96
- data/vendor/depot_tools/cros_sdk +0 -96
- data/vendor/depot_tools/git-cl-upload-hook +0 -52
- data/vendor/depot_tools/git-crup +0 -45
- data/vendor/depot_tools/python_git_runner.sh +0 -36
- data/vendor/depot_tools/recipes/blink.py +0 -59
- data/vendor/depot_tools/third_party/cq_client/test/validate_config_test.py +0 -52
- data/vendor/depot_tools/third_party/cq_client/validate_config.py +0 -108
- data/vendor/depot_tools/win_toolchain/toolchain2013.py +0 -494
@@ -39,6 +39,10 @@ message Config {
|
|
39
39
|
// Configuration options for Rietveld code review.
|
40
40
|
optional Rietveld rietveld = 9;
|
41
41
|
|
42
|
+
// EXPERIMENTAL! Configuration options for Gerrit code review.
|
43
|
+
// TODO(tandrii): update this doc (GERRIT).
|
44
|
+
optional Gerrit gerrit = 15;
|
45
|
+
|
42
46
|
// This can be used to override the Git repository URL used to checkout and
|
43
47
|
// commit changes on CQ host. This should only be used in case, when the
|
44
48
|
// source repository is not supported by luci-config (e.g. GitHub).
|
@@ -52,14 +56,11 @@ message Config {
|
|
52
56
|
// Deprecated. URL of the SVN repository. We are deprecating SVN support.
|
53
57
|
optional string svn_repo_url = 12;
|
54
58
|
|
55
|
-
//
|
56
|
-
//
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
// with patch applied. The only remaining use case for this is PRESUBMIT_CHECK
|
61
|
-
// verifier, which we are deprecating as well.
|
62
|
-
optional Verifiers verifiers_with_patch = 14;
|
59
|
+
// If present, the CQ will refrain from processing any commits whose start
|
60
|
+
// time is >= this time.
|
61
|
+
//
|
62
|
+
// This is an UTC RFC3339 (stiptime(tm)) string representing the time.
|
63
|
+
optional string draining_start_time = 13;
|
63
64
|
}
|
64
65
|
|
65
66
|
message Rietveld {
|
@@ -74,6 +75,35 @@ message Rietveld {
|
|
74
75
|
repeated string project_bases = 2;
|
75
76
|
}
|
76
77
|
|
78
|
+
// Gerrit CQ is EXPERIMENTAL! See http://crbug.com/493899 for more info.
|
79
|
+
//
|
80
|
+
// Unlike Rietveld, Gerrit doesn't need a separate url.
|
81
|
+
// Instead, the git_repo_url must be specified on the Gerrit instance,
|
82
|
+
// and CQ will deduce Gerrit url from it.
|
83
|
+
//
|
84
|
+
// TODO(tandrii): support Rietveld and Gerrit at the same time.
|
85
|
+
// This basically requires to start two CQ instances, instead of one.
|
86
|
+
//
|
87
|
+
// For example, if https://chromium.googlesource.com/infra/infra.git is your
|
88
|
+
// repo url provided in `git_repo_url` above, then
|
89
|
+
// https://chromium-review.googlesource.com/#/admin/projects/infra/infra should
|
90
|
+
// show general properties of your project.
|
91
|
+
//
|
92
|
+
// Also,
|
93
|
+
// https://chromium-review.googlesource.com/#/admin/projects/infra/infra,access
|
94
|
+
// should show ACLs for refs in your project, but you may need to be admin to
|
95
|
+
// see it. This will come handy to enable and customize the CQ-related workflows
|
96
|
+
// for your project.
|
97
|
+
message Gerrit {
|
98
|
+
// Optional. If set, tells CQ vote on a given label to mark result of CQ run.
|
99
|
+
// The vote is either -1 if failed or 1 on success, and will be given on
|
100
|
+
// non-dry runs only.
|
101
|
+
// This vote can then be used in Gerrit's rule for submitting issues, so as to
|
102
|
+
// require CQ run. CQ will attempt to submit issue only after setting this
|
103
|
+
// label.
|
104
|
+
optional string cq_verified_label = 1;
|
105
|
+
}
|
106
|
+
|
77
107
|
// Verifiers are various types of checks that a Commit Queue performs on a CL.
|
78
108
|
// All verifiers must pass in order for a CL to be landed. Configuration file
|
79
109
|
// describes types of verifiers that should be applied to each CL and their
|
@@ -81,6 +111,7 @@ message Rietveld {
|
|
81
111
|
message Verifiers {
|
82
112
|
// This verifier is used to ensure that an LGTM was posted to the code review
|
83
113
|
// site from a valid project committer.
|
114
|
+
// This verifier is not supported with Gerrit.
|
84
115
|
optional ReviewerLgtmVerifier reviewer_lgtm = 1;
|
85
116
|
|
86
117
|
// This verifier is used to check tree status before committing a CL. If the
|
@@ -98,11 +129,9 @@ message Verifiers {
|
|
98
129
|
optional SignCLAVerifier sign_cla = 4;
|
99
130
|
|
100
131
|
message ReviewerLgtmVerifier {
|
101
|
-
// Required. Name of the
|
102
|
-
//
|
103
|
-
//
|
104
|
-
// retrieving such a list. We are working on removing the need to modify CQ
|
105
|
-
// code.
|
132
|
+
// Required. Name of the chrome-infra-auth group, which contains the list of
|
133
|
+
// identities authorized to approve (lgtm) a CL and trigger CQ run or dry
|
134
|
+
// run.
|
106
135
|
optional string committer_list = 1;
|
107
136
|
|
108
137
|
// Number of seconds to wait for LGTM on CQ. Default value is 0.
|
@@ -115,6 +144,11 @@ message Verifiers {
|
|
115
144
|
// "http://www.chromium.org/getting-involved/become-a-committer\nNote that "
|
116
145
|
// "this has nothing to do with OWNERS files."
|
117
146
|
optional string no_lgtm_msg = 3;
|
147
|
+
|
148
|
+
// Optional, but recommended. Name of the chrome-infra-auth group,
|
149
|
+
// which contains the list of identities authorized to trigger CQ dry run.
|
150
|
+
// This is usually the same group as tryjob-access.
|
151
|
+
optional string dry_run_access_list = 4;
|
118
152
|
}
|
119
153
|
|
120
154
|
message TreeStatusLgtmVerifier {
|
@@ -127,9 +161,10 @@ message Verifiers {
|
|
127
161
|
// Name of the builder.
|
128
162
|
optional string name = 1;
|
129
163
|
|
130
|
-
//
|
131
|
-
//
|
132
|
-
|
164
|
+
// Optionally specify a builder name that triggers the given builder.
|
165
|
+
// Otherwise, CQ will trigger this builder (default). If in doubt, you
|
166
|
+
// probably won't need this.
|
167
|
+
optional string triggered_by = 2;
|
133
168
|
|
134
169
|
// When this field is present, it marks given builder as experimental. It
|
135
170
|
// is only executed on a given percentage of the CLs and the outcome does
|
@@ -139,7 +174,9 @@ message Verifiers {
|
|
139
174
|
}
|
140
175
|
|
141
176
|
message Bucket {
|
142
|
-
// Name of the bucket. This is typically the same as a master name
|
177
|
+
// Name of the bucket. This is typically the same as a master name without
|
178
|
+
// the 'master.' prefix, e.g. 'chromium.linux' or 'tryserver.webrtc'. CQ
|
179
|
+
// will automatically add 'master.' prefix if not there.
|
143
180
|
optional string name = 1;
|
144
181
|
|
145
182
|
// Builders on which tryjobs should be triggered.
|
@@ -148,6 +185,27 @@ message Verifiers {
|
|
148
185
|
|
149
186
|
// Buckets on which tryjobs are triggered/watched.
|
150
187
|
repeated Bucket buckets = 1;
|
188
|
+
|
189
|
+
message TryJobRetryConfig {
|
190
|
+
// Retry quota for a single tryjob.
|
191
|
+
optional int32 try_job_retry_quota = 1;
|
192
|
+
|
193
|
+
// Retry quota for all tryjobs in a CL.
|
194
|
+
optional int32 global_retry_quota = 2;
|
195
|
+
|
196
|
+
// The weight assigned to each tryjob failure.
|
197
|
+
optional int32 failure_retry_weight = 3;
|
198
|
+
|
199
|
+
// The weight assigned to each transient failure.
|
200
|
+
optional int32 transient_failure_retry_weight = 4;
|
201
|
+
|
202
|
+
// The weight assigned to tryjob timeouts.
|
203
|
+
optional int32 timeout_retry_weight = 5;
|
204
|
+
}
|
205
|
+
|
206
|
+
// Provides project specific trybot retry configuration. This overrides the
|
207
|
+
// defaults used in the CQ.
|
208
|
+
optional TryJobRetryConfig try_job_retry_config = 2;
|
151
209
|
}
|
152
210
|
|
153
211
|
message SignCLAVerifier {}
|
@@ -1,13 +1,21 @@
|
|
1
|
+
# This file was originally generated by the protocol buffer compiler 2.6.1, but
|
2
|
+
# was subsequently manually edited to import protobuf26 instead of
|
3
|
+
# google.protobuf to prevent conflicts with a different version of
|
4
|
+
# google.protobuf that some users of depot_tools have installed. If you need to
|
5
|
+
# re-generate this file, please make similar changes again and add this comment
|
6
|
+
# back. More details on why we chose to rename the package can be found in the
|
7
|
+
# file depot_tools/third_party/protobuf26/README.chromium.
|
8
|
+
|
1
9
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
10
|
# source: cq.proto
|
3
11
|
|
4
12
|
import sys
|
5
13
|
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
|
6
|
-
from
|
7
|
-
from
|
8
|
-
from
|
9
|
-
from
|
10
|
-
from
|
14
|
+
from protobuf26 import descriptor as _descriptor
|
15
|
+
from protobuf26 import message as _message
|
16
|
+
from protobuf26 import reflection as _reflection
|
17
|
+
from protobuf26 import symbol_database as _symbol_database
|
18
|
+
from protobuf26 import descriptor_pb2
|
11
19
|
# @@protoc_insertion_point(imports)
|
12
20
|
|
13
21
|
_sym_db = _symbol_database.Default()
|
@@ -18,7 +26,7 @@ _sym_db = _symbol_database.Default()
|
|
18
26
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
19
27
|
name='cq.proto',
|
20
28
|
package='',
|
21
|
-
serialized_pb=_b('\n\x08\x63q.proto\"\
|
29
|
+
serialized_pb=_b('\n\x08\x63q.proto\"\xe3\x02\n\x06\x43onfig\x12\x0f\n\x07version\x18\x01 \x01(\x05\x12\x0f\n\x07\x63q_name\x18\x02 \x01(\t\x12\x1d\n\tverifiers\x18\x03 \x01(\x0b\x32\n.Verifiers\x12\x15\n\rcq_status_url\x18\x04 \x01(\t\x12!\n\x19hide_ref_in_committed_msg\x18\x05 \x01(\x08\x12\x1a\n\x12\x63ommit_burst_delay\x18\x06 \x01(\x05\x12\x18\n\x10max_commit_burst\x18\x07 \x01(\x05\x12\x15\n\rin_production\x18\x08 \x01(\x08\x12\x1b\n\x08rietveld\x18\t \x01(\x0b\x32\t.Rietveld\x12\x17\n\x06gerrit\x18\x0f \x01(\x0b\x32\x07.Gerrit\x12\x14\n\x0cgit_repo_url\x18\n \x01(\t\x12\x12\n\ntarget_ref\x18\x0b \x01(\t\x12\x14\n\x0csvn_repo_url\x18\x0c \x01(\t\x12\x1b\n\x13\x64raining_start_time\x18\r \x01(\t\".\n\x08Rietveld\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x15\n\rproject_bases\x18\x02 \x03(\t\"#\n\x06Gerrit\x12\x19\n\x11\x63q_verified_label\x18\x01 \x01(\t\"\xf3\x06\n\tVerifiers\x12\x36\n\rreviewer_lgtm\x18\x01 \x01(\x0b\x32\x1f.Verifiers.ReviewerLgtmVerifier\x12\x36\n\x0btree_status\x18\x02 \x01(\x0b\x32!.Verifiers.TreeStatusLgtmVerifier\x12*\n\x07try_job\x18\x03 \x01(\x0b\x32\x19.Verifiers.TryJobVerifier\x12,\n\x08sign_cla\x18\x04 \x01(\x0b\x32\x1a.Verifiers.SignCLAVerifier\x1aw\n\x14ReviewerLgtmVerifier\x12\x16\n\x0e\x63ommitter_list\x18\x01 \x01(\t\x12\x15\n\rmax_wait_secs\x18\x02 \x01(\x05\x12\x13\n\x0bno_lgtm_msg\x18\x03 \x01(\t\x12\x1b\n\x13\x64ry_run_access_list\x18\x04 \x01(\t\x1a\x31\n\x16TreeStatusLgtmVerifier\x12\x17\n\x0ftree_status_url\x18\x01 \x01(\t\x1a\xdc\x03\n\x0eTryJobVerifier\x12\x31\n\x07\x62uckets\x18\x01 \x03(\x0b\x32 .Verifiers.TryJobVerifier.Bucket\x12I\n\x14try_job_retry_config\x18\x02 \x01(\x0b\x32+.Verifiers.TryJobVerifier.TryJobRetryConfig\x1aL\n\x07\x42uilder\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0ctriggered_by\x18\x02 \x01(\t\x12\x1d\n\x15\x65xperiment_percentage\x18\x04 \x01(\x02\x1aK\n\x06\x42ucket\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x33\n\x08\x62uilders\x18\x02 \x03(\x0b\x32!.Verifiers.TryJobVerifier.Builder\x1a\xb0\x01\n\x11TryJobRetryConfig\x12\x1b\n\x13try_job_retry_quota\x18\x01 \x01(\x05\x12\x1a\n\x12global_retry_quota\x18\x02 \x01(\x05\x12\x1c\n\x14\x66\x61ilure_retry_weight\x18\x03 \x01(\x05\x12&\n\x1etransient_failure_retry_weight\x18\x04 \x01(\x05\x12\x1c\n\x14timeout_retry_weight\x18\x05 \x01(\x05\x1a\x11\n\x0fSignCLAVerifier')
|
22
30
|
)
|
23
31
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
24
32
|
|
@@ -96,37 +104,37 @@ _CONFIG = _descriptor.Descriptor(
|
|
96
104
|
is_extension=False, extension_scope=None,
|
97
105
|
options=None),
|
98
106
|
_descriptor.FieldDescriptor(
|
99
|
-
name='
|
100
|
-
number=
|
101
|
-
has_default_value=False, default_value=
|
107
|
+
name='gerrit', full_name='Config.gerrit', index=9,
|
108
|
+
number=15, type=11, cpp_type=10, label=1,
|
109
|
+
has_default_value=False, default_value=None,
|
102
110
|
message_type=None, enum_type=None, containing_type=None,
|
103
111
|
is_extension=False, extension_scope=None,
|
104
112
|
options=None),
|
105
113
|
_descriptor.FieldDescriptor(
|
106
|
-
name='
|
107
|
-
number=
|
114
|
+
name='git_repo_url', full_name='Config.git_repo_url', index=10,
|
115
|
+
number=10, type=9, cpp_type=9, label=1,
|
108
116
|
has_default_value=False, default_value=_b("").decode('utf-8'),
|
109
117
|
message_type=None, enum_type=None, containing_type=None,
|
110
118
|
is_extension=False, extension_scope=None,
|
111
119
|
options=None),
|
112
120
|
_descriptor.FieldDescriptor(
|
113
|
-
name='
|
114
|
-
number=
|
121
|
+
name='target_ref', full_name='Config.target_ref', index=11,
|
122
|
+
number=11, type=9, cpp_type=9, label=1,
|
115
123
|
has_default_value=False, default_value=_b("").decode('utf-8'),
|
116
124
|
message_type=None, enum_type=None, containing_type=None,
|
117
125
|
is_extension=False, extension_scope=None,
|
118
126
|
options=None),
|
119
127
|
_descriptor.FieldDescriptor(
|
120
|
-
name='
|
121
|
-
number=
|
122
|
-
has_default_value=False, default_value=
|
128
|
+
name='svn_repo_url', full_name='Config.svn_repo_url', index=12,
|
129
|
+
number=12, type=9, cpp_type=9, label=1,
|
130
|
+
has_default_value=False, default_value=_b("").decode('utf-8'),
|
123
131
|
message_type=None, enum_type=None, containing_type=None,
|
124
132
|
is_extension=False, extension_scope=None,
|
125
133
|
options=None),
|
126
134
|
_descriptor.FieldDescriptor(
|
127
|
-
name='
|
128
|
-
number=
|
129
|
-
has_default_value=False, default_value=
|
135
|
+
name='draining_start_time', full_name='Config.draining_start_time', index=13,
|
136
|
+
number=13, type=9, cpp_type=9, label=1,
|
137
|
+
has_default_value=False, default_value=_b("").decode('utf-8'),
|
130
138
|
message_type=None, enum_type=None, containing_type=None,
|
131
139
|
is_extension=False, extension_scope=None,
|
132
140
|
options=None),
|
@@ -142,7 +150,7 @@ _CONFIG = _descriptor.Descriptor(
|
|
142
150
|
oneofs=[
|
143
151
|
],
|
144
152
|
serialized_start=13,
|
145
|
-
serialized_end=
|
153
|
+
serialized_end=368,
|
146
154
|
)
|
147
155
|
|
148
156
|
|
@@ -178,8 +186,38 @@ _RIETVELD = _descriptor.Descriptor(
|
|
178
186
|
extension_ranges=[],
|
179
187
|
oneofs=[
|
180
188
|
],
|
181
|
-
serialized_start=
|
182
|
-
serialized_end=
|
189
|
+
serialized_start=370,
|
190
|
+
serialized_end=416,
|
191
|
+
)
|
192
|
+
|
193
|
+
|
194
|
+
_GERRIT = _descriptor.Descriptor(
|
195
|
+
name='Gerrit',
|
196
|
+
full_name='Gerrit',
|
197
|
+
filename=None,
|
198
|
+
file=DESCRIPTOR,
|
199
|
+
containing_type=None,
|
200
|
+
fields=[
|
201
|
+
_descriptor.FieldDescriptor(
|
202
|
+
name='cq_verified_label', full_name='Gerrit.cq_verified_label', index=0,
|
203
|
+
number=1, type=9, cpp_type=9, label=1,
|
204
|
+
has_default_value=False, default_value=_b("").decode('utf-8'),
|
205
|
+
message_type=None, enum_type=None, containing_type=None,
|
206
|
+
is_extension=False, extension_scope=None,
|
207
|
+
options=None),
|
208
|
+
],
|
209
|
+
extensions=[
|
210
|
+
],
|
211
|
+
nested_types=[],
|
212
|
+
enum_types=[
|
213
|
+
],
|
214
|
+
options=None,
|
215
|
+
is_extendable=False,
|
216
|
+
extension_ranges=[],
|
217
|
+
oneofs=[
|
218
|
+
],
|
219
|
+
serialized_start=418,
|
220
|
+
serialized_end=453,
|
183
221
|
)
|
184
222
|
|
185
223
|
|
@@ -211,6 +249,13 @@ _VERIFIERS_REVIEWERLGTMVERIFIER = _descriptor.Descriptor(
|
|
211
249
|
message_type=None, enum_type=None, containing_type=None,
|
212
250
|
is_extension=False, extension_scope=None,
|
213
251
|
options=None),
|
252
|
+
_descriptor.FieldDescriptor(
|
253
|
+
name='dry_run_access_list', full_name='Verifiers.ReviewerLgtmVerifier.dry_run_access_list', index=3,
|
254
|
+
number=4, type=9, cpp_type=9, label=1,
|
255
|
+
has_default_value=False, default_value=_b("").decode('utf-8'),
|
256
|
+
message_type=None, enum_type=None, containing_type=None,
|
257
|
+
is_extension=False, extension_scope=None,
|
258
|
+
options=None),
|
214
259
|
],
|
215
260
|
extensions=[
|
216
261
|
],
|
@@ -222,8 +267,8 @@ _VERIFIERS_REVIEWERLGTMVERIFIER = _descriptor.Descriptor(
|
|
222
267
|
extension_ranges=[],
|
223
268
|
oneofs=[
|
224
269
|
],
|
225
|
-
serialized_start=
|
226
|
-
serialized_end=
|
270
|
+
serialized_start=671,
|
271
|
+
serialized_end=790,
|
227
272
|
)
|
228
273
|
|
229
274
|
_VERIFIERS_TREESTATUSLGTMVERIFIER = _descriptor.Descriptor(
|
@@ -251,8 +296,8 @@ _VERIFIERS_TREESTATUSLGTMVERIFIER = _descriptor.Descriptor(
|
|
251
296
|
extension_ranges=[],
|
252
297
|
oneofs=[
|
253
298
|
],
|
254
|
-
serialized_start=
|
255
|
-
serialized_end=
|
299
|
+
serialized_start=792,
|
300
|
+
serialized_end=841,
|
256
301
|
)
|
257
302
|
|
258
303
|
_VERIFIERS_TRYJOBVERIFIER_BUILDER = _descriptor.Descriptor(
|
@@ -270,9 +315,9 @@ _VERIFIERS_TRYJOBVERIFIER_BUILDER = _descriptor.Descriptor(
|
|
270
315
|
is_extension=False, extension_scope=None,
|
271
316
|
options=None),
|
272
317
|
_descriptor.FieldDescriptor(
|
273
|
-
name='
|
274
|
-
number=2, type=
|
275
|
-
has_default_value=False, default_value=
|
318
|
+
name='triggered_by', full_name='Verifiers.TryJobVerifier.Builder.triggered_by', index=1,
|
319
|
+
number=2, type=9, cpp_type=9, label=1,
|
320
|
+
has_default_value=False, default_value=_b("").decode('utf-8'),
|
276
321
|
message_type=None, enum_type=None, containing_type=None,
|
277
322
|
is_extension=False, extension_scope=None,
|
278
323
|
options=None),
|
@@ -294,8 +339,8 @@ _VERIFIERS_TRYJOBVERIFIER_BUILDER = _descriptor.Descriptor(
|
|
294
339
|
extension_ranges=[],
|
295
340
|
oneofs=[
|
296
341
|
],
|
297
|
-
serialized_start=
|
298
|
-
serialized_end=
|
342
|
+
serialized_start=988,
|
343
|
+
serialized_end=1064,
|
299
344
|
)
|
300
345
|
|
301
346
|
_VERIFIERS_TRYJOBVERIFIER_BUCKET = _descriptor.Descriptor(
|
@@ -330,8 +375,65 @@ _VERIFIERS_TRYJOBVERIFIER_BUCKET = _descriptor.Descriptor(
|
|
330
375
|
extension_ranges=[],
|
331
376
|
oneofs=[
|
332
377
|
],
|
333
|
-
serialized_start=
|
334
|
-
serialized_end=
|
378
|
+
serialized_start=1066,
|
379
|
+
serialized_end=1141,
|
380
|
+
)
|
381
|
+
|
382
|
+
_VERIFIERS_TRYJOBVERIFIER_TRYJOBRETRYCONFIG = _descriptor.Descriptor(
|
383
|
+
name='TryJobRetryConfig',
|
384
|
+
full_name='Verifiers.TryJobVerifier.TryJobRetryConfig',
|
385
|
+
filename=None,
|
386
|
+
file=DESCRIPTOR,
|
387
|
+
containing_type=None,
|
388
|
+
fields=[
|
389
|
+
_descriptor.FieldDescriptor(
|
390
|
+
name='try_job_retry_quota', full_name='Verifiers.TryJobVerifier.TryJobRetryConfig.try_job_retry_quota', index=0,
|
391
|
+
number=1, type=5, cpp_type=1, label=1,
|
392
|
+
has_default_value=False, default_value=0,
|
393
|
+
message_type=None, enum_type=None, containing_type=None,
|
394
|
+
is_extension=False, extension_scope=None,
|
395
|
+
options=None),
|
396
|
+
_descriptor.FieldDescriptor(
|
397
|
+
name='global_retry_quota', full_name='Verifiers.TryJobVerifier.TryJobRetryConfig.global_retry_quota', index=1,
|
398
|
+
number=2, type=5, cpp_type=1, label=1,
|
399
|
+
has_default_value=False, default_value=0,
|
400
|
+
message_type=None, enum_type=None, containing_type=None,
|
401
|
+
is_extension=False, extension_scope=None,
|
402
|
+
options=None),
|
403
|
+
_descriptor.FieldDescriptor(
|
404
|
+
name='failure_retry_weight', full_name='Verifiers.TryJobVerifier.TryJobRetryConfig.failure_retry_weight', index=2,
|
405
|
+
number=3, type=5, cpp_type=1, label=1,
|
406
|
+
has_default_value=False, default_value=0,
|
407
|
+
message_type=None, enum_type=None, containing_type=None,
|
408
|
+
is_extension=False, extension_scope=None,
|
409
|
+
options=None),
|
410
|
+
_descriptor.FieldDescriptor(
|
411
|
+
name='transient_failure_retry_weight', full_name='Verifiers.TryJobVerifier.TryJobRetryConfig.transient_failure_retry_weight', index=3,
|
412
|
+
number=4, type=5, cpp_type=1, label=1,
|
413
|
+
has_default_value=False, default_value=0,
|
414
|
+
message_type=None, enum_type=None, containing_type=None,
|
415
|
+
is_extension=False, extension_scope=None,
|
416
|
+
options=None),
|
417
|
+
_descriptor.FieldDescriptor(
|
418
|
+
name='timeout_retry_weight', full_name='Verifiers.TryJobVerifier.TryJobRetryConfig.timeout_retry_weight', index=4,
|
419
|
+
number=5, type=5, cpp_type=1, label=1,
|
420
|
+
has_default_value=False, default_value=0,
|
421
|
+
message_type=None, enum_type=None, containing_type=None,
|
422
|
+
is_extension=False, extension_scope=None,
|
423
|
+
options=None),
|
424
|
+
],
|
425
|
+
extensions=[
|
426
|
+
],
|
427
|
+
nested_types=[],
|
428
|
+
enum_types=[
|
429
|
+
],
|
430
|
+
options=None,
|
431
|
+
is_extendable=False,
|
432
|
+
extension_ranges=[],
|
433
|
+
oneofs=[
|
434
|
+
],
|
435
|
+
serialized_start=1144,
|
436
|
+
serialized_end=1320,
|
335
437
|
)
|
336
438
|
|
337
439
|
_VERIFIERS_TRYJOBVERIFIER = _descriptor.Descriptor(
|
@@ -348,10 +450,17 @@ _VERIFIERS_TRYJOBVERIFIER = _descriptor.Descriptor(
|
|
348
450
|
message_type=None, enum_type=None, containing_type=None,
|
349
451
|
is_extension=False, extension_scope=None,
|
350
452
|
options=None),
|
453
|
+
_descriptor.FieldDescriptor(
|
454
|
+
name='try_job_retry_config', full_name='Verifiers.TryJobVerifier.try_job_retry_config', index=1,
|
455
|
+
number=2, type=11, cpp_type=10, label=1,
|
456
|
+
has_default_value=False, default_value=None,
|
457
|
+
message_type=None, enum_type=None, containing_type=None,
|
458
|
+
is_extension=False, extension_scope=None,
|
459
|
+
options=None),
|
351
460
|
],
|
352
461
|
extensions=[
|
353
462
|
],
|
354
|
-
nested_types=[_VERIFIERS_TRYJOBVERIFIER_BUILDER, _VERIFIERS_TRYJOBVERIFIER_BUCKET, ],
|
463
|
+
nested_types=[_VERIFIERS_TRYJOBVERIFIER_BUILDER, _VERIFIERS_TRYJOBVERIFIER_BUCKET, _VERIFIERS_TRYJOBVERIFIER_TRYJOBRETRYCONFIG, ],
|
355
464
|
enum_types=[
|
356
465
|
],
|
357
466
|
options=None,
|
@@ -359,8 +468,8 @@ _VERIFIERS_TRYJOBVERIFIER = _descriptor.Descriptor(
|
|
359
468
|
extension_ranges=[],
|
360
469
|
oneofs=[
|
361
470
|
],
|
362
|
-
serialized_start=
|
363
|
-
serialized_end=
|
471
|
+
serialized_start=844,
|
472
|
+
serialized_end=1320,
|
364
473
|
)
|
365
474
|
|
366
475
|
_VERIFIERS_SIGNCLAVERIFIER = _descriptor.Descriptor(
|
@@ -381,8 +490,8 @@ _VERIFIERS_SIGNCLAVERIFIER = _descriptor.Descriptor(
|
|
381
490
|
extension_ranges=[],
|
382
491
|
oneofs=[
|
383
492
|
],
|
384
|
-
serialized_start=
|
385
|
-
serialized_end=
|
493
|
+
serialized_start=1322,
|
494
|
+
serialized_end=1339,
|
386
495
|
)
|
387
496
|
|
388
497
|
_VERIFIERS = _descriptor.Descriptor(
|
@@ -431,19 +540,21 @@ _VERIFIERS = _descriptor.Descriptor(
|
|
431
540
|
extension_ranges=[],
|
432
541
|
oneofs=[
|
433
542
|
],
|
434
|
-
serialized_start=
|
435
|
-
serialized_end=
|
543
|
+
serialized_start=456,
|
544
|
+
serialized_end=1339,
|
436
545
|
)
|
437
546
|
|
438
547
|
_CONFIG.fields_by_name['verifiers'].message_type = _VERIFIERS
|
439
548
|
_CONFIG.fields_by_name['rietveld'].message_type = _RIETVELD
|
440
|
-
_CONFIG.fields_by_name['
|
549
|
+
_CONFIG.fields_by_name['gerrit'].message_type = _GERRIT
|
441
550
|
_VERIFIERS_REVIEWERLGTMVERIFIER.containing_type = _VERIFIERS
|
442
551
|
_VERIFIERS_TREESTATUSLGTMVERIFIER.containing_type = _VERIFIERS
|
443
552
|
_VERIFIERS_TRYJOBVERIFIER_BUILDER.containing_type = _VERIFIERS_TRYJOBVERIFIER
|
444
553
|
_VERIFIERS_TRYJOBVERIFIER_BUCKET.fields_by_name['builders'].message_type = _VERIFIERS_TRYJOBVERIFIER_BUILDER
|
445
554
|
_VERIFIERS_TRYJOBVERIFIER_BUCKET.containing_type = _VERIFIERS_TRYJOBVERIFIER
|
555
|
+
_VERIFIERS_TRYJOBVERIFIER_TRYJOBRETRYCONFIG.containing_type = _VERIFIERS_TRYJOBVERIFIER
|
446
556
|
_VERIFIERS_TRYJOBVERIFIER.fields_by_name['buckets'].message_type = _VERIFIERS_TRYJOBVERIFIER_BUCKET
|
557
|
+
_VERIFIERS_TRYJOBVERIFIER.fields_by_name['try_job_retry_config'].message_type = _VERIFIERS_TRYJOBVERIFIER_TRYJOBRETRYCONFIG
|
447
558
|
_VERIFIERS_TRYJOBVERIFIER.containing_type = _VERIFIERS
|
448
559
|
_VERIFIERS_SIGNCLAVERIFIER.containing_type = _VERIFIERS
|
449
560
|
_VERIFIERS.fields_by_name['reviewer_lgtm'].message_type = _VERIFIERS_REVIEWERLGTMVERIFIER
|
@@ -452,6 +563,7 @@ _VERIFIERS.fields_by_name['try_job'].message_type = _VERIFIERS_TRYJOBVERIFIER
|
|
452
563
|
_VERIFIERS.fields_by_name['sign_cla'].message_type = _VERIFIERS_SIGNCLAVERIFIER
|
453
564
|
DESCRIPTOR.message_types_by_name['Config'] = _CONFIG
|
454
565
|
DESCRIPTOR.message_types_by_name['Rietveld'] = _RIETVELD
|
566
|
+
DESCRIPTOR.message_types_by_name['Gerrit'] = _GERRIT
|
455
567
|
DESCRIPTOR.message_types_by_name['Verifiers'] = _VERIFIERS
|
456
568
|
|
457
569
|
Config = _reflection.GeneratedProtocolMessageType('Config', (_message.Message,), dict(
|
@@ -468,6 +580,13 @@ Rietveld = _reflection.GeneratedProtocolMessageType('Rietveld', (_message.Messag
|
|
468
580
|
))
|
469
581
|
_sym_db.RegisterMessage(Rietveld)
|
470
582
|
|
583
|
+
Gerrit = _reflection.GeneratedProtocolMessageType('Gerrit', (_message.Message,), dict(
|
584
|
+
DESCRIPTOR = _GERRIT,
|
585
|
+
__module__ = 'cq_pb2'
|
586
|
+
# @@protoc_insertion_point(class_scope:Gerrit)
|
587
|
+
))
|
588
|
+
_sym_db.RegisterMessage(Gerrit)
|
589
|
+
|
471
590
|
Verifiers = _reflection.GeneratedProtocolMessageType('Verifiers', (_message.Message,), dict(
|
472
591
|
|
473
592
|
ReviewerLgtmVerifier = _reflection.GeneratedProtocolMessageType('ReviewerLgtmVerifier', (_message.Message,), dict(
|
@@ -499,6 +618,13 @@ Verifiers = _reflection.GeneratedProtocolMessageType('Verifiers', (_message.Mess
|
|
499
618
|
# @@protoc_insertion_point(class_scope:Verifiers.TryJobVerifier.Bucket)
|
500
619
|
))
|
501
620
|
,
|
621
|
+
|
622
|
+
TryJobRetryConfig = _reflection.GeneratedProtocolMessageType('TryJobRetryConfig', (_message.Message,), dict(
|
623
|
+
DESCRIPTOR = _VERIFIERS_TRYJOBVERIFIER_TRYJOBRETRYCONFIG,
|
624
|
+
__module__ = 'cq_pb2'
|
625
|
+
# @@protoc_insertion_point(class_scope:Verifiers.TryJobVerifier.TryJobRetryConfig)
|
626
|
+
))
|
627
|
+
,
|
502
628
|
DESCRIPTOR = _VERIFIERS_TRYJOBVERIFIER,
|
503
629
|
__module__ = 'cq_pb2'
|
504
630
|
# @@protoc_insertion_point(class_scope:Verifiers.TryJobVerifier)
|
@@ -521,6 +647,7 @@ _sym_db.RegisterMessage(Verifiers.TreeStatusLgtmVerifier)
|
|
521
647
|
_sym_db.RegisterMessage(Verifiers.TryJobVerifier)
|
522
648
|
_sym_db.RegisterMessage(Verifiers.TryJobVerifier.Builder)
|
523
649
|
_sym_db.RegisterMessage(Verifiers.TryJobVerifier.Bucket)
|
650
|
+
_sym_db.RegisterMessage(Verifiers.TryJobVerifier.TryJobRetryConfig)
|
524
651
|
_sym_db.RegisterMessage(Verifiers.SignCLAVerifier)
|
525
652
|
|
526
653
|
|