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

Switch Arkouda graphs to display nightly by default #22594

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

bmcdonald3
Copy link
Member

Today, Arkouda graphs show the release version by default, which means that changes to Chapel will be missed. Switching this to default to nightly will make it more obvious of Chapel-side changes that impact Arkouda.

Today, Arkouda graphs show the release version by default, which
means that changes to Chapel will be missed. Switching this to
default to nightly will make it more obvious of Chapel-side changes
that impact Arkouda.

Signed-off-by: Ben McDonald <46734217+bmcdonald3@users.noreply.github.com>
@bmcdonald3 bmcdonald3 requested a review from ronawho June 22, 2023 20:18
@@ -48,7 +48,7 @@ export CHPL_WHICH_RELEASE_FOR_ARKOUDA="1.30.0"
# test against Chapel release (checking out current test/cron directories)
function test_release() {
export CHPL_TEST_PERF_DESCRIPTION=release
export CHPL_TEST_PERF_CONFIGS="release:v,nightly"
Copy link
Contributor

Choose a reason for hiding this comment

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

This makes "release" not visible by default. See --configs option in ./util/test/genGraphs --help

Copy link
Member Author

Choose a reason for hiding this comment

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

Were you thinking that we would have both of them visible by default? I was thinking we only wanted to look at nightly by default.

Copy link
Contributor

Choose a reason for hiding this comment

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

I was thinking both, but let's discuss in perf meeting today

Copy link
Member Author

Choose a reason for hiding this comment

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

Switched to that, that's fine with me.

Signed-off-by: Ben McDonald <46734217+bmcdonald3@users.noreply.github.com>
@bmcdonald3 bmcdonald3 merged commit b78a3ef into chapel-lang:main Jul 31, 2023
@bmcdonald3 bmcdonald3 deleted the arkouda-graphs branch July 31, 2023 15:39
@bradcray
Copy link
Member

bradcray commented Aug 4, 2023

Yay!

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.

3 participants