mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
We no longer need to extend job names
This commit is contained in:
parent
a7ed7a21b7
commit
41f3b0d986
1 changed files with 0 additions and 18 deletions
18
tools/ci.py
18
tools/ci.py
|
@ -1544,24 +1544,6 @@ def workflow_config(
|
|||
|
||||
kinds = ["linux", "windows", "macos"]
|
||||
|
||||
for kind in kinds:
|
||||
jobs.update({_.job_name: True for _ in TEST_SALT_LISTING[kind]}) # type: ignore
|
||||
|
||||
if skip_tests:
|
||||
ctx.print("Skipping test jobs")
|
||||
jobs["test"] = False
|
||||
for kind in kinds:
|
||||
jobs.update({_.job_name: False for _ in TEST_SALT_LISTING[kind]}) # type: ignore
|
||||
|
||||
for kind in kinds:
|
||||
jobs.update({_.job_name: True for _ in TEST_SALT_PKG_LISTING[kind]}) # type: ignore
|
||||
|
||||
if skip_pkg_tests:
|
||||
ctx.print("Skipping package test jobs")
|
||||
jobs["test-pkg"] = False
|
||||
for kind in kinds:
|
||||
jobs.update({_.job_name: False for _ in TEST_SALT_PKG_LISTING[kind]}) # type: ignore
|
||||
|
||||
# If there is no arm runner disable arm64
|
||||
if os.environ.get("LINUX_ARM_RUNNER", "0") == "0":
|
||||
jobs.update(
|
||||
|
|
Loading…
Add table
Reference in a new issue