Automattic / hostmgr

A tool for managing macOS VM hosts
Mozilla Public License 2.0
8 stars 3 forks source link

Run on Xcode 14.3.1 #63

Closed mokagio closed 11 months ago

mokagio commented 11 months ago

@jkmassel's #62 seems to fix the recent failures we've seen on the basis that the CI step that uses the code is green.

However, I noticed that this repo still uses Xcode 14.2 in CI, while the failures I've seen are all on the latest 14.3.1 image. This PR was meant as a simple tooling upgrade, but revealed the same CI failure at the repository level. See the first build on this branch.

I think my understanding of the infra might be faulty. I assumed that #62 worked because of the new code in this repo, but maybe the code itself needs to be deployed before it can be used the buildkite-ci? 🤔


External failures example:

https://buildkite.com/automattic/gutenberg-mobile/builds/6661#0189a9f4-63a9-4384-b02a-56ddc2269e0d

image

mokagio commented 11 months ago

@jkmassel I haven't kept tabs on your latest changes on the CI infra but whatever you did worked 😄

This is not urgent, but I think it's a quick win to merge.