Fix CI for package only PRs (#32473)

This commit is contained in:
Massimiliano Culpo
2022-09-01 14:41:28 +02:00
committed by GitHub
parent 9dca54fdc8
commit 01298287f6
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ $coverage_run $(which spack) python -c "import spack.pkg.builtin.mpileaks; repr(
#-----------------------------------------------------------
if [[ "$ONLY_PACKAGES" == "true" ]]; then
echo "ONLY PACKAGE RECIPES CHANGED [running only package sanity]"
export PYTEST_ADDOPTS='-k "package_sanity" -m "not maybeslow"'
export PYTEST_ADDOPTS='-k "test_all_virtual_packages_have_default_providers" -m "not maybeslow"'
elif [[ "$SPACK_TEST_SOLVER" == "original" ]]; then
echo "ORIGINAL CONCRETIZER [skipping slow unit tests]"
export PYTEST_ADDOPTS='-m "not maybeslow"'