mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Exclude package tests from the ci-test-onedir
target
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
7da2004164
commit
a9b8193d1e
1 changed files with 6 additions and 1 deletions
|
@ -1056,6 +1056,9 @@ def _ci_test(session, transport, onedir=False):
|
|||
if onedir:
|
||||
env["ONEDIR_TESTRUN"] = "1"
|
||||
chunks = {
|
||||
"pkg": [
|
||||
"tests/pytests/pkg",
|
||||
],
|
||||
"unit": [
|
||||
"tests/unit",
|
||||
"tests/pytests/unit",
|
||||
|
@ -1063,7 +1066,9 @@ def _ci_test(session, transport, onedir=False):
|
|||
"functional": [
|
||||
"tests/pytests/functional",
|
||||
],
|
||||
"scenarios": ["tests/pytests/scenarios"],
|
||||
"scenarios": [
|
||||
"tests/pytests/scenarios",
|
||||
],
|
||||
}
|
||||
|
||||
test_group_number = os.environ.get("TEST_GROUP") or "1"
|
||||
|
|
Loading…
Add table
Reference in a new issue