Skip to content

Commit

Permalink
Use new chart-vendor (#432)
Browse files Browse the repository at this point in the history
* Use new chart-vendor

Depends-On: vexxhost/chart-vendor#8

* Add missing requirements lock
  • Loading branch information
mnaser authored Oct 3, 2024
1 parent 13a0f31 commit 00763f9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 36 deletions.
3 changes: 3 additions & 0 deletions magnum_cluster_api/charts/cilium/requirements.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies: []
digest: sha256:643d5437104296e21d906ecb15b2c96ad278f20cfc4af53b12bb6069bd853726
generated: "0001-01-01T00:00:00Z"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies: []
digest: sha256:643d5437104296e21d906ecb15b2c96ad278f20cfc4af53b12bb6069bd853726
generated: "0001-01-01T00:00:00Z"
9 changes: 0 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ commands =
commands =
pytest magnum_cluster_api/tests/functional/

[testenv:sync-charts]
skipsdist = True
deps =
chart-vendor
commands =
chart-vendor --charts-root magnum_cluster_api/charts

[testenv:linters]
skipsdist = True
deps =
{[testenv:sync-charts]deps}
pre-commit
commands =
pre-commit run --all-files --show-diff-on-failure
chart-vendor --check --charts-root magnum_cluster_api/charts
9 changes: 6 additions & 3 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
- job:
name: magnum-cluster-api-chart-vendor
parent: chart-vendor
vars:
chart_vendor_charts_root: "magnum_cluster_api/charts"

- job:
name: magnum-cluster-api-linters
parent: tox-linters
pre-run: zuul.d/playbooks/linters/pre.yml
required-projects:
- name: vexxhost/chart-vendor

- job:
name: magnum-cluster-api-unit
Expand Down
24 changes: 0 additions & 24 deletions zuul.d/playbooks/linters/pre.yml

This file was deleted.

1 change: 1 addition & 0 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
- project:
check:
jobs:
- magnum-cluster-api-chart-vendor
- magnum-cluster-api-linters
- magnum-cluster-api-unit
- magnum-cluster-api-functional
Expand Down

0 comments on commit 00763f9

Please sign in to comment.