dragonflydb / dragonflydb/dragonfly
Post-release triggered package-install fails
Open
bug
- Dominant language
- C++
- Stars
- 31.5k
- Forks
- 1.3k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 121
Description
https://github.com/dragonflydb/dragonfly/actions/workflows/package-install.yml runs on two conditions
* scheduled every day
* when release is published
When release is published, it triggers an action to regenerate the osrepo site. This action always succeeds. Then the next action is to test package install. This one fails sometimes.
https://github.com/dragonflydb/dragonfly/actions/runs/30878681022
example of recent failure - it tries to install v1.39 after the repo site is generated. It should have tried v1.40
https://packages.dragonflydb.io/deb/pool/main/d/dragonfly/dragonfly_1.39.0_amd64.deb
Contributor guide
Assessment
This issue has not been assessed yet.