mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
It's a single nox.*.tar.xz
archive now
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
2025b4e33b
commit
3366ba233f
1 changed files with 0 additions and 9 deletions
|
@ -151,15 +151,6 @@ def setup_testsuite(
|
|||
if exitcode and exitcode != ExitCode.SOFT_FAIL:
|
||||
ctx.exit(exitcode)
|
||||
if pkg:
|
||||
exitcode = tools.utils.gh.download_nox_artifact(
|
||||
ctx,
|
||||
run_id=run_id,
|
||||
slug=slug,
|
||||
nox_env=f"test-pkgs-onedir-{arch}",
|
||||
repository=repository,
|
||||
)
|
||||
if exitcode and exitcode != ExitCode.SOFT_FAIL:
|
||||
ctx.exit(exitcode)
|
||||
exitcode = tools.utils.gh.download_pkgs_artifact(
|
||||
ctx,
|
||||
run_id=run_id,
|
||||
|
|
Loading…
Add table
Reference in a new issue