Pilot upgrade #7512
Replies: 6 comments
-
A new version of the Pilot is going to production in few minutes. It includes features described in PRs: |
Beta Was this translation helpful? Give feedback.
-
A new version of the Pilot went to productions few minutes ago. It includes features described in PRs: |
Beta Was this translation helpful? Give feedback.
-
A new version of the Pilot went to productions few minutes ago. The only new feature included is described in DIRACGrid/Pilot#242. |
Beta Was this translation helpful? Give feedback.
-
A new version of the Pilot went to productions few minutes ago. The PRs included are: |
Beta Was this translation helpful? Give feedback.
-
A new version of the Pilot went to productions few minutes ago. The PRs included are: |
Beta Was this translation helpful? Give feedback.
-
A new version of the Pilot went to productions few minutes ago. The PR included is fix: Installing multiple modules in InstallDIRAC command |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
As previously announced, in a few minutes, the Pilot code will go through the following:
master
branch will be copied intooldMaster
branch, and locked. No updates will be possible.devel
branch will be copied intomaster
branch, and locked. Updates will only be possible from administrators.devel
and moved tomaster
as soon as the tests are successful.Effectively, given that by default every installation uses the
master
branch content, this is a rather big Pilot release. It has been extensively tested and it is in production in a few installations already.A few notes:
pilotRepoBranch = oldMaster
(for reference)preInstalledEnv
to point to a *rc script (e.g.preInstalledEnv = /cvmfs/lhcb.cern.ch/lhcbdirac/prod/Linux-x86_64/diracosrc
)preInstalledPrefix
to point to a prefix of the *rc script (e.g.preInstalledEnvPrefix = /cvmfs/lhcb.cern.ch/lhcbdirac/
) and in this case the Pilot would look to find a rc file into the directory:<preInstalledEnvPrefix>/<version>/<architecture>/diracosrc
CVMFS_locations
(can be a list) (e.g.CVMFS_locations = /cvmfs/lhcb.cern.ch
) and in this case the Pilot would look to find a rc file into the directory<CVMFS_location>/<DIRAC_extension>dirac/<version>/<architecture>/diracosrc
. In this case, the pilot will use the CVMFS_locations also for try and finding directories for security-related environment variables.Beta Was this translation helpful? Give feedback.
All reactions