This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch chore/helm-actions-devendor
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/chore/helm-actions-devendor by
this push:
new b62bb365086 diagnostic: isolated job to test chart-releaser-action
v1.7.0 allowlist (install_only)
b62bb365086 is described below
commit b62bb365086b1acb34db0496c7d98009b000bbc0
Author: Claude Code <[email protected]>
AuthorDate: Mon Jul 27 22:19:17 2026 -0700
diagnostic: isolated job to test chart-releaser-action v1.7.0 allowlist
(install_only)
---
.github/workflows/superset-helm-lint-test.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.github/workflows/superset-helm-lint-test.yml
b/.github/workflows/superset-helm-lint-test.yml
index 1caf85cbafe..b1c0577937a 100644
--- a/.github/workflows/superset-helm-lint-test.yml
+++ b/.github/workflows/superset-helm-lint-test.yml
@@ -69,3 +69,15 @@ jobs:
- name: Run helm-unittest
run: helm unittest helm/superset
+
+ # Spike-only diagnostic: isolated job so a chart-testing-action allowlist
+ # failure (separate job) doesn't block signal on chart-releaser-action.
+ # install_only avoids any actual release/publish side effects. Remove once
+ # validated.
+ diagnostic-chart-releaser-allowlist:
+ runs-on: ubuntu-26.04
+ steps:
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
+ - uses:
helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
+ with:
+ install_only: true