dmwm / CRABServer

16 stars 38 forks source link

CI pipeline cache/artifact confusion #8815

Open belforte opened 3 days ago

belforte commented 3 days ago

Something is wrong with our pipleine. https://gitlab.cern.ch/crab3/CRABServer/-/pipelines/8586807 failed in the check status with

Reason is: Impossible to find task 241125_151251:crabint1_crab_transferOutputs in the database.

AFAICT the reason is that we had two pipelines running at same time, that one and https://gitlab.cern.ch/crab3/CRABServer/-/pipelines/8586977

That task was created in preprod by the second pipeline, but somehow the first pipeline (which worked with the test2 instance, i.e. dev DB) picked the list of task from the other pipeline and failed.

belforte commented 3 days ago

most likely same problem as #8755