Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

update build numbers for all the above for every psana1 release.

Checklist for building psana1 environments from feedstocks

As psreldev on psbuld-rhel7:

...

  • source /cds/sw/ds/ana/conda1/inst/etc/profile.d/conda.sh
  • cd /cds/sw/ds/ana/conda1/manage/jenkins/
  • conda env create -n ana-4.0.11 --file ana-env-py2.yaml
  • conda env create -n ana-4.0.11-py3 --file ana-env-py3.yaml

Addition For New "Pinned Approach"

Valerio writes: It's not different from the psana2 approach at all. All the feedstocks have now the pinning file in them. You just need to update the meta.yaml file, run conda build recipe, upload and build the environment from the "pinned" YAML file. (First you need to package the source in a tar.gz like we always did)

The yaml files for creating the environment are in /cds/sw/ds/ana/conda1/manage/jenkins/.

LCLS2 Github Actions Approach (Deprecated)

...