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

Unified Diff: testing/commit_queue/config.json

Issue 1161873004: Converted V8 CQ config to proto-format (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Added new files Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/commit_queue/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/commit_queue/config.json
diff --git a/testing/commit_queue/config.json b/testing/commit_queue/config.json
deleted file mode 100644
index 9caf9b5187e32a37aabf0447a235b15f203bd5a2..0000000000000000000000000000000000000000
--- a/testing/commit_queue/config.json
+++ /dev/null
@@ -1,88 +0,0 @@
-{
- "commit_burst_delay": 60,
- "commit_user": "commit-bot@chromium.org",
- "cq_status_url": "https://chromium-cq-status.appspot.com",
- "git_repo_url": "https://chromium.googlesource.com/v8/v8",
- "hide_ref_in_committed_msg": true,
- "max_commit_burst": 1,
- "remote_branch": "refs/pending/heads/master",
- "rietveld_url": "https://codereview.chromium.org",
- "rietveld_auth": "oauth2",
- "skip_throttle_users": [
- "commit-bot@chromium.org"
- ],
- "verifiers_no_patch": {
- "experimental_try_job_verifier": {},
- "reviewer_lgtm_verifier": {
- "committer_project": "v8"
- },
- "tree_status_verifier": {
- "tree_status_url": "https://v8-status.appspot.com"
- },
- "try_job_verifier": {
- "launched": {
- "tryserver.v8": {
- "v8_android_arm_compile_rel": [
- "defaulttests"
- ],
- "v8_linux64_asan_rel": [
- "defaulttests"
- ],
- "v8_linux64_avx2_rel": [
- "defaulttests"
- ],
- "v8_linux64_rel": [
- "defaulttests"
- ],
- "v8_linux_arm64_rel": [
- "defaulttests"
- ],
- "v8_linux_arm_rel": [
- "defaulttests"
- ],
- "v8_linux_chromium_gn_rel": [
- "defaulttests"
- ],
- "v8_linux_dbg": [
- "defaulttests"
- ],
- "v8_linux_gcc_compile_rel": [
- "defaulttests"
- ],
- "v8_linux_mipsel_compile_rel": [
- "defaulttests"
- ],
- "v8_linux_mips64el_compile_rel": [
- "defaulttests"
- ],
- "v8_linux_nodcheck_rel": [
- "defaulttests"
- ],
- "v8_linux_rel": [
- "defaulttests"
- ],
- "v8_mac_rel": [
- "defaulttests"
- ],
- "v8_presubmit": [
- "defaulttests"
- ],
- "v8_win64_rel": [
- "defaulttests"
- ],
- "v8_win_compile_dbg": [
- "defaulttests"
- ],
- "v8_win_nosnap_shared_compile_rel": [
- "defaulttests"
- ],
- "v8_win_rel": [
- "defaulttests"
- ]
- }
- },
- "triggered": {}
- }
- },
- "version": 1
-}
« no previous file with comments | « testing/commit_queue/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698