It's a single nox.*.tar.xz archive now

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-12-06 15:25:52 +00:00 committed by Daniel Wozniak
parent 2025b4e33b
commit 3366ba233f

View file

@ -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,