-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8318039: GHA: Bump macOS and Xcode versions #544
Conversation
👋 Welcome back zzambers! A progress list of the required criteria for merging this PR into |
@zzambers This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 3 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
This backport pull request has now been updated with issue from the original commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me. The warnings are still there and it would probably be good to fix them. In separate PRs though.
|
/approval request Fixes MacOS testing in GHA by updating MacOS/XCode to newer versions, affects GHA testing only |
Most of macos test failures seem to be caused by machine hostname not being resolved to IP, as expected. When I tried to add entry to @jerboaa Should I include fix here or rather create separate followup issue? |
We need to include any necessary fixes before we can include this one. So it would either be a) backport separately as preparation for this backport b) include with this. Leaning towards a). |
I have done some additional testing and This causes many tier1 test failures on jdk8 (many Ideally this would be fixed by GitHub in their infra/images, I have found there was the same macos issue for runner-images in the past. I commented there (I can open new issue, if it does not get their attention). Maybe I should wait for their reaction, before doing workaround and backporting it. |
In the latest 11 builds on macos-13 the tests that are failing [1] are all related to JDI/JDWP, and report connection failures, and the tests fail only on this platform. An example stack trace (attached): stack-trace.txt shows (note the empty
And then times out:
I was wondering if this is something related to [1]
|
@vieiro problem, which causes these failures on jdk8 is, that |
Hi @zzambers , @jerboaa |
I don't see why. Having a Mac OS build is better than none at all, even if it fails a few tests (which is already true on 11u where this has been merged). Having this change in will also enable others to look at the Mac OS issues, without having to depend on this PR. I'd go for c) get this in and then fix the JDI tests separately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backport looks good to me.
/approve yes |
@gnu-andrew |
For 11 I opened JDK-8336451. Also the PRs below openjdk/jdk11u-dev#2861 should bring the macos-build back online in 11. It's |
Considering latest comments, I am going forward with this one. Once workaround for hostname resolution is in 11, it can be backported to 8. /integrate |
Going to push as commit 765bd89.
Your commit was automatically rebased without conflicts. |
So there are 2 problems after macos update:
|
This backport is written from scratch, as GHA workflows in jdk8u differ significantly from newer jdk versions.
Notes:
gawk
to prevent build error on newer macos (see my comment)Testing:
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/544/head:pull/544
$ git checkout pull/544
Update a local copy of the PR:
$ git checkout pull/544
$ git pull https://git.openjdk.org/jdk8u-dev.git pull/544/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 544
View PR using the GUI difftool:
$ git pr show -t 544
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/544.diff
Webrev
Link to Webrev Comment