ci[cartesian]: increase time limit for cartesian / dace tests on gh200#2335
Merged
Merged
Conversation
Cartesian dace tests are regularly timing out with the default timelimit on the gh200 box. It looks like recent increased development (including better test coverage) in gt4py.cartesian are pushing the limit of the standard 5min slurm time limit. We suggest to increase the timelimit to 10 minutes.
85daa1e to
f650bc1
Compare
Contributor
Author
|
cscs-ci run |
Contributor
Author
|
Sidenote: PR #2337 will remove the cuda backend, which should free some time on the cscs machines that we'd like to use for the |
Contributor
Author
|
cscs-ci run |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Cartesian dace tests are regularly timing out with the default time limit on the gh200 box. It looks like recent increased development (including better test coverage) in
gt4py.cartesianare pushing the limit of the standard 5min slurm time limit. We suggest to increase the time limit to 10 minutes.An example of running into the time limit can be found here. It's a run associated with PR #2314. Multiple re-runs have shown the same behavior.
Requirements
N/A
N/A
/cc @FlorianDeconinck @twicki as discussed