fix(ci): ArtifactHub smoke 미등록 repo graceful skip (실패 메일 차단)#87
Merged
Merged
Conversation
artifacthub_smoke.sh 가 ArtifactHub repository 미등록 시 exit 2 hard-fail → main push + tag push(v* = Go semver) 마다 GitHub Actions 실패 알림 메일 발송 (RFC-0072 "ArtifactHub 에러메일" 원천). 등록은 CI 가 할 수 없는 1회성 외부 행위(ArtifactHub API key 필요)이므로 hard-fail 은 회복 불가 노이즈다. → 미등록 시 ::warning:: + exit 0 (graceful skip). 등록 완료 후엔 이후 strict 검증(tracking errors / OCI chart / signed / version 정합)이 그대로 fail-closed 로 동작 — 보안/정합 게이트는 등록된 상태에서 유지된다. 검증: bash -n OK. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: phil <phil@keiailab.com>
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.
문제
artifacthub_smoke.sh가 ArtifactHub repository 미등록 시exit 2hard-fail → main/tag push 마다 GitHub Actions 실패 알림 메일 (v0.13.0 태그 push 가 트리거; RFC-0072 ArtifactHub 에러메일 원천).수정
미등록 = 1회성 외부 등록(ArtifactHub API key) 미완 상태 → CI 가 회복 불가.
::warning:: + exit 0graceful skip 으로 변경. 등록 완료 시 이후 strict 검증(tracking/OCI/signed/version)은 그대로 fail-closed 유지.검증
bash -nOK.🤖 Generated with Claude Code