Skip to content

Commit

Permalink
[Jenkins] Add Israt Nisa into authorized regression trigger list (dml…
Browse files Browse the repository at this point in the history
  • Loading branch information
VoVAllen authored Nov 12, 2021
1 parent dfa32ae commit 473d5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def tutorial_test_linux(backend) {
}

def is_authorized(name) {
def authorized_user = ['VoVAllen', 'BarclayII', 'jermainewang', 'zheng-da', 'mufeili', 'Rhett-Ying']
def authorized_user = ['VoVAllen', 'BarclayII', 'jermainewang', 'zheng-da', 'mufeili', 'Rhett-Ying', 'isratnisa']
return (name in authorized_user)
}

Expand Down

0 comments on commit 473d5e0

Please sign in to comment.