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 timeout of AzureML tests and add explicit runner in Ubuntu 24.04 #2190

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

miguelgfierro
Copy link
Collaborator

Description

I want to limit each of the computations to 2h, but not all the tests of 1 category. For example, each test process should take less than 2h, but the whole GPU tests can take longer because maybe they are waiting for a free VM.

I used https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes but if it doesn't work I would need to do the timeout within the steps: https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepstimeout-minutes

Related Issues

Related to this discussion: #2189 (comment)

References

Checklist:

  • I have followed the contribution guidelines and code style for this project.
  • I have added tests covering my contributions.
  • I have updated the documentation accordingly.
  • I have signed the commits, e.g. git commit -s -m "your commit message".
  • This PR is being made to staging branch AND NOT TO main branch.

Signed-off-by: miguelgfierro <[email protected]>
Signed-off-by: miguelgfierro <[email protected]>
@miguelgfierro miguelgfierro merged commit 7819b8b into staging Nov 18, 2024
1 check passed
@miguelgfierro miguelgfierro deleted the miguel/timeout branch November 18, 2024 09:48
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