-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
contrib/intel/jenkins: Fix bug where device is slurm partition
Slurm partition name is getting passed in as the device when it shouldn't be. Add cuda.exclude file to remove failing tests Skip xd2di. Since there is only one device this test is impossible. Signed-off-by: Zach Dworkin <zachary.dworkin@intel.com>
- Loading branch information
1 parent
ccb0f0a
commit 0377d56
Showing
5 changed files
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Regex patterns of tests to exclude in runfabtests.sh | ||
|
||
inject_test | ||
^fi_msg | ||
-e msg | ||
^fi_dgram | ||
-e dgram | ||
rdm_tagged_peek | ||
multi_ep | ||
av_xfer | ||
unexpected_msg | ||
multi_recv | ||
|
||
# Exclude tests that use sread/polling | ||
rdm_cntr_pingpong | ||
poll | ||
|
||
# Exclude tests with unsupported capabilities | ||
-k | ||
cm_data | ||
trigger | ||
shared_ctx | ||
scalable_ep | ||
shared_av | ||
multi_mr | ||
av_test | ||
|
||
multinode |