Skip to content
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

ci: Fix build of branch commits #12961

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

bwbarrett
Copy link
Member

The community Jenkins jenkinsfile is evaluated both on each PR and for each commit to one of the branches in the openmpi/ompi repository. The builds for the commit checks were broken because of a bug in the description setting code, that assumed every invocation was for a PR. This commit fixes that by differentiating the type of build before setting the description.

Signed-off-by: Brian Barrett [email protected]
(cherry picked from commit 58cde2f)

The community Jenkins jenkinsfile is evaluated both on each PR and
for each commit to one of the branches in the openmpi/ompi repository.
The builds for the commit checks were broken because of a bug in the
description setting code, that assumed every invocation was for a PR.
This commit fixes that by differentiating the type of build before
setting the description.

Signed-off-by: Brian Barrett <[email protected]>
(cherry picked from commit 58cde2f)
@bwbarrett bwbarrett requested a review from jsquyres December 3, 2024 23:20
@github-actions github-actions bot added this to the v5.0.6 milestone Dec 3, 2024
@janjust janjust merged commit 05edb2b into open-mpi:v5.0.x Dec 10, 2024
15 checks passed
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.

3 participants