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

Run ibctest suite in build workflow #720

Closed
wants to merge 3 commits into from

Conversation

mark-rushakoff
Copy link
Member

This slightly reorganizes the build workflow. It used to be a single job
that ran unit tests, then built and uploaded binaries.

Now it is three separate jobs; unit tests and ibctest are run
concurrently, and then the build and upload job happens only if the
prior two jobs succeed.

@mark-rushakoff mark-rushakoff force-pushed the ci/update-workflow-build branch from 2d11d18 to c555344 Compare April 26, 2022 10:36
@mark-rushakoff
Copy link
Member Author

Will rebase this on #761 after that PR is merged.

This slightly reorganizes the build workflow. It used to be a single job
that ran unit tests, then built and uploaded binaries.

Now it is three separate jobs; unit tests and ibctest are run
concurrently, and then the build and upload job happens only if the
prior two jobs succeed.
@mark-rushakoff mark-rushakoff force-pushed the ci/update-workflow-build branch from c555344 to 9132cae Compare June 1, 2022 17:27
@jackzampolin jackzampolin marked this pull request as ready for review August 11, 2022 19:09
Copy link
Contributor

@boojamya boojamya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me.

@mark-rushakoff
Copy link
Member Author

Oops, this was superseded by #897.

@mark-rushakoff mark-rushakoff deleted the ci/update-workflow-build branch August 11, 2022 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants