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

[CI] Add support for Navi4x architecture in nightly CI pipeline. #1599

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

stefankoncarevic
Copy link
Contributor

@stefankoncarevic stefankoncarevic commented Aug 6, 2024

This was initially added to nightly CI, as an optional check, until we see how stable the test execution will be on the navi4x machine. Only testing rock-e2e tests with -j1 for stability.

@@ -506,6 +536,11 @@ pipeline {
check_RockE2ETests_Navi3x(true)
}
}
if ( "${CODEPATH}" == 'navi4x' ) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we need an "else if" here, or navi3x could run in its section just above and then run again in the else just below.

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