CI/CD status #1720
Replies: 7 comments 11 replies
-
Thursday 3 Apr BST 23:00 (UTC+1)Noticed errors with our container builds due to installation problems. Identified issues with the |
Beta Was this translation helpful? Give feedback.
-
Tuesday 8 Apr BST 11:00 (UTC+1)Noticed errors with our container builds due to installation problems. Identified issues with the |
Beta Was this translation helpful? Give feedback.
-
Thursday 10 Apr BST 10:20 (UTC+1)Noticed timeouts in the upload base images workflow with the macos-hosted agent. Suspected the issue to be disk space, so re-ran the workflow after doing |
Beta Was this translation helpful? Give feedback.
-
Wednesday 16 Apr BST 11:00 (UTC+1)Power is down, so the self-hosted agents are unavailable. (Power must be back in six hours. The good news is that we have an EcoFlow 1KWh battery backup. The bad news is that I am travelling in the opposite direction, so I couldn't physically deliver the battery to the co-location centre. Note to self: we need to distribute compute units across locations.) |
Beta Was this translation helpful? Give feedback.
-
Thursday 17 Apr BST 17:00 (UTC+1)Noticed that the "Upload base images" had errors. Apparently, this is a known issue with colima which requires a workaround after every macOS update. brew uninstall colima qemu lima
rm -rf ~/.colima
brew install colima
brew services restart colima |
Beta Was this translation helpful? Give feedback.
-
FYI: keychain can be interacted with from CLI. Not sure what you need, but
I use it in CI all the time!
…On Thu, Apr 17, 2025, 18:41 prabhu ***@***.***> wrote:
For reminder, we cannot use Docker Desktop for Mac since it requires
access to the keychain and doesn't really work well in a headless
environment. Things like Rancher Desktop and nerdctl require rework in the
workflow to replace Docker-based steps with custom scripts.
—
Reply to this email directly, view it on GitHub
<#1720 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADC7EIPPXZPRAUMWKWXEBMT2Z7KUZAVCNFSM6AAAAAB2NKT6X2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBWHE4DQOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I believe the correct command would be `keychain unlock`. It needs
credentials, but these can be given on the cli.
…On Thu, Apr 17, 2025, 18:59 prabhu ***@***.***> wrote:
Interesting. I don't have the exact error with me, but it only worked when
run from a screensharing session, since macOS wanted to show a password
prompt. Upon restart, nothing docker related will work unless it was
unlocked. In contrast, colima works in clear text password mode, but does
have other issues.
—
Reply to this email directly, view it on GitHub
<#1720 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADC7EIJKXQIQR45ZMJ3ELWL2Z7MV3AVCNFSM6AAAAAB2NKT6X2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEOBXGAYDKMI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Discussion to track our build status, downtime etc.
self-hosted agents
We have two Mac Minis (64GB RAM each) and one Mini PC (32 GB RAM) powering cdxgen.
Todo
Beta Was this translation helpful? Give feedback.
All reactions