fix(ci): bump IBM Java 8 JRE URL to 8.0.8.70 - #717
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions JDK caching workflow to restore the IBM Java 8 JRE download by bumping the pinned Semeru/OpenJ9 JRE tarball URL from 8.0.8.60 (now 404) to 8.0.8.70, unblocking the cache-jdks / cache-amd64 (8-ibm) job and preventing downstream CI matrix cancellations.
Changes:
- Bump
JAVA_8_IBM_URLin.github/workflows/cache_java.ymlto IBM JRE build8.0.8.70.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Scan-Build Report
Bug Summary
Reports
|
||||||||||||||||||||||||||||||||||||
Contributor
CI Test ResultsRun: #30918347991 | Commit:
Status Overview
Legend: ✅ passed | ❌ failed | ⚪ skipped | 🚫 cancelled Summary: Total: 32 | Passed: 31 | Failed: 0 | Cancelled: 1 Updated: 2026-08-04 17:23:15 UTC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?:
Bumps
JAVA_8_IBM_URLin.github/workflows/cache_java.ymlfrom IBM Semeru/JRE build8.0.8.60to8.0.8.70.Motivation:
The pinned
8.0.8.60IBM JRE tarball now 404s (IBM has removed it frompublic.dhe.ibm.com), which fails thecache-jdks / cache-amd64 (8-ibm)job and cascades into cancelling the entire test matrix for every PR.8.0.8.70is the latest build currently published at that path (verified reachable withcurl -I).Additional Notes:
Pure CI infra fix, no product code touched. Found while investigating an unrelated PR (#483) failing in this same job.
How to test the change?:
CI itself validates this: the
cache-jdks / cache-amd64 (8-ibm)job should now download successfully instead of 404ing.For Datadog employees: