brigadecore / brigade

Event-driven scripting for Kubernetes
https://brigade.sh/
Apache License 2.0
2.4k stars 247 forks source link

ci: increase timeout on worker build job #1895

Closed krancour closed 2 years ago

krancour commented 2 years ago

Frustratingly the multiarch worker image sometimes takes quite some time to build. I believe the arm64 emulation involved in the build process is mostly to blame.

This PR increases the timeout on the job that builds the worker.

In the future, I may consider doing all the dependency resolution only with the native architecture and only going multiarch in the final stage.

For now, this will unblock a 2.4.1 RC.

netlify[bot] commented 2 years ago

Deploy Preview for brigade-docs ready!

Name Link
Latest commit 2912baf0eae037772ad66921da8b55cdf9228fbf
Latest deploy log https://app.netlify.com/sites/brigade-docs/deploys/624482606554c40008eefdeb
Deploy Preview https://deploy-preview-1895--brigade-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

krancour commented 2 years ago

Nevermind... I am going to use the other approach I described.