spacetelescope / jwst

Python library for science observations from the James Webb Space Telescope
https://jwst-pipeline.readthedocs.io/en/latest/
Other
561 stars 167 forks source link

increase conda version in jenkins files #8584

Closed braingram closed 3 months ago

braingram commented 3 months ago

Following the switch to microforge on jenkins the configurations in this repo look to have a conflicting conda version: https://plwishmaster.stsci.edu:8081/blue/organizations/jenkins/RT%2FJWST-Developers-Pull-Requests/detail/JWST-Developers-Pull-Requests/1545/pipeline that's resulting in run failures after a few minutes (when an attempt is made to install conda).

This updates the conda version listed in the jenkins files in this repo to (try and) work around the conflict.

Regtests made it past the conflict and are now running at (I'll update this description when they finish but feel free to do the same if you see the run finished successfully). https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/1548/

Checklist for PR authors (skip items if you don't have permissions or they are not applicable)

braingram commented 3 months ago

Closing in favor of https://github.com/spacetelescope/jwst/pull/8585