StackStorm / st2-packages

StackStorm deb/rpm packages (automated docker build pipeline)
https://stackstorm.com/
27 stars 59 forks source link

CircleCI build enhancements and fixes #712

Closed arm4b closed 2 years ago

arm4b commented 2 years ago

CircleCI is showing some instability and different results in the packaging builds recently. Experiment with the CircleCI environment.

arm4b commented 2 years ago

Update: removed the wheelhouse cache to be consistent with the st2 repo environment: https://github.com/StackStorm/st2/blob/master/.circleci/config.yml

With wheelhouse cache (cache hit): image

Wheelhouse cache removed: image

Looks like it just provides the 30sec speedup, potentially bringing corner cases with the complex configuration and cache/invalidation.

amanda11 commented 2 years ago

@armab Looks great, do you want to merge.