Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: jenkins
-
Labels:None
-
Team:SQuaRE
-
Urgent?:No
Description
A number of packages were incorrectly installed in the release/tarball workspace directories on the Jenkins build workers, both Linux and Mac. These are preventing nightly-release builds from working. Removing the package directories should fix this. While eups remove would be preferred, a simple rm -rf command should be sufficient. The directories to be removed are:
Linux:
|
release/tarball/{595afc7a14,ebc00378f9}/build/stack/miniconda3-4.7.12-984c9f7/{ups_db,Linux64}/{afwdata,testdata_cfht,testdata_deblender,testdata_decam,testdata_subaru}
|
|
macOS:
|
release/tarball/fadf392ebd/build/stack/miniconda3-4.7.12-984c9f7/{ups_db,DarwinX86}/{afwdata,testdata_cfht,testdata_deblender,testdata_decam,testdata_subaru}
|
It is expected that only some (or possibly none) of these directories will be present on each worker.
Matt Long has graciously done this removal on the lsst-dev-mounted GPFS workspaces for Linux.