Reviewers: Michael Achenbach (travelling),
Description:
Move entire CQ config to the V8 repository
[email protected]
BUG=408675
Please review this at https://codereview.chromium.org/1025553007/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+74, -21 lines):
M testing/commit_queue/config.json
Index: testing/commit_queue/config.json
diff --git a/testing/commit_queue/config.json
b/testing/commit_queue/config.json
index
263707c2d8d112f8c235e43ffc84d0105bfe3380..94c8579d8ce981cee5672b75412c0e23f571dbca
100644
--- a/testing/commit_queue/config.json
+++ b/testing/commit_queue/config.json
@@ -1,24 +1,77 @@
{
- "trybots": {
- "launched": {
- "tryserver.v8": {
- "v8_android_arm_compile_rel": ["defaulttests"],
- "v8_linux64_asan_rel": ["defaulttests"],
- "v8_linux64_rel": ["defaulttests"],
- "v8_linux_arm64_rel": ["defaulttests"],
- "v8_linux_arm_rel": ["defaulttests"],
- "v8_linux_chromium_gn_rel": ["defaulttests"],
- "v8_linux_gcc_compile_rel": ["defaulttests"],
- "v8_linux_nodcheck_rel": ["defaulttests"],
- "v8_linux_rel": ["defaulttests"],
- "v8_linux_dbg": ["defaulttests"],
- "v8_mac_rel": ["defaulttests"],
- "v8_presubmit": ["defaulttests"],
- "v8_win64_rel": ["defaulttests"],
- "v8_win_compile_dbg": ["defaulttests"],
- "v8_win_rel": ["defaulttests"]
- }
- },
- "triggered": {}
+ "commit_burst_delay": 60,
+ "commit_user": "[email protected]",
+ "committer_project": "v8",
+ "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,
+ "project_bases": [
+ ".*"
+ ],
+ "project_bases_legacy_from_git_repo_url": true,
+ "remote_branch": "refs/pending/heads/master",
+ "rietveld_url": "https://codereview.chromium.org",
+ "rietveld_user": "[email protected]",
+ "skip_throttle_users": [
+ "[email protected]"
+ ],
+ "tree_status_url": "https://v8-status.appspot.com",
+ "verifiers_no_patch": {
+ "experimental_try_job_verifier": {},
+ "reviewer_lgtm_verifier": {},
+ "tree_status_verifier": {},
+ "try_job_verifier": {
+ "launched": {
+ "tryserver.v8": {
+ "v8_android_arm_compile_rel": [
+ "defaulttests"
+ ],
+ "v8_linux64_asan_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_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_rel": [
+ "defaulttests"
+ ]
+ }
+ },
+ "triggered": {}
+ }
}
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.