Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253424: Add support for running pre-submit testing using GitHub Actions
8253865: Pre-submit testing using GitHub Actions does not detect failures reliably
8254054: Pre-submit testing using GitHub Actions should not use the deprecated set-env command
8254173: Add Zero, Minimal hotspot targets to submit workflow
8254175: Build no-pch configuration in debug mode for submit checks
8254282: Add Linux x86_32 builds to submit workflow
8255373: Submit workflow artifact name is always "test-results_.zip"
8255895: Submit workflow artifacts miss hs_errs/replays due to ZIP include mismatch
8256127: Add cross-compiled foreign architectures builds to submit workflow
8256277: Github Action build on macOS should define OS and Xcode versions
8256354: Github Action build on Windows should define OS and MSVC versions
8256414: add optimized build to submit workflow
8256393: Github Actions build on Linux should define OS and GCC versions
8256747: GitHub Actions: decouple the hotspot build-only jobs from Linux x64 testing
8257056: Submit workflow should apt-get update to avoid package installation errors
8259924: GitHub actions fail on Linux x86_32 with "Could not configure libc6:i386"
8260460: GitHub actions still fail on Linux x86_32 with "Could not configure libc6:i386"
8263667: Avoid running GitHub actions on branches named pr/*
8255305: Add Linux x86_32 tier1 to submit workflow
8255352: Archive important test outputs in submit workflow
8282225: GHA: Allow one concurrent run per PR only

Co-authored-by: Alex Kasko <akasko@openjdk.org>
Co-authored-by: Zdeněk Žamberský <zzambers@redhat.com>
Reviewed-by: sgehwolf
Backport-of: 1faefed218051c324bdb5c7c10369050d6c9dd44
  • Loading branch information
3 people committed Apr 6, 2022
1 parent 62bbb3e commit 10029f7
Show file tree
Hide file tree
Showing 3 changed files with 3,401 additions and 0 deletions.

5 comments on commit 10029f7

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gnu-andrew
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport shenandoah-jdk8u

@openjdk
Copy link

@openjdk openjdk bot commented on 10029f7 Apr 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gnu-andrew The target repository shenandoah-jdk8u is not a valid target for backports.
List of valid target repositories: openjdk/jdk11u, openjdk/jdk11u-dev, openjdk/jdk12u, openjdk/jdk13u, openjdk/jdk13u-dev, openjdk/jdk14u, openjdk/jdk15u, openjdk/jdk15u-dev, openjdk/jdk16u, openjdk/jdk17u, openjdk/jdk17u-dev, openjdk/jdk18u, openjdk/jdk7u, openjdk/jdk8u-dev.
Supplying the organization/group prefix is optional.

@gnu-andrew
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport shenandoah-jdk8u

@openjdk
Copy link

@openjdk openjdk bot commented on 10029f7 Apr 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gnu-andrew the backport was successfully created on the branch gnu-andrew-backport-10029f78 in my personal fork of openjdk/shenandoah-jdk8u. To create a pull request with this backport targeting openjdk/shenandoah-jdk8u:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 10029f78 from the openjdk/jdk8u-dev repository.

The commit being backported was authored by Andrew John Hughes on 6 Apr 2022 and was reviewed by Severin Gehwolf.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/shenandoah-jdk8u:

$ git fetch https://github.com/openjdk-bots/shenandoah-jdk8u gnu-andrew-backport-10029f78:gnu-andrew-backport-10029f78
$ git checkout gnu-andrew-backport-10029f78
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/shenandoah-jdk8u gnu-andrew-backport-10029f78

Please sign in to comment.