Skip to content

Commit

Permalink
intel/ci: enable mpich rma tests for tcp
Browse files Browse the repository at this point in the history
enabling rma tests from the mpichtests suite for tcp
in intel CI.

Signed-off-by: Nikhil Nanal <[email protected]>
  • Loading branch information
nikhilnanal authored and j-xiong committed Oct 26, 2023
1 parent c814bf1 commit ef5a04d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/intel/jenkins/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,11 +688,11 @@ def __init__(self, jobname, buildno, testname, core_prov, fabric,
self.pwd = os.getcwd()
self.weekly = weekly
self.mpichtests_exclude = {
'tcp' : { '.' : [('spawn','dir'), ('rma','dir')],
'threads' : [('spawn','dir'), ('rma','dir')],
'tcp' : { '.' : [('spawn','dir')],
'threads' : [('spawn','dir')],
'threads/comm' : [('idup_nb 4','test'),
('idup_comm_gen 4','test')],
'errors' : [('spawn','dir'),('rma','dir')]
'errors' : [('spawn','dir')]
},
'verbs' : { '.' : [('spawn','dir')],
'threads/comm' : [('idup_nb 4','test')],
Expand Down

0 comments on commit ef5a04d

Please sign in to comment.