Closed apostasie closed 2 months ago
Reading through the Dockerfile and experimenting with github actions, take-away notes:
Current train of thoughts is to:
Current testing is showing about 25% time saved per PR once the cache is hot, and of course a significant reduction in failures derived from third-party provider dropping on us.
Further notes about researching GH actions and our overall testing:
go test --skip
regexp - that would alleviate the need to explicitly group them manuallyThis is getting outdated, as the test suite rewrite is in progress rn.
Going to close this.
Description
Right now it is really hard to get green build on first try, as many things seem to fail unrelated to submitted code.
This ticket is meant to collect the issues I have been seeing and that we should be able to do something about relatively easily:
Steps to reproduce the issue
Describe the results you received and expected
Fail.
Not fail. :-)
What version of nerdctl are you using?
n.a.
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
No response