Closed ZhongRuoyu closed 6 months ago
Given the failed bottle name change: is there a concern for pr-pull
glob matching existing runs? Might want to prioritise bottles
over bottles-*
if it exists.
Given the failed bottle name change: is there a concern for
pr-pull
glob matching existing runs? Might want to prioritisebottles
overbottles-*
if it exists.
Yes, was just thinking about this too. This is a real concern and we should avoid failed bottles generated from existing runs get accidentally picked up. Prioritising bottles
seems to be a nice solution so that we won't have problems during migration.
Actually, this also brings problems to the bottle cache workflow. We could probably just choose a different pattern. I'll go with bottles_*
instead. Then we could still do bottles{,_*}
.
Now seems to be a good time to merge this. Long-timeout jobs have both started dep testing.
🚢
Companion to Homebrew/brew#17097.
Tested in ZhongRuoyu/homebrew-test#44.
Fixes #475.