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

Update 24.10-devel branch with main #1095

Merged
merged 3 commits into from
Oct 13, 2024

Commits on Oct 3, 2024

  1. Do not add leading "//tests:" for given test targets (#1079)

    The original logic is if the given test targets do not start with
    `//tests:`, then add this prefix for them.
    
    I'm removing this logic as:
    1. We don't actually see any use cases in the workflow
    2. It will block us running per-directory suite targets such as
    `//tests/mosaic:gpu_tests`
    gpupuck authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    032e978 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Pin etils to fix error with tfds.load (#1086)

    Signed-off-by: ashors1 <[email protected]>
    ashors1 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d1ff3c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Improve TE test reporting, increase timeout (#1084)

    - Increase timeout as A100 tests take >1 hour to run
    - Report the test failures/errors, not collection failures/errors
    olupton authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e8043a5 View commit details
    Browse the repository at this point in the history