Skip to content

Commit f67093f

Browse files
authored
Merge pull request #717 from lsst-dm/u/ktl/reorder-conda-steps
Rework final testing once more.
2 parents 6f99507 + 208a7cc commit f67093f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stack/conda.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ When updating rubin-env, the following procedure should be followed:
143143
Don't forget to request rerendering.
144144
After successful checks and PR review, merge to ``main``.
145145
#. Wait for the new metapackage to be available in the conda-forge channel.
146-
#. Create PRs to update the default versions in `lsst <https://github.com/lsst/lsst/blob/main/scripts/newinstall.sh>`__, `lsstsw <https://github.com/lsst/lsstsw/blob/main/etc/settings.cfg.sh>`__, and `jenkins-dm-jobs <https://github.com/lsst-dm/jenkins-dm-jobs/blob/main/etc/scipipe/build_matrix.yaml>`__.
147-
GitHub Actions tests of these PRs will not succeed if the metapackage is not available.
148-
#. Test Jenkins with the ``stack-os-matrix`` job using the new rubin-env version on at least ``lsst_ci`` and ideally all the ``ci_*`` products (``ci_cpp``, ``ci_hsc``, ``ci_imsim``, and ``ci_middleware``).
146+
#. Test Jenkins with the ``stack-os-matrix`` job using the new rubin-env version (by specifying an explicit ``SPLENV_REF`` parameter) on at least ``lsst_ci`` and ideally all the ``ci_*`` products (``ci_cpp``, ``ci_hsc``, ``ci_imsim``, and ``ci_middleware``).
147+
#. In parallel, create PRs to update the default versions in `lsst <https://github.com/lsst/lsst/blob/main/scripts/newinstall.sh>`__, `lsstsw <https://github.com/lsst/lsstsw/blob/main/etc/settings.cfg.sh>`__, and `jenkins-dm-jobs <https://github.com/lsst-dm/jenkins-dm-jobs/blob/main/etc/scipipe/build_matrix.yaml>`__.
148+
Ensure that all GitHub Actions tests pass; they will not if the metapackage is not available.
149149
#. Merge the lsst+lsstsw+jenkins-dm-jobs PRs and announce the update on community.lsst.org.
150150
#. Merge the ``main`` branch into the ``dev`` branch to allow it to start the next update cycle with the latest definitions.
151151

0 commit comments

Comments
 (0)