google / gvisor

Application Kernel for Containers

Home Page:https://gvisor.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release builds not updated since 20220425

crappycrypto opened this issue · comments

Description

See issue #7327

Release builds are still not updated automatically. A tag with 20220502 was made, but no releases where pushed to

Steps to reproduce

wget https://storage.googleapis.com/gvisor/releases/release/latest/x86_64/runsc
chmod +x runsc
./runsc --version

I suspect that the BuildKite release pipeline is filtering these tags. I'm rerunning those commits and updating the filter settings. Hopefully this fixes the issue.

I backfilled the releases, hopefully the filter will allow future releases to be built. I'll check and close when that happens.

The same problem is occurring again with tag 20220516.0.

It looks like git tag shows that nothing has been tagged since that release. latest/x64_64/runsc is being updated, but the latest tag is old.

Fixed and verified via the above commands.

The script in charge of tagging releases was failing.