Skip to content

Standardize PROJECTS_TO_TEST environment variable to uppercase#3184

Merged
jayhawk-commits merged 3 commits intomainfrom
users/jayhawk-commits/pr/test-config-updates
Feb 2, 2026
Merged

Standardize PROJECTS_TO_TEST environment variable to uppercase#3184
jayhawk-commits merged 3 commits intomainfrom
users/jayhawk-commits/pr/test-config-updates

Conversation

@jayhawk-commits
Copy link
Contributor

Copy link
Member

@ScottTodd ScottTodd left a comment

Choose a reason for hiding this comment

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

Are there any other uses in this repository? Should we be careful pulling this code into rocm-libraries and rocm-systems? I see uses there like https://github.com/ROCm/rocm-libraries/blob/e2555da2281e4f6d2560096f37487188e4e4e421/.github/workflows/therock-test-packages.yml#L54-L60

Comment on lines +299 to +301
def run():
platform = os.getenv("RUNNER_OS").lower()
project_to_test = os.getenv("project_to_test", "*")
project_to_test = os.getenv("PROJECT_TO_TEST", "*")
Copy link
Member

Choose a reason for hiding this comment

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

Seems like this should be plural too? projects_to_test and PROJECTS_TO_TEST?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, should change to plural. There doesn't seem to be usage within TheRock repo currently. I will make the changes on the external repos with an update of their SHAs of TheRock.

- Doing changes individually in web browser while local workspace is used for other work in parallel.
- Doing changes individually in web browser while local workspace is used for other work in parallel.
@jayhawk-commits
Copy link
Contributor Author

I'll merge this on Monday, and update the super-repos accordingly.

@jayhawk-commits jayhawk-commits merged commit 8466141 into main Feb 2, 2026
68 of 71 checks passed
@jayhawk-commits jayhawk-commits deleted the users/jayhawk-commits/pr/test-config-updates branch February 2, 2026 18:11
@github-project-automation github-project-automation bot moved this from TODO to Done in TheRock Triage Feb 2, 2026
@jayhawk-commits jayhawk-commits changed the title Standardize PROJECT_TO_TEST environment variable to uppercase Standardize PROJECTS_TO_TEST environment variable to uppercase Feb 2, 2026
@jayhawk-commits
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants