-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: lower time for fuzz/race tests #15141
base: develop
Are you sure you want to change the base?
Conversation
9934f37
to
9c9711c
Compare
9c9711c
to
aea4fa7
Compare
451794e
to
e4c63f6
Compare
Ok I've lowered them even further. I was having trouble lowering race tests at all, seems no matter what it sits around 8 minutes runtime. I'm thinking it might be build time that is the majority of the runtime. |
You could try dropping the |
That seem to have helped by about 30 seconds. Down to 7.5min execution on the race test. |
Ok the build cache does help - down to 5m10s... https://github.com/smartcontractkit/chainlink/actions/runs/11732567357?pr=15141 |
e33a7bb
to
cd071fb
Compare
Lowers the runtime of CI Core fuzz/race tests during executions triggered by PRs.
Changes
Race Tests:
Fuzz Tests:
--seconds
parameter passed to python fuzz script, based on FUZZ_TIMEOUT_MINUTESTesting
https://github.com/smartcontractkit/chainlink/actions/runs/11734083428?pr=15141
In best case scenario, long pole is now "Clean Go Tidy & Generate"
RE-3205