Skip to content

Commit

Permalink
ci: have one builder use ompi 5.0.x devel
Browse files Browse the repository at this point in the history
Problem: there is no check that flux-pmix continues to
work with the latest ompi 5.0.x development branch.

Make one el8 builder build 5.0.x with the latest required
openpmix.  Don't fail the entire workflow if it fails.
  • Loading branch information
garlick committed Oct 4, 2023
1 parent ff1ac2d commit 9ef5c28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
chain_lint: t
- name: "el8 - ompi v5.0.x, distcheck"
image: "el8"
ompi_branch: "v5.0.0rc12"
openpmix_branch: "v4.2.3"
ompi_branch: "v5.0.x"
openpmix_branch: "v4.2.4"
coverage: false
continue-on-error: true
env:
DISTCHECK: t
- name: "el8 - pmix v3.2.3, ompi v4.1.4"
Expand Down

0 comments on commit 9ef5c28

Please sign in to comment.