mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
monitoring/ceph-mixin: add entries to envlist
Add the missing entries `jsonnet-bundler-install` and `jsonnet-bundler-update` to envlist. Signed-off-by: Tatjana Dehler <tdehler@suse.com>
This commit is contained in:
parent
d925198451
commit
42ff9370a0
@ -1,5 +1,10 @@
|
||||
[tox]
|
||||
envlist = lint,jsonnet-{check,lint,fix},promql-query-{test,lint},alerts-check
|
||||
envlist =
|
||||
lint,
|
||||
jsonnet-{check,lint,fix},
|
||||
jsonnet-bundler-{install,update},
|
||||
promql-query-{test,lint},
|
||||
alerts-check
|
||||
skipsdist = true
|
||||
|
||||
[testenv:jsonnet-bundler-{install,update}]
|
||||
|
Loading…
Reference in New Issue
Block a user