mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Automated testing shouldn't bootstrap
Juju bootstrapping is an act of cost. This should be an explicit action by the tooling surrounding bundle-tester when testing a charm. Setting bootstrap:false will allow us to get faster feedback at lower cost when running the kubernetes charm under ci. Additionally doesn't reset so no communication attempt is made to the controller Additionally add tox to test dependency list
This commit is contained in:
parent
1b184f29d0
commit
1580863125
@ -1 +1,5 @@
|
||||
tests: "*kubernetes*"
|
||||
bootstrap: false
|
||||
reset: false
|
||||
python_packages:
|
||||
- tox
|
||||
|
Loading…
Reference in New Issue
Block a user