Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new chart-vendor #432

Merged
merged 2 commits into from
Oct 3, 2024
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
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
Loading