Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 0 additions & 93 deletions .github/actions/check-event-warnings/action.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,6 @@ jobs:
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}

# After a successful prod reconcile, require the live cluster to stop
# emitting Warning events. Pinned to the same admin@prod context the rest
# of the prod steps use.
- name: 🔎 Require no new event warnings
uses: ./.github/actions/check-event-warnings
with:
context: admin@prod

- name: 🩺 Diagnose Flux on failure
if: failure() && steps.reconcile.conclusion == 'failure'
env:
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ jobs:
reconcile: "true"
delete: "false"

# Gate on a quiet steady state: after a successful reconcile the cluster
# should stop emitting Warning events. Catches crash loops / probe
# failures / back-off that bootstrap warnings would otherwise mask.
- name: 🔎 Require no new event warnings
uses: ./.github/actions/check-event-warnings

- name: 🩺 Diagnose Flux on failure
if: failure()
run: |
Expand Down Expand Up @@ -294,14 +288,6 @@ jobs:
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}
HCLOUD_TOKEN: ${{ secrets.HCLOUD_TOKEN }}

# After a successful prod reconcile, require the live cluster to stop
# emitting Warning events. Pinned to the same admin@prod context the rest
# of the prod steps use.
- name: 🔎 Require no new event warnings
uses: ./.github/actions/check-event-warnings
with:
context: admin@prod

- name: 🩺 Diagnose Flux on failure
if: failure() && steps.reconcile.outcome == 'failure'
env:
Expand Down
Loading