Matt Jankowski

Results 523 comments of Matt Jankowski

Rebased again. These run times remain variable due to differences in underlying hardware/env, but recently the full runs of "Ruby Testing" task for successful runs is in the ~13-15 minute...

With the sidekiq fake PR merged, this one is probably the next most impactful (in terms of CI performance). Rebased this again to include the sidekiq improvements here. When the...

Rebased this, updated to latest flatware gem version, added binstubs and used them in CI config changes. It looks like the bulk of the recent CI runs on this PR...

Rebased again after we added ruby 3.3 to the CI matrix. It continues to vary, but recent runs have been in the ~5:45-6:30 or so range for the rspec portion....

I'm just considering here -- as this currently is, it breaks both local simplecov reports (if you choose to run with flatware locally) and the codecov integration on CI. I...

Might be related to regression in latest version - https://github.com/briandunn/flatware/issues/84 (I recently rebased and version bumped within this PR).

Rebased and added two changes: - Revert previous version bump here which was causing the worker died issues -- will watch the linked issue and update again when resolved -...

There was a configuration interaction issue here briefly ... since simplecov is only loaded/run when the ruby matrix version matches ruby-version on CI, the other versions (currently 3.1 and 3.3)...

Looks like that last push resolved the CI issues, and we are now re-combining simplecov output locally correctly. Looks like codecov is not combining though, and needs more configuration to...

The codecov integration is the last remaining portion of this to sort out. The first few obvious seeming things did not work. Before I spend more time on that ......