-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Arkouda IB performance, correctness scripts (#26707)
... and, while there, also improve debugging/maintenance capabilities. Commits in this PR should be squashed. - adds `log` function to be able to print things from Arkouda's `sub_test` - use `ARKOUDA_SERVER_LAUNCH_PREFIX` to wire in `chpl_launchcmd` in the server launch command. This will be supported by Bears-R-Us/arkouda#4088 - Add the following environment variables to disable parts of Arkouda testing. This has been very valuable during development, where I could simply make the Jenkins use an existing Arkouda build to reduce the turnaround time significantly: - `CHPL_TEST_ARKOUDA_SKIP_RM_CLONE` - `CHPL_TEST_ARKOUDA_SKIP_CHAPEL_PY` - `CHPL_TEST_ARKOUDA_SKIP_BUILD` - `CHPL_TEST_ARKOUDA_SKIP_MAKE_CHECK` - `CHPL_TEST_ARKOUDA_SKIP_UNIT_TESTS` (this will be used by the new performance testing to avoid unit testing in those configs) - While there, this also adds a `-nobuild` flag to `nightly` to avoid rebuilding Chapel in each run. Obviously, this is for maintenance only. - In total, this PR adds 4 jobs: - `util/cron/test-perf.hpe-apollo-hdr.arkouda.bash` - `util/cron/test-perf.hpe-apollo-hdr.arkouda.release.bash` - `util/cron/test.hpe-apollo-hdr.arkouda.bash` - `util/cron/test.hpe-apollo-hdr.arkouda.release.bash` Corresponding Jenkins config PR: https://github.hpe.com/hpe/hpc-chapel-ci-config/pull/1361 [Reviewed by @ShreyasKhandekar]
- Loading branch information
Showing
20 changed files
with
305 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.