Opened 4 months ago
Closed 4 months ago
#1851 closed defect (fixed)
Error when downloading from https://builds.smartmontools.org/
Reported by: | EugenAM | Owned by: | Alex Samorukov |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | all | Version: | |
Keywords: | Cc: |
Description
For example, I'm trying to download https://builds.smartmontools.org/ #1927 builds/smartmontools-linux-x86_64-static-7.5-r5613.tar.gz today.
ash-4.4# curl https://output.circle-artifacts.com/output/job/a270debf-d10c-4990-add4-eddeef0bfc0e/artifacts/0/builds/smartmontools-linux-x86_64-static-7.5-r5613.tar.gz {"message":"not found"}
Change History (5)
comment:2 by , 4 months ago
Owner: | set to |
---|---|
Priority: | major → minor |
Status: | new → accepted |
comment:3 by , 4 months ago
As a workaround, we can try scheduled runs every week. That would at least make the latest build always available.
comment:4 by , 4 months ago
Done. Configured to be run on every Monday, 2:00 UTC. I will close the ticket once it will succeed.
comment:5 by , 4 months ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
scheduled build works as expected, closing ticket
Note:
See TracTickets
for help on using tickets.
This is a known issue related to the CI object expiration CircleCI did. I am not sure yet how to solve it properly. Maybe we should update to some storage (which one?) as part of the CI. I need to check if artifacts on GHA expire the same way.
That is about CircleCI:
GHA seems to be a bit more friendly in that manner:
But still will be the same issue if there were no commits within 90days