Unverified Commit 0be03301 authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Misc] Update Jenkins. (#5794)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
parent 290e1e9d
...@@ -119,16 +119,22 @@ def go_test_linux() { ...@@ -119,16 +119,22 @@ def go_test_linux() {
} }
def is_authorized(name) { def is_authorized(name) {
def devs = ['dgl-bot', 'noreply', 'Rhett-Ying', 'BarclayII', 'jermainewang', def devs = [
'mufeili', 'isratnisa', 'rudongyu', 'classicsong', 'HuXiangkun', // System:
'hetong007', 'kylasa', 'frozenbugs', 'peizhou001', 'zheng-da', 'dgl-bot', 'noreply',
'czkkkkkk', 'thvasilo', // Core:
'nv-dlasalle', 'yaox12', 'chang-l', 'Kh4L', 'VibhuJawa', 'Rhett-Ying', 'BarclayII', 'jermainewang', 'mufeili', 'isratnisa',
'kkranen', 'rudongyu', 'classicsong', 'HuXiangkun', 'hetong007', 'kylasa',
'bgawrych', 'itaraban', 'daniil-sizov', 'anko-intel', 'Kacper-Pietkun', 'frozenbugs', 'peizhou001', 'zheng-da', 'czkkkkkk', 'thvasilo',
'hankaj', 'agrabows', 'DominikaJedynak', 'RafLit', // Intern:
'VoVAllen', 'keli-wen', 'caojy1998', 'keli-wen', 'caojy1998',
] // Friends:
'nv-dlasalle', 'yaox12', 'chang-l', 'Kh4L', 'VibhuJawa', 'kkranen',
'bgawrych', 'itaraban', 'daniil-sizov', 'anko-intel', 'Kacper-Pietkun',
'hankaj', 'agrabows', 'DominikaJedynak', 'RafLit',
// Emeritus:
'VoVAllen',
]
return (name in devs) return (name in devs)
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment