Skip to content

Commit

Permalink
chore: remove pi references'
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed May 9, 2024
1 parent 9aab56e commit 2f053d8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*
Expand Down
2 changes: 0 additions & 2 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# Clusters
- name: cluster/main
color: "ffc300"
- name: cluster/pi
color: "ffc300"
- name: cluster/utility
color: "ffc300"
# Renovate Types
Expand Down
9 changes: 0 additions & 9 deletions .github/renovate/clusters.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flux-ks-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ name: "Flux Kustomization Sync"
on:
push:
branches: ["main"]
paths: ["kubernetes/pi/**", "kubernetes/utility/**"]
paths: ["kubernetes/utility/**"]

jobs:
sync:
name: Flux Kustomization Sync
runs-on: ["gha-runner-scale-set"]
strategy:
matrix:
cluster: ["pi", "utility"]
cluster: ["utility"]
steps:
- name: Get Secrets
uses: bitwarden/sm-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nas-restart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f053d8

Please sign in to comment.