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

Fix gfx908 timing out during pipeline stages #3245

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

BrianHarrisonAMD
Copy link
Contributor

@BrianHarrisonAMD BrianHarrisonAMD commented Sep 9, 2024

The develop pipeline is taking longer than 5 hours to complete the tests on gfx 908.
Extending the timeout for now to allow for pipeline to pass.

I was surprised, but it seems like the CI increase came from the recent change to the ROCm version for the docker being used #3181.

@@ -291,7 +291,7 @@ def buildHipClangJob(Map conf=[:]){
}

withDockerContainer(image: image, args: dockerOpts + ' -v=/var/jenkins/:/var/jenkins') {
timeout(time: 300, unit:'MINUTES')
timeout(time: 420, unit:'MINUTES')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

increased time from 5 hrs to 7 hrs 👍

Copy link
Contributor

@atamazov atamazov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 LGTM!

@junliume junliume merged commit 18d8d6f into develop Sep 10, 2024
143 checks passed
@junliume junliume deleted the bharriso/fix-pipeline-timeout branch September 10, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants