From 71044e019aa12db89a13d822f4f71c7f2b8ae9c6 Mon Sep 17 00:00:00 2001 From: Ibrahim Awwad Date: Mon, 26 Aug 2024 18:28:46 +0300 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5a510d0..29084cf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,9 +6,14 @@ on: branches: - main +# The following configuration is temporarily pinned to this branch to enable Juju to restart hooks, +# which are disabled by default (https://github.com/charmed-kubernetes/actions-operator/blob/5c6377ed695d52b8a1693f07b7d641e245269123/src/bootstrap/index.ts#L205). +# Note: This causes integration tests to fail as charms lose connection to the Juju controller +# when added to the mesh, regaining connection only upon hook retry. +# TODO: Revert to main branch after #8 is resolved. jobs: release: - uses: canonical/observability/.github/workflows/charm-release.yaml@main + uses: canonical/observability/.github/workflows/charm-release.yaml@istio-test secrets: inherit with: build-for-arm: true