Skip to content

Commit

Permalink
Merge pull request #615 from stackhpc/yoga-multinode-refstach
Browse files Browse the repository at this point in the history
multinode: Run RefStack Tempest tests by default
  • Loading branch information
markgoddard authored Sep 5, 2023
2 parents 9d79e49 + 06fb9e7 commit 02800e1
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 02800e1

Please sign in to comment.