From 2f053d8deaa518b29f6a604898e6d9741347bf2a Mon Sep 17 00:00:00 2001 From: Jory Irving Date: Thu, 9 May 2024 15:57:00 -0600 Subject: [PATCH] chore: remove pi references' --- .github/labeler.yaml | 5 ----- .github/labels.yaml | 2 -- .github/renovate/clusters.json5 | 9 --------- .github/workflows/flux-ks-sync.yaml | 4 ++-- .github/workflows/nas-restart.yaml | 2 +- 5 files changed, 3 insertions(+), 19 deletions(-) diff --git a/.github/labeler.yaml b/.github/labeler.yaml index 376b795152..88828aefb7 100644 --- a/.github/labeler.yaml +++ b/.github/labeler.yaml @@ -28,11 +28,6 @@ cluster/main: - any-glob-to-any-file: ansible/main/**/* - any-glob-to-any-file: kubernetes/main/**/* - any-glob-to-any-file: terraform/main/**/* -cluster/pi: - - changed-files: - - any-glob-to-any-file: ansible/pi/**/* - - any-glob-to-any-file: kubernetes/pi/**/* - - any-glob-to-any-file: terraform/pi/**/* cluster/utility: - changed-files: - any-glob-to-any-file: ansible/utility/**/* diff --git a/.github/labels.yaml b/.github/labels.yaml index ef30316829..3493c8d29d 100644 --- a/.github/labels.yaml +++ b/.github/labels.yaml @@ -15,8 +15,6 @@ # Clusters - name: cluster/main color: "ffc300" -- name: cluster/pi - color: "ffc300" - name: cluster/utility color: "ffc300" # Renovate Types diff --git a/.github/renovate/clusters.json5 b/.github/renovate/clusters.json5 index e3ea7985b1..8b62b960e2 100644 --- a/.github/renovate/clusters.json5 +++ b/.github/renovate/clusters.json5 @@ -10,15 +10,6 @@ ], "additionalBranchPrefix": "main-" }, - { - "description": "Separate PRs for pi cluster", - "matchFileNames": [ - "**/kubernetes/pi/**", - "**/ansible/pi/**", - "**/terraform/pi/**" - ], - "additionalBranchPrefix": "pi-" - }, { "description": "Separate PRs for utility cluster", "matchFileNames": [ diff --git a/.github/workflows/flux-ks-sync.yaml b/.github/workflows/flux-ks-sync.yaml index e2f6279e24..7761137f59 100644 --- a/.github/workflows/flux-ks-sync.yaml +++ b/.github/workflows/flux-ks-sync.yaml @@ -5,7 +5,7 @@ name: "Flux Kustomization Sync" on: push: branches: ["main"] - paths: ["kubernetes/pi/**", "kubernetes/utility/**"] + paths: ["kubernetes/utility/**"] jobs: sync: @@ -13,7 +13,7 @@ jobs: runs-on: ["gha-runner-scale-set"] strategy: matrix: - cluster: ["pi", "utility"] + cluster: ["utility"] steps: - name: Get Secrets uses: bitwarden/sm-action@v2 diff --git a/.github/workflows/nas-restart.yaml b/.github/workflows/nas-restart.yaml index f549e5e407..e83838f023 100644 --- a/.github/workflows/nas-restart.yaml +++ b/.github/workflows/nas-restart.yaml @@ -13,7 +13,7 @@ runs-on: ["gha-runner-scale-set"] strategy: matrix: - cluster: ["main", "pi", "utility"] + cluster: ["main", "utility"] steps: - name: Get Secrets uses: bitwarden/sm-action@v2