[CI] Remove tar compression and extract steps from artifact workflows#968
Closed
zakkak wants to merge 1 commit intograalvm:defaultfrom
Closed
[CI] Remove tar compression and extract steps from artifact workflows#968zakkak wants to merge 1 commit intograalvm:defaultfrom
zakkak wants to merge 1 commit intograalvm:defaultfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions workflows to stop tarring/gzipping artifacts before uploading them, aiming to avoid redundant compression work in CI (per issue #967).
Changes:
- Switch CI artifacts (JDK/GraalVM homes, Maven repo, build stats, failure reports) from
.tgzarchives to directory/file uploads. - Remove tar/extract steps and adjust
download-artifactdestinations accordingly. - Update stats/failure report collection to copy files into directories rather than producing tarballs.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| .github/workflows/native-tests-stats-upload.yml | Stops extracting build-stats.tgz; imports stats directly from downloaded artifact contents. |
| .github/workflows/build-quarkus.yml | Downloads Maven/GraalVM version artifacts into target dirs; uploads Maven repo directory instead of a tarball. |
| .github/workflows/base.yml | Uploads Mandrel/GraalVM + Maven artifacts as directories/files; replaces tarball-based failure/stats artifacts with directories. |
| .github/workflows/base-windows.yml | Uploads Windows JDK home + failure/stats artifacts as directories; removes tarball packaging/unpacking steps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Closes: graalvm#967 Assisted-by: BOB
Collaborator
Author
|
|
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.
Closes: #967
Assisted-by: Bob