This commit is contained in:
Daniel A. Wozniak 2024-11-09 19:54:07 -07:00 committed by Daniel Wozniak
parent cbc94c9b21
commit 85c04c5088

View file

@ -1566,8 +1566,7 @@ def workflow_config(
}
from tools.precommit.workflows import TEST_SALT_PKG_LISTING
test_salt_pkg_listing = list(TEST_SALT_PKG_LISTING)
jobs.update({_.slug: True for _ in test_salt_pkg_listing["linux"]})
jobs.update({_.slug: True for _ in TEST_SALT_PKG_LISTING["linux"]})
config["jobs"] = jobs
ctx.info("Jobs selected are")
for x, y in jobs.items():