Skip to content

Commit 02800e1

Browse files
authored
Merge pull request #615 from stackhpc/yoga-multinode-refstach
multinode: Run RefStack Tempest tests by default
2 parents 9d79e49 + 06fb9e7 commit 02800e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.automation.conf/config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
2424
# SMSLab is currently running with 1G switches. This causes tests using volumes and images to fail if
2525
# the concurrency is set too high.
2626
export TEMPEST_CONCURRENCY=1
27-
export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
28-
export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode
27+
# Uncomment this to perform a full tempest test
28+
# export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
29+
# export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
2930
fi
3031

3132
fi

0 commit comments

Comments
 (0)