]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
monitoring/ceph-mixin: add entries to envlist
authorTatjana Dehler <tdehler@suse.com>
Thu, 18 Aug 2022 11:31:47 +0000 (13:31 +0200)
committerTatjana Dehler <tdehler@suse.com>
Fri, 9 Sep 2022 12:31:40 +0000 (14:31 +0200)
Add the missing entries `jsonnet-bundler-install` and
`jsonnet-bundler-update` to envlist.

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
(cherry picked from commit 42ff9370a02b8685e737e958df39f8c3c26a519b)

monitoring/ceph-mixin/tox.ini

index 821a5cd5640b732ee8339ee50a4a998ac80b9333..df5bb46ded9bdd2ab7579ca258311c10431feebd 100644 (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}]