diff --git a/.automation.conf/config.sh b/.automation.conf/config.sh index 4ca6b3b78..84b11dd07 100644 --- a/.automation.conf/config.sh +++ b/.automation.conf/config.sh @@ -24,8 +24,9 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then # SMSLab is currently running with 1G switches. This causes tests using volumes and images to fail if # the concurrency is set too high. export TEMPEST_CONCURRENCY=1 - export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full - export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode + # Uncomment this to perform a full tempest test + # export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full + # export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full fi fi diff --git a/.automation.conf/tempest/skip-lists/ci-multinode b/.automation.conf/tempest/skip-lists/ci-multinode-tempest-full similarity index 100% rename from .automation.conf/tempest/skip-lists/ci-multinode rename to .automation.conf/tempest/skip-lists/ci-multinode-tempest-full