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 Github action workflows for running continuous tests with Pytest #25238

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Dec 3, 2024

Add Github action workflows for running continuous tests with Pytest

Changes:

  • Adds wheel_tests.yml that will be used to run continuous jobs that builds artifacts and runs CPU/CUDA tests. Jobs will run by workflow calls to build_artifacts.yml/pytest_cpu.yml/pytest_gpu.yml.
  • Adds testing of CUDA tests on H100 gpus
  • Make script executable
  • Change the name of GPU scripts and workflows to CUDA to be more clear as to what is being tested

@copybara-service copybara-service bot force-pushed the test_702497163 branch 6 times, most recently from d076966 to ac8c9f3 Compare December 9, 2024 16:43
@copybara-service copybara-service bot changed the title Add Github action workflow for building JAX artifacts Add Github action workflows for running continuous tests with Pytest Dec 17, 2024
@copybara-service copybara-service bot force-pushed the test_702497163 branch 17 times, most recently from cb899d4 to da64a88 Compare December 20, 2024 21:16
@copybara-service copybara-service bot force-pushed the test_702497163 branch 4 times, most recently from 7bb2435 to 4098a50 Compare January 8, 2025 05:20
@copybara-service copybara-service bot force-pushed the test_702497163 branch 3 times, most recently from 3573224 to 7df8c0f Compare January 8, 2025 06:16
Changes:
- Adds `wheel_tests.yml` that will be used to run continuous jobs that builds artifacts and runs CPU/CUDA tests. Jobs will run by workflow calls to `build_artifacts.yml`/`pytest_cpu.yml`/`pytest_gpu.yml`.
- Adds testing of CUDA tests on H100 gpus
- Make script executable
- Change the name of GPU scripts and workflows to CUDA to be more clear as to what is being tested
PiperOrigin-RevId: 702497163
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.

1 participant