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:
Tatjana Dehler 2022-08-18 13:31:47 +02:00
parent d925198451
commit 42ff9370a0
No known key found for this signature in database
GPG Key ID: EDC57C4C3C77CE61

View File

@ -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}]