CI-6141: Enable packaging for pxf-fdw7 - #58
Open
magf wants to merge 6 commits into
Open
Conversation
* ci: create pxf-fdw7 deb package - enable package workflow for version 7 - uncomment deb-packages-pxf7 matrix entry in Release CI * build(deb): remove dh-python dependency No Python code is being packaged; dh-python helpers are not invoked * ci(package): improve observability for skipped packaging jobs - Add `[SKIPPED]` prefix to the job name when `skip_package` is true - Generate a Markdown report in `$GITHUB_STEP_SUMMARY` to provide clear context in the Actions UI - Emit a `::notice` workflow annotation to highlight skipped matrix configurations * ci(package): bump tests/install/deb v44 to v45 Update actions/download-artifact v4 to v8 - Node 24 support * ci(build): move 24.04 prod build from nightly to PR only There's no point in repeating the nightly build on not changed prod image Task: GG-682
* ci: create pxf-fdw7 deb package - enable package workflow for version 7 - uncomment deb-packages-pxf7 matrix entry in Release CI * build(deb): remove dh-python dependency No Python code is being packaged; dh-python helpers are not invoked * ci(package): improve observability for skipped packaging jobs - Add `[SKIPPED]` prefix to the job name when `skip_package` is true - Generate a Markdown report in `$GITHUB_STEP_SUMMARY` to provide clear context in the Actions UI - Emit a `::notice` workflow annotation to highlight skipped matrix configurations * ci(package): bump tests/install/deb v44 to v45 Update actions/download-artifact v4 to v8 - Node 24 support * ci(build): move 24.04 prod build from nightly to PR only There's no point in repeating the nightly build on not changed prod image * fix(ci): use nightly matrix only on schedule trigger, skip package job on schedule Invert build matrix condition: schedule -> nightly, everything else -> PR/release. Add if: github.event_name != 'schedule' to package job so nightly runs only test Task: CI-6141
Overwrite existing release assets to prevent upload failures when pxf-cli and pxf-server already exist as duplicates across versions 6 and 7
This reverts commit 1697c0a.
magf
marked this pull request as ready for review
August 12, 2026 11:37
magf
enabled auto-merge (squash)
August 12, 2026 11:44
Collaborator
Author
Tests
|
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.
Enable packaging for pxf-fdw7 (#58)
Task
and the dh-python helpers are never invoked
Additional changes (out of scope, done at reviewer's discretion)
with [SKIPPED], write a summary to GITHUB_STEP_SUMMARY, emit a
workflow notice annotation
v8, Node 24 support)
matrix only: repeating it nightly against an unchanged image adds
no value
matrix and everything else (PR/release) uses the PR matrix; skip
the package job on schedule so nightly runs tests only
Fixes found during release verification
left over from the nightly matrix entry it was moved from
when pxf-cli and pxf-server assets already exist as duplicates
across versions 6 and 7
Task: CI-6141