-
Type: Bug
-
Resolution: Fixed
-
Priority: Major
-
Affects Version/s: master
-
Component/s: Catalog: Transformation Catalog
-
None
Hi Karan,
It looks like there's a bug in the python api writing containers. The container name appears in an XML tag.
Cheers,
Duncan.
tr inspiral-FULL_DATA-H1_ID8 {
profile condor "request_memory" "1980"
profile condor "periodic_release" "((HoldReasonCode =?= 34) || (HoldReasonCode =?= 26)) || ((JobStatus == 5) && (HoldReasonCode == 3) && (NumJobStarts < 5) && ((CurrentTime - EnteredCurrentStatus) > (300)))"
profile condor "universe" "vanilla"
profile condor "+InitialRequestMemory" "1980"
profile condor "periodic_remove" "(NumJobStarts >= 5)"
profile condor "request_disk" "2000"
profile condor "request_cpus" "1"
profile hints "execution.site" "orangegrid"
profile condor "periodic_hold" "(JobStatus == 2) && ((CurrentTime - EnteredCurrentStatus) > (2 * 86400))"
site orangegrid
}
cont inspiral-container
{ type "singularity" image "/cvmfs/singularity.opensciencegrid.org/pycbc/pycbc-el7:latest" image_site "orangegrid" }