Skip to content

Conversation

@Joe-Downs
Copy link
Owner

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)

@Joe-Downs Joe-Downs force-pushed the pr/v4.1.x-Jenkinsfile branch 2 times, most recently from 760f3f8 to 9a55add Compare January 14, 2023 16:32
shimmybalsam and others added 22 commits January 16, 2023 10:47
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]>
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]>
[v4.1.x] osc/rdma: fix when determining the node with the rank_array info for …
dist: Update NEWS in prep for release
Signed-off-by: Brian Barrett <[email protected]>
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)
@jsquyres jsquyres force-pushed the pr/v4.1.x-Jenkinsfile branch from 9a55add to 2763426 Compare March 21, 2023 20:28
@github-actions
Copy link

Hello! The Git Commit Checker CI bot found a few problems with this PR:

2763426: Re-enable all Jenkinsfile tests.

  • check_cherry_pick: contains a cherry pick message that refers to a commit that exists, but is in an as-yet unmerged pull request: ecfc4b8

7ff911f: Jenkins pr-builder.sh: Add "--bind-to none"

  • check_cherry_pick: contains a cherry pick message that refers to a commit that exists, but is in an as-yet unmerged pull request: b1f3be1

d7bc63c: Jenkinsfile: reduce CI resource using while debugg...

  • check_cherry_pick: contains a cherry pick message that refers to a commit that exists, but is in an as-yet unmerged pull request: 6406e00

3766bbf: Merge pull request open-mpi#11436 from bwbarrett/v4.1.x-re...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

3892034: dist: Prep for 4.1.6 release

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

42b829b: Merge pull request open-mpi#11426 from bwbarrett/v4.1.x-re...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

393600f: dist: Update NEWS in prep for release

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

ba926c0: Merge pull request open-mpi#11423 from shijin-aws/osc_rdma...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

41b8a01: Merge pull request open-mpi#11422 from bwbarrett/v4.1.x-re...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

987fe77: dist: bump version to 4.1.5rc4

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

18ef70b: Merge pull request open-mpi#11420 from bwbarrett/v4.1.x-re...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

202d38e: Prep for v4.1.5rc3

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

1bebe3d: Merge pull request open-mpi#11382 from jtamzn/v4.1.x

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

7676618: Fix compilation issue in OFI with CUDA

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

a9a9d41: Merge pull request open-mpi#11353 from bwbarrett/v4.1.x-pm...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

2955a5d: Update NEWS to reflect PMIx update

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

745f09a: Update PMIx to v3.2.4

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

03c3a01: Merge pull request open-mpi#11319 from bwbarrett/v4.1.x-of...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

91ac1d7: Merge pull request open-mpi#11313 from roiedanino/v4.1-bug...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

d6c90a0: Merge pull request open-mpi#11316 from shimmybalsam/team_d...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

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)
@jsquyres jsquyres force-pushed the pr/v4.1.x-Jenkinsfile branch from 2763426 to edaa24b Compare March 21, 2023 20:30
@github-actions
Copy link

Hello! The Git Commit Checker CI bot found a few problems with this PR:

edaa24b: Jenkins pr-builder.sh: Add "--bind-to none"

  • check_cherry_pick: contains a cherry pick message that refers to a commit that exists, but is in an as-yet unmerged pull request: b1f3be1

3766bbf: Merge pull request open-mpi#11436 from bwbarrett/v4.1.x-re...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

3892034: dist: Prep for 4.1.6 release

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

42b829b: Merge pull request open-mpi#11426 from bwbarrett/v4.1.x-re...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

393600f: dist: Update NEWS in prep for release

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

ba926c0: Merge pull request open-mpi#11423 from shijin-aws/osc_rdma...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

41b8a01: Merge pull request open-mpi#11422 from bwbarrett/v4.1.x-re...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

987fe77: dist: bump version to 4.1.5rc4

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

18ef70b: Merge pull request open-mpi#11420 from bwbarrett/v4.1.x-re...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

202d38e: Prep for v4.1.5rc3

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

1bebe3d: Merge pull request open-mpi#11382 from jtamzn/v4.1.x

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

7676618: Fix compilation issue in OFI with CUDA

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

a9a9d41: Merge pull request open-mpi#11353 from bwbarrett/v4.1.x-pm...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

2955a5d: Update NEWS to reflect PMIx update

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

745f09a: Update PMIx to v3.2.4

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

03c3a01: Merge pull request open-mpi#11319 from bwbarrett/v4.1.x-of...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

91ac1d7: Merge pull request open-mpi#11313 from roiedanino/v4.1-bug...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

d6c90a0: Merge pull request open-mpi#11316 from shimmybalsam/team_d...

  • check_cherry_pick: does not include a cherry pick message (did you need to bot:notacherrypick?)

Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks!

@Joe-Downs Joe-Downs merged commit e8bd1af into v4.1.x Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants