Unverified Commit 129f67cd authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Jenkins] add Rhett-Ying into authorized trigger (#3331)

parent 298e4fa6
...@@ -95,7 +95,7 @@ def tutorial_test_linux(backend) { ...@@ -95,7 +95,7 @@ def tutorial_test_linux(backend) {
} }
def is_authorized(name) { def is_authorized(name) {
def authorized_user = ['VoVAllen', 'BarclayII', 'jermainewang', 'zheng-da', 'mufeili'] def authorized_user = ['VoVAllen', 'BarclayII', 'jermainewang', 'zheng-da', 'mufeili', 'Rhett-Ying']
return (name in authorized_user) return (name in authorized_user)
} }
......
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