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

Add test summaries to wheel jobs #173

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Add test summaries to wheel jobs #173

merged 3 commits into from
Feb 7, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Jan 23, 2024

This PR adds test summaries to wheel jobs. Supports rapidsai/cudf#14847 for cudf.pandas test summaries.

@bdice bdice marked this pull request as ready for review February 7, 2024 17:21
@@ -24,7 +24,11 @@ on:
container-options:
required: false
type: string
default: '-e _NOOP'
default: "-e _NOOP"
test_summary_show:
Copy link
Contributor Author

@bdice bdice Feb 7, 2024

Choose a reason for hiding this comment

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

By default, the test-summary action shows output from each of the failures (show: "fail"). Since we have a large absolute number of failures in the cudf.pandas test suite (overall it's mostly passing but there are a ton of tests), the output exceeds the GitHub summary size limit. I needed to add this so that we could hide the summary like this:

# Hide test failures because they exceed the GITHUB_STEP_SUMMARY output limit.
test_summary_show: "none"

Should I add this test_summary_show option to .github/workflows/conda-cpp-tests.yaml or .github/workflows/conda-python-tests.yaml, too? Or just leave it on the wheel jobs until it is needed elsewhere?

Copy link
Member

Choose a reason for hiding this comment

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

Should I add this test_summary_show option to .github/workflows/conda-cpp-tests.yaml or .github/workflows/conda-python-tests.yaml, too? Or just leave it on the wheel jobs until it is needed elsewhere?

Up to you. I don't expect this option to be widely used, so I'm fine with omitting it from the other workflows until it's needed.

@bdice bdice requested a review from ajschmidt8 February 7, 2024 17:27
@@ -24,7 +24,11 @@ on:
container-options:
required: false
type: string
default: '-e _NOOP'
default: "-e _NOOP"
test_summary_show:
Copy link
Member

Choose a reason for hiding this comment

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

Should I add this test_summary_show option to .github/workflows/conda-cpp-tests.yaml or .github/workflows/conda-python-tests.yaml, too? Or just leave it on the wheel jobs until it is needed elsewhere?

Up to you. I don't expect this option to be widely used, so I'm fine with omitting it from the other workflows until it's needed.

@bdice bdice merged commit fe1ef20 into branch-24.04 Feb 7, 2024
@bdice bdice deleted the wheel-test-summary branch February 8, 2024 17:23
rapids-bot bot pushed a commit to rapidsai/cudf that referenced this pull request Feb 9, 2024
This PR fixes issues with the `pandas-tests` job that were introduced during the pandas 2 migration.

It also closes #14846 by adding GitHub Actions summaries for all wheel test jobs, including `cudf.pandas`. Depends on rapidsai/shared-workflows#173.

Authors:
  - Bradley Dice (https://github.com/bdice)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Ashwin Srinath (https://github.com/shwina)

Approvers:
  - Ashwin Srinath (https://github.com/shwina)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Jake Awe (https://github.com/AyodeAwe)

URL: #14847
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.

2 participants