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

Side by Side Diff: testing/commit_queue/config.json

Issue 1107973007: [test] Add avx2 bot to CQ. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "commit_burst_delay": 60, 2 "commit_burst_delay": 60,
3 "commit_user": "commit-bot@chromium.org", 3 "commit_user": "commit-bot@chromium.org",
4 "cq_status_url": "https://chromium-cq-status.appspot.com", 4 "cq_status_url": "https://chromium-cq-status.appspot.com",
5 "git_repo_url": "https://chromium.googlesource.com/v8/v8", 5 "git_repo_url": "https://chromium.googlesource.com/v8/v8",
6 "hide_ref_in_committed_msg": true, 6 "hide_ref_in_committed_msg": true,
7 "max_commit_burst": 1, 7 "max_commit_burst": 1,
8 "project_bases_legacy_from_git_repo_url": true, 8 "project_bases_legacy_from_git_repo_url": true,
9 "remote_branch": "refs/pending/heads/master", 9 "remote_branch": "refs/pending/heads/master",
10 "rietveld_url": "https://codereview.chromium.org", 10 "rietveld_url": "https://codereview.chromium.org",
(...skipping 11 matching lines...) Expand all
22 }, 22 },
23 "try_job_verifier": { 23 "try_job_verifier": {
24 "launched": { 24 "launched": {
25 "tryserver.v8": { 25 "tryserver.v8": {
26 "v8_android_arm_compile_rel": [ 26 "v8_android_arm_compile_rel": [
27 "defaulttests" 27 "defaulttests"
28 ], 28 ],
29 "v8_linux64_asan_rel": [ 29 "v8_linux64_asan_rel": [
30 "defaulttests" 30 "defaulttests"
31 ], 31 ],
32 "v8_linux64_avx2_rel": [
33 "defaulttests"
34 ],
32 "v8_linux64_rel": [ 35 "v8_linux64_rel": [
33 "defaulttests" 36 "defaulttests"
34 ], 37 ],
35 "v8_linux_arm64_rel": [ 38 "v8_linux_arm64_rel": [
36 "defaulttests" 39 "defaulttests"
37 ], 40 ],
38 "v8_linux_arm_rel": [ 41 "v8_linux_arm_rel": [
39 "defaulttests" 42 "defaulttests"
40 ], 43 ],
41 "v8_linux_chromium_gn_rel": [ 44 "v8_linux_chromium_gn_rel": [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "v8_win_rel": [ 80 "v8_win_rel": [
78 "defaulttests" 81 "defaulttests"
79 ] 82 ]
80 } 83 }
81 }, 84 },
82 "triggered": {} 85 "triggered": {}
83 } 86 }
84 }, 87 },
85 "version": 1 88 "version": 1
86 } 89 }
OLDNEW
« no previous file with comments | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698