-
Notifications
You must be signed in to change notification settings - Fork 5
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
rocky9 base container #1664
rocky9 base container #1664
Conversation
Thanks Mats! It makes a lot of sense. I will test outsource then but might take a while. Does testing in the week of June 10 sound good to you, given the "deadline" at June 30? |
@FaroutYLq @ghusheng @rsriya New rocky9 PR here. Tests looks good now with a branch, instead of a fork PR. |
That timeline sounds great |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge and test if it fix the goal problem
* Bump cutax version (#1665) * rocky9 base container (#1664) * Debugging the failure of cutax action https://github.com/XENONnT/base_environment/actions/runs/9321610822/job/25660975548 * Debugging the failure of cutax action https://github.com/XENONnT/base_environment/actions/runs/9335276815/job/25694820483 * manually install openldap (#1692) * Debugging the failure of cutax action (#1693) * Debugging the failure of cutax action * Update test_ax.yml * Update test_ax.yml * adding xenon.config for midway3 (#1695) https://xenonnt.slack.com/archives/C016DM0JPK9/p1717687193606909 * Revert "manually install openldap (#1692)" This reverts commit b8bf51e. * Retry installing openldap (#1696) * manually install openldap * Force yes to all answers * Bump Utilix to 0.8.5 (#1698) Co-authored-by: Husheng Guan <ghusheng@midway3-login3.rcc.local> * Regular updates june (#1707) * Updated pytest-xdist * Update pyarrow * Update requirements-tests.txt * Update requirements.txt * Update requirements.txt * Update requirements-tests.txt * Update requirements-tests.txt * Update requirements.txt * Update requirements-tests.txt * Update requirements.txt * downgrade ipython 8.19.0 Requires-Python >=3.10 * downgrade xarray xarray 2024.6.0 depends on pandas>=2.0 * CUTAX FIX (#1708) https://xenonnt.slack.com/archives/C016DM0JPK9/p1718008584564119 Co-authored-by: Husheng Guan <guan81@purdue.edu> * Revert "CUTAX FIX (#1708)" (#1709) This reverts commit aa9623e. * Fixing cutax error https://github.com/XENONnT/cutax/actions/runs/9535560885/job/26281434746 * Revert "Fixing cutax error" This reverts commit 250f7c2. * Revert "Regular updates june (#1707)" (#1710) This reverts commit 6b3116d. * SharedArray / Numpy 2.0.0 workaround (#1718) * Revert "Revert "CUTAX FIX (#1708)" (#1709)" (#1719) This reverts commit b619f61. * Regular updates june (#1721) * Updated pytest-xdist * Update pyarrow * Update requirements-tests.txt * Update requirements.txt * Update requirements.txt * Update requirements-tests.txt * Update requirements-tests.txt * Update requirements.txt * Update requirements-tests.txt * Update requirements.txt * downgrade ipython 8.19.0 Requires-Python >=3.10 * downgrade xarray xarray 2024.6.0 depends on pandas>=2.0 * Merge master to the branch (#1720) * Regular updates june (#1707) * Updated pytest-xdist * Update pyarrow * Update requirements-tests.txt * Update requirements.txt * Update requirements.txt * Update requirements-tests.txt * Update requirements-tests.txt * Update requirements.txt * Update requirements-tests.txt * Update requirements.txt * downgrade ipython 8.19.0 Requires-Python >=3.10 * downgrade xarray xarray 2024.6.0 depends on pandas>=2.0 * CUTAX FIX (#1708) https://xenonnt.slack.com/archives/C016DM0JPK9/p1718008584564119 Co-authored-by: Husheng Guan <guan81@purdue.edu> * Revert "CUTAX FIX (#1708)" (#1709) This reverts commit aa9623e. * Fixing cutax error https://github.com/XENONnT/cutax/actions/runs/9535560885/job/26281434746 * Revert "Fixing cutax error" This reverts commit 250f7c2. * Revert "Regular updates june (#1707)" (#1710) This reverts commit 6b3116d. * SharedArray / Numpy 2.0.0 workaround (#1718) * Revert "Revert "CUTAX FIX (#1708)" (#1709)" (#1719) This reverts commit b619f61. --------- Co-authored-by: Husheng Guan <guan81@purdue.edu> Co-authored-by: Riya Singh <astroriya@midway3-login3.rcc.local> Co-authored-by: Mats Rynge <mats@rynge.net> * Update requirements-tests.txt --------- Co-authored-by: Husheng Guan <guan81@purdue.edu> Co-authored-by: Riya Singh <astroriya@midway3-login3.rcc.local> Co-authored-by: Mats Rynge <mats@rynge.net> * Updated xedocs requirement (#1722) * Updated xedocs requirement * adding rframe --------- Co-authored-by: RIYA SINGH <rsriya383@gmail.com> * Revert "rocky9 base container (#1664)" This reverts commit 6643094. --------- Co-authored-by: Dacheng Xu <dx2227@columbia.edu> Co-authored-by: Mats Rynge <mats@rynge.net> Co-authored-by: Lanqing Yuan <yuanlq@uchicago.edu> Co-authored-by: Riya Singh <astroriya@midway3-login4.rcc.local> Co-authored-by: Husheng Guan <guan81@purdue.edu> Co-authored-by: Husheng Guan <ghusheng@midway3-login3.rcc.local> Co-authored-by: Riya Singh <astroriya@midway3-login3.rcc.local> Co-authored-by: Peter Gyorgy <petigyorgy@gmail.com>
As discussed a couple of times in the past, the base_environment is currently based on RHEL7, which is out of support and now longer get updates (neither from the OS vendor, nor OSG). We need to update to RHEL9. This builds fine, but the stack needs testing.