-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
intel/ci: Add code changes to enable the entire mpich test suite
with impi and mpich. - test.py: class MpichtestSuite modified to build and run PR tests as well as weekly tests (impi & mpich) - build.py: options and functions added for extracting mpich tar files. Also added libfabric_mpich option to build libfabric with options exclusive for mpich (-without-ze) - run.py: changes to calls made to build and execute tests based on MpichTestSuite class. - summary.py: summary functions modified to create summary based on new log file. - Jenkinsfile: added prepare build stage; added parallel build stage for libfabric_mpich; increased jenkins timeout limit for weekly tests. Running tests for tcp and verbs-rxm. Signed-off-by: Nikhil Nanal <[email protected]>
- Loading branch information
1 parent
5cc4fc7
commit 4e535a6
Showing
6 changed files
with
248 additions
and
91 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
Oops, something went wrong.