Branch: refs/heads/master
Revision: 9de6869
Author: e-kayrakli
Log Message:
Merge pull request #16785 from e-kayrakli/py-versions-testing
Add scripts for testing different python versions
This is a WIP PR that add scripts for testing different python versions.
It adds:
-
common-python.bash
that hasset_python_version
function. This function can
be used in job scripts to set the version. e.g.set_python_version "3.9"
-
test-linux64-python{27,35,36,37,39}.bash
[Reviewed by @ronawho]
Modified Files:
A util/cron/common-python.bash
A util/cron/test-linux64-python35.bash
A util/cron/test-linux64-python36.bash
A util/cron/test-linux64-python37.bash
A util/cron/test-linux64-python39.bash
M util/cron/test-linux64-python27.bash
Compare: https://github.com/chapel-lang/chapel/compare/9b3973ca4db5...9de6869c6ce4