Skip to content

Commit

Permalink
use chart-vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Aug 2, 2024
1 parent ecd7d2f commit eae1292
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 3 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,9 @@ commands =
[testenv:sync-charts]
skipsdist = True
deps =
aiopath
aiofiles!=24.1.0
aioshutil
asynctempfile
GitPython
platformdirs
pydantic
pydantic-yaml
python-gerrit-api
chart-vendor
commands =
python3 {toxinidir}/build/sync-charts.py
chart-vendor

[testenv:linters]
skipsdist = True
Expand All @@ -40,4 +32,4 @@ deps =
pre-commit
commands =
pre-commit run --all-files --show-diff-on-failure
python3 {toxinidir}/build/sync-charts.py --check
chart-vendor --check
2 changes: 2 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
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

0 comments on commit eae1292

Please sign in to comment.