mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Do not clear macos matrix for pkg tests
This commit is contained in:
parent
b828d7a008
commit
9bcb8295e1
1 changed files with 8 additions and 8 deletions
16
tools/ci.py
16
tools/ci.py
|
@ -870,14 +870,14 @@ def pkg_matrix(
|
|||
for entry in _matrix:
|
||||
ctx.print(" * ", entry, soft_wrap=True)
|
||||
|
||||
if (
|
||||
gh_event["repository"]["fork"] is True
|
||||
and "macos" in distro_slug
|
||||
and "arm64" in distro_slug
|
||||
):
|
||||
# XXX: This should work now
|
||||
ctx.warn("Forks don't have access to MacOS 13 Arm64. Clearning the matrix.")
|
||||
_matrix.clear()
|
||||
#if (
|
||||
# gh_event["repository"]["fork"] is True
|
||||
# and "macos" in distro_slug
|
||||
# and "arm64" in distro_slug
|
||||
#):
|
||||
# # XXX: This should work now
|
||||
# ctx.warn("Forks don't have access to MacOS 13 Arm64. Clearning the matrix.")
|
||||
# _matrix.clear()
|
||||
|
||||
if (
|
||||
arch == "arm64"
|
||||
|
|
Loading…
Add table
Reference in a new issue