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

build: add pytest targets #15034

Closed
wants to merge 8 commits into from
Closed

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Sep 24, 2024

It enables running pytests in cmake jobs, regardless of underlying build
tool choice (= makes it work with ninja.)

Also:

  • drop pytest logic launching make and exiting in case of failure.
    Maybe there is a better way and keep this functionality somehow, bind
    it to a command-line option? make it fail softly?

  • GHA/linux: invoke pytest via the build, not directly.

  • autotools: add missing dummy runtests targets when cross-compiling.

@github-actions github-actions bot added the CI Continuous Integration label Sep 24, 2024
@dfandrich
Copy link
Contributor

Analysis of PR #15034 at 23b00f72:

Test 445 failed, which has NOT been flaky recently, so there could be a real issue in the PR.

Generated by Testclutch

@icing icing self-requested a review September 25, 2024 07:17
@vszakats vszakats closed this in d82f9f9 Sep 25, 2024
@vszakats vszakats deleted the build-pytest-targets branch September 25, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build CI Continuous Integration tests
Development

Successfully merging this pull request may close these issues.

3 participants