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

Extending test timeout on slow platforms #915

Merged
merged 6 commits into from
Feb 13, 2024

Commits on Feb 6, 2024

  1. Extending test timeout on riscv64 and s390

    These platforms can take over 10 hours to run a full suite of
    extended.openjdk tests, even when split between 3 parallel machines.
    
    Therefore we should extend the timeout to allow the tests to run to
    completion.
    
    Signed-off-by: Adam Farley <[email protected]>
    adamfarley committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2384ca8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Temporary debug messages

    Signed-off-by: Adam Farley <[email protected]>
    adamfarley committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    b72679e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    25ca3d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Removing debug code and refactoring to pass time limit to test job

    This way we only override the test job's default time limit if we've
    set it explicitly.
    
    Signed-off-by: Adam Farley <[email protected]>
    adamfarley committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ace63cf View commit details
    Browse the repository at this point in the history
  2. Formatting improvements and a typo correction

    Signed-off-by: Adam Farley <[email protected]>
    adamfarley committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9416512 View commit details
    Browse the repository at this point in the history
  3. Linter warning fix

    Signed-off-by: Adam Farley <[email protected]>
    adamfarley committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    004bbae View commit details
    Browse the repository at this point in the history