Details
-
Type:
Story
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: pipe_tasks
-
Labels:None
-
Team:Data Release Production
-
Urgent?:No
Description
As sussed out in a crazy long thread here: https://lsstc.slack.com/archives/C01FBUGM2CV/p1637616111168000
Somehow https://github.com/lsst/ci_hsc_gen3/commit/42c92027e36c0eb11f079741ca49d19d3619a49b was merged to `ci_hsc_gen3` without running CI or even making a PR maybe? There's not even a 23.0.x branch, this is very confusing and git/github is very confused.
Anyway, since then v23.0.0-rc2 and rc3 have been broken on ci_hsc and nobody has run this until myself, today.
The missing commit (also apparently not on a PR or maybe even a branch; again git is terribly confused) is here:
https://github.com/lsst/pipe_tasks/commit/80aa66dc92c83c1e284b116ae07675d6559376d3
We are creating a new ticket since it's not clear where else this should go.
Problem was that repos that are not in lsst_distrib automatically get tagged from master instead of the requested ref, resulting in mass confusion.
Hsin-Fang Chiang first diagnosed this when she was backporting her ticket to ci_imsim.
Resolution was to manually move the ci_hsc_gen3 tags.
Going forward, I will manually check the ci_imsim and ci_hsc_gen3 tags until the auto-tagging logic is does it for me.