From: Tatjana Dehler Date: Thu, 18 Aug 2022 11:31:47 +0000 (+0200) Subject: monitoring/ceph-mixin: add entries to envlist X-Git-Tag: v16.2.11~250^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=37aeae9e38753a2347a210d0a8043f9875ede6ab;p=ceph.git 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 (cherry picked from commit 42ff9370a02b8685e737e958df39f8c3c26a519b) --- diff --git a/monitoring/ceph-mixin/tox.ini b/monitoring/ceph-mixin/tox.ini index ea3e19ae601..c2a5d010e9c 100644 --- a/monitoring/ceph-mixin/tox.ini +++ b/monitoring/ceph-mixin/tox.ini @@ -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}]