mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
meh
This commit is contained in:
parent
cbc94c9b21
commit
85c04c5088
1 changed files with 1 additions and 2 deletions
|
@ -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():
|
||||
|
|
Loading…
Add table
Reference in a new issue