You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ su - <your-controls-account>
$ sudo su -
# conda activate base # should be activated by default, but just in case.
# conda install conda -c https://repo.anaconda.com/pkgs/main/
Add BL staff to the BL GitHub organization as owners
Work with BL staff to commit any un-committed changes to their profiles
Tag the profile_collection repository as-found as 2020C2.1
$ git tag -a 2020C2.1
Enter a message such as Before 2021C1.0 deployment.
Discuss with BL staff which conda envs they want to keep/delete and perform the cleanup
Unable to run acceptance tests due to detectors etc being unavailable. Leaving with updated environment, but default to the old environment. We will change the environment default after tests have been run.
Current workstations
Previsit
profile_collection
bsui
remotely (does it touch any hardware?) - usegit grep .put
orgit grep caput
current_env_tag
in theproduction
fileHousekeeping
Before 2021C1.0 deployment.
~/.bashrc
, if necessary, update the logging environment variables to use directory/var/log/bluesky/...
and addumask 0002
.source ~/.bashrc
.PersistentDict
to bug-fixed version (see the updated gist snippet: https://gist.github.com/jklynch/a4366b8900ec0c03883403455ae711b2).Test deployment
It may be necessary to disable
jedi
inipython
. Add this to theipython
command line arguments inbsui
:Finish
Tag the updated profile as
2021C1.0
Enter a message such as
After 2021C1.0 deployment.
Open and merge a PR against https://github.com/NSLS-II/playbooks setting
current_env_tag="2021-1.0"
for the FXI beamlineUpdate BSUI via ansible to use the new environment (http://nsls-ii.github.io/deployment/upgrading-beamlines.html#change-bsui-s-default-environment)
The text was updated successfully, but these errors were encountered: