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
With 2023 run start we need to update the baseline GCDs. Baseline GCDs are fetched from convey in the generation of the base IceTray container. Hence the base IceTray container should be updated (*).
There seems to be no easy way for a Skymap Scanner developer to see:
whether a new IceTray container has been produced;
whether such container includes the required GCD (at least without trying to run the code once).
Can we rebase Skymap Scanner on a newer IceTray including the latest GCD?
(*) this workflow is far from optimal because the container content is determined by when the container is generated rather than by the Dockerfile content.
This will be versioned along with the image, so I'm good with any needed changes. I'd only be concerned if we're grabbing the data at runtime without any versioning, like checksums (see #166)
With 2023 run start we need to update the baseline GCDs. Baseline GCDs are fetched from
convey
in the generation of the base IceTray container. Hence the base IceTray container should be updated (*).There seems to be no easy way for a Skymap Scanner developer to see:
Can we rebase Skymap Scanner on a newer IceTray including the latest GCD?
(*) this workflow is far from optimal because the container content is determined by when the container is generated rather than by the
Dockerfile
content.Please note that as I have already observed in https://github.com/icecube/realtime/issues/8 a quick solution would be to mirror the baseline GCDs to
prod-exe
.The text was updated successfully, but these errors were encountered: