Skip to content

Commit

Permalink
Add Kustomize files to helm workflows
Browse files Browse the repository at this point in the history
This change updates the helm workflows to ensure that the helm check
is run if any change is made to a related kustomize file.

Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Jan 29, 2024
1 parent aedd666 commit 218ec62
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/helm-cinder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- helm-configs/cinder/**
- kustomize/cinder/**
- .github/workflows/helm-cinder.yaml
jobs:
helm:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-glance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- helm-configs/glance/**
- kustomize/glance/**
- .github/workflows/helm-glance.yaml
jobs:
helm:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-heat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- helm-configs/heat/**
- kustomize/heat/**
- .github/workflows/helm-heat.yaml
jobs:
helm:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-horizon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- helm-configs/horizon/**
- kustomize/horizon/**
- .github/workflows/helm-horizon.yaml
jobs:
helm:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-keystone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- helm-configs/keystone/**
- kustomize/keystone/**
- .github/workflows/helm-keystone.yaml
jobs:
helm:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-neutron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- helm-configs/neutron/**
- kustomize/neutron/**
- .github/workflows/helm-neutron.yaml
jobs:
helm:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-nova.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- helm-configs/nova/**
- kustomize/nova/**
- .github/workflows/helm-nova.yaml
jobs:
helm:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-octavia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- helm-configs/octavia/**
- kustomize/octavia/**
- .github/workflows/helm-octavia.yaml
jobs:
helm:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/helm-placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- helm-configs/placement/**
- kustomize/placement/**
- .github/workflows/helm-placement.yaml
jobs:
helm:
Expand Down

0 comments on commit 218ec62

Please sign in to comment.