-
Notifications
You must be signed in to change notification settings - Fork 0
migrate Jenkins CI to Pipeline #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
760f3f8 to
9a55add
Compare
Signed-off-by: Shimmy Balsam <[email protected]> (cherry picked from commit 93c04f4)
Signed-off-by: Roie Danino <[email protected]> (cherry picked from commit ae52971)
The net provider is an enhanced version of tcp provider, therefore should also be excluded. Signed-off-by: Wei Zhang <[email protected]> (cherry picked from commit d7ef0d4)
v4.1.x: coll/ucc: updating team destroy as nonblocking
…i#11257-mca-atomic-ucx-cswap-stack-smashing v4.1: bugfix/open-mpi#11257 mca atomic ucx cswap stack smashing
opal/common/ofi: add net to provider exclude list
Signed-off-by: Brian Barrett <[email protected]>
Signed-off-by: Brian Barrett <[email protected]>
Update PMIx to 3.2.4
Signed-off-by: Jingyin Tang <[email protected]>
v4.1.x: Fix compilation issue in OFI with CUDA
Signed-off-by: Brian Barrett <[email protected]>
Signed-off-by: Brian Barrett <[email protected]>
…a peer Signed-off-by: Nuria Losada <[email protected]> (cherry picked from commit 3cae149) Signed-off-by: Shi Jin <[email protected]>
dist: bump version to 4.1.5rc4
[v4.1.x] osc/rdma: fix when determining the node with the rank_array info for …
Signed-off-by: Brian Barrett <[email protected]>
dist: Update NEWS in prep for release
Signed-off-by: Brian Barrett <[email protected]>
dist: Prep for 4.1.6 release
Previously, the PR build tests running on Jenkins were in their own repo - ompi-scripts. This moves them into the main ompi repo and replaces the older, deprecated multi-job Jenkins plugin with the Jenkins Pipeline. Signed-off-by: Joe Downs <[email protected]> (cherry picked from commit babf9ae)
9a55add to
2763426
Compare
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: 2763426: Re-enable all Jenkinsfile tests.
7ff911f: Jenkins pr-builder.sh: Add "--bind-to none"
d7bc63c: Jenkinsfile: reduce CI resource using while debugg...
3766bbf: Merge pull request open-mpi#11436 from bwbarrett/v4.1.x-re...
3892034: dist: Prep for 4.1.6 release
42b829b: Merge pull request open-mpi#11426 from bwbarrett/v4.1.x-re...
393600f: dist: Update NEWS in prep for release
ba926c0: Merge pull request open-mpi#11423 from shijin-aws/osc_rdma...
41b8a01: Merge pull request open-mpi#11422 from bwbarrett/v4.1.x-re...
987fe77: dist: bump version to 4.1.5rc4
18ef70b: Merge pull request open-mpi#11420 from bwbarrett/v4.1.x-re...
202d38e: Prep for v4.1.5rc3
1bebe3d: Merge pull request open-mpi#11382 from jtamzn/v4.1.x
7676618: Fix compilation issue in OFI with CUDA
a9a9d41: Merge pull request open-mpi#11353 from bwbarrett/v4.1.x-pm...
2955a5d: Update NEWS to reflect PMIx update
745f09a: Update PMIx to v3.2.4
03c3a01: Merge pull request open-mpi#11319 from bwbarrett/v4.1.x-of...
91ac1d7: Merge pull request open-mpi#11313 from roiedanino/v4.1-bug...
d6c90a0: Merge pull request open-mpi#11316 from shimmybalsam/team_d...
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Similar to open-mpi/ompi-scripts@7dc912e, add "--bind-to none" to the mpirun command. The CI tests on the AWS jenkins instance all run on instances with 1 core. There's a special case in OMPI to bind to core for a 2 process run for benchmarking reasons, and this was causing failures in mapping because there aren't 2 cores on the instance. So instead turn off binding for these small tests. Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit b1f3be1)
2763426 to
edaa24b
Compare
|
Hello! The Git Commit Checker CI bot found a few problems with this PR: edaa24b: Jenkins pr-builder.sh: Add "--bind-to none"
3766bbf: Merge pull request open-mpi#11436 from bwbarrett/v4.1.x-re...
3892034: dist: Prep for 4.1.6 release
42b829b: Merge pull request open-mpi#11426 from bwbarrett/v4.1.x-re...
393600f: dist: Update NEWS in prep for release
ba926c0: Merge pull request open-mpi#11423 from shijin-aws/osc_rdma...
41b8a01: Merge pull request open-mpi#11422 from bwbarrett/v4.1.x-re...
987fe77: dist: bump version to 4.1.5rc4
18ef70b: Merge pull request open-mpi#11420 from bwbarrett/v4.1.x-re...
202d38e: Prep for v4.1.5rc3
1bebe3d: Merge pull request open-mpi#11382 from jtamzn/v4.1.x
7676618: Fix compilation issue in OFI with CUDA
a9a9d41: Merge pull request open-mpi#11353 from bwbarrett/v4.1.x-pm...
2955a5d: Update NEWS to reflect PMIx update
745f09a: Update PMIx to v3.2.4
03c3a01: Merge pull request open-mpi#11319 from bwbarrett/v4.1.x-of...
91ac1d7: Merge pull request open-mpi#11313 from roiedanino/v4.1-bug...
d6c90a0: Merge pull request open-mpi#11316 from shimmybalsam/team_d...
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks! |
Previously, the PR build tests running on Jenkins were in their own repo - ompi-scripts. This moves them into the main ompi repo and replaces the older, deprecated multi-job Jenkins plugin with the Jenkins Pipeline.
Signed-off-by: Joe Downs [email protected]
(cherry picked from commit 176d93b)