We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d79e49 + 06fb9e7 commit 02800e1Copy full SHA for 02800e1
.automation.conf/config.sh
@@ -24,8 +24,9 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
24
# SMSLab is currently running with 1G switches. This causes tests using volumes and images to fail if
25
# the concurrency is set too high.
26
export TEMPEST_CONCURRENCY=1
27
- export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
28
- export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode
+ # Uncomment this to perform a full tempest test
+ # export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
29
+ # export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
30
fi
31
32
.automation.conf/tempest/skip-lists/ci-multinode renamed to .automation.conf/tempest/skip-lists/ci-multinode-tempest-full
0 commit comments