byuccl / bfasst

Tools for FPGA Assurance Flows
Apache License 2.0
12 stars 5 forks source link

pass weeklytests #431

Closed yonnorc42 closed 8 months ago

yonnorc42 commented 8 months ago

Removed designs from some of the weeklytests because they have issues. Reduced the number of runs on error_injection because it was timing out.

The commented out designs in the weeklytests yaml's are what was causing the weeklytests to fail.

The tests are also a bit inconsistent on whether they pass or not because of the 40 minute timeout limit. Sometimes a test will finish in 15 minutes and pass, and then sometimes in 40 minute it won't finish, and will timeout. I'm not sure what causes this. I could increase the timeout length but I feel like a test deserves to fail if it's taking over 40 minutes.

Fixes #351