Skip to content

fix: restore ARTIFACTS_TO_PUBLISH in release.sh to fix nightly releases#9040

Merged
knative-prow[bot] merged 1 commit intoknative:mainfrom
creydr:fix-release-cut-issues
Apr 22, 2026
Merged

fix: restore ARTIFACTS_TO_PUBLISH in release.sh to fix nightly releases#9040
knative-prow[bot] merged 1 commit intoknative:mainfrom
creydr:fix-release-cut-issues

Conversation

@creydr
Copy link
Copy Markdown
Member

@creydr creydr commented Apr 22, 2026

PR #9018 we replaced ARTIFACTS_TO_PUBLISH with a local artifacts array, but the vendored knative.dev/hack/release.sh relies on this global variable for image signing, checksums generation, and artifact publishing. With it unset, sign_release() had no files to process, breaking nightly release jobs.

This should help on the current nightly release failures: https://prow.knative.dev/view/gs/knative-prow/logs/nightly_eventing_main_periodic/2046879002605391872

PR knative#9018 replaced ARTIFACTS_TO_PUBLISH with a local `artifacts` array,
but the vendored knative.dev/hack/release.sh relies on this global
variable for image signing, checksums generation, and artifact publishing.
With it unset, sign_release() had no files to process, breaking nightly
release jobs.
@knative-prow knative-prow Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/test-and-release Test infrastructure, tests or release labels Apr 22, 2026
@creydr
Copy link
Copy Markdown
Member Author

creydr commented Apr 22, 2026

/cc @dprotaso

@knative-prow knative-prow Bot requested a review from dprotaso April 22, 2026 15:07
@dprotaso
Copy link
Copy Markdown
Member

/lgtm
/approve

@knative-prow knative-prow Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 22, 2026
@knative-prow
Copy link
Copy Markdown

knative-prow Bot commented Apr 22, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: creydr, dprotaso

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 50.49%. Comparing base (7864797) to head (dbc978f).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9040      +/-   ##
==========================================
- Coverage   50.50%   50.49%   -0.02%     
==========================================
  Files         409      409              
  Lines       27505    27505              
==========================================
- Hits        13891    13888       -3     
- Misses      12751    12753       +2     
- Partials      863      864       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dprotaso
Copy link
Copy Markdown
Member

/test upgrade-tests_eventing_main

@knative-prow knative-prow Bot merged commit 7c4c338 into knative:main Apr 22, 2026
32 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/test-and-release Test infrastructure, tests or release lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants