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.
1 parent 5e02047 commit e660483Copy full SHA for e660483
.automation.conf/config.sh
@@ -30,8 +30,8 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
30
if [[ "$KAYOBE_ENVIRONMENT" =~ "ci-multinode" ]]; then
31
export TEMPEST_CONCURRENCY=4
32
# Uncomment this to perform a full tempest test
33
- # export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
34
- # export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
+ export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
+ export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode-tempest-full
35
fi
36
37
0 commit comments