It's tests-chunk, not test-chunk!

This got broken in 527cc3f344
This commit is contained in:
Pedro Algarvio 2024-05-03 14:15:48 +01:00
parent a961565d33
commit 5db7ba8af8

View file

@ -820,7 +820,7 @@ def pkg_matrix(
paginator = s3.get_paginator("list_objects_v2")
_matrix = [
{
"test-chunk": "install",
"tests-chunk": "install",
"version": None,
}
]
@ -856,7 +856,7 @@ def pkg_matrix(
session += "-classic"
_matrix.append(
{
"test-chunk": session,
"tests-chunk": session,
"version": str(version),
}
)