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

add blog dirs to nightly testdirs more generally #26057

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

arezaii
Copy link
Collaborator

@arezaii arezaii commented Oct 8, 2024

This expands the cases when we add the blog directories to the list of directories to test. The change is to stop using the presence of -examples with -blog to selectively add the blog directories, and instead just add them whenever -blog is used and the testdirs var already has some values in it. It should avoid the problem found in GPU tests and other configs that just populate CHPL_NIGHTLY_TEST_DIRS rather than calling nightly with a specific set of flags.

[reviewed by @riftEmber - thanks!]

Signed-off-by: Ahmad Rezaii <ahmad.rezaii@hpe.com>
Copy link
Member

@riftEmber riftEmber left a comment

Choose a reason for hiding this comment

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

LGTM.

Doesn't have to be in this PR (unless you want), but I think blogonly has the same functionality as blog for real this time around and could be removed.

Signed-off-by: Ahmad Rezaii <ahmad.rezaii@hpe.com>
@arezaii
Copy link
Collaborator Author

arezaii commented Oct 8, 2024

I think blogonly has the same functionality as blog for real this time around and could be removed.

good catch! I want that to work still so I added it back to the test condition

@arezaii arezaii merged commit 8296d0f into chapel-lang:main Oct 8, 2024
7 checks passed
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