mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Re-enable matrix
This commit is contained in:
parent
3d41bdccc6
commit
713d60d15f
1 changed files with 2 additions and 9 deletions
11
tools/ci.py
11
tools/ci.py
|
@ -1706,15 +1706,8 @@ def workflow_config(
|
|||
ctx.info(f"{'==== test matrix ====':^80s}")
|
||||
ctx.info(f"{pprint.pformat(test_matrix)}")
|
||||
ctx.info(f"{'==== end test matrix ====':^80s}")
|
||||
config["pkg-test-matrix"] = {"linux": [], "macos": [], "windows": []} # type: ignore
|
||||
config["test-matrix"] = {"linux": [], "macos": [], "windows": []} # type: ignore
|
||||
# config["pkg-test-matrix"] = pkg_test_matrix
|
||||
# if not any([_ for _ in pkg_test_matrix]):
|
||||
# jobs["test-pkg"] = False
|
||||
# config["test-matrix"] = text_matrix
|
||||
# if not any([_ for _ in test_matrix]):
|
||||
# jobs["test"] = False
|
||||
|
||||
config["pkg-test-matrix"] = pkg_test_matrix # type: ignore
|
||||
config["test-matrix"] = test_matrix # type: ignore
|
||||
ctx.info("Jobs selected are")
|
||||
for x, y in jobs.items():
|
||||
ctx.info(f"{x} = {y}")
|
||||
|
|
Loading…
Add table
Reference in a new issue