Skip to content

Commit

Permalink
multinode: Run RefStack Tempest tests by default
Browse files Browse the repository at this point in the history
A full tempest test run takes a long time, and may not always be
necessary. Let's run RefStack by default, and make it easy to switch to
the full test suite.
  • Loading branch information
markgoddard committed Sep 4, 2023
1 parent 658503d commit 06fb9e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .automation.conf/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06fb9e7

Please sign in to comment.