summaryrefslogtreecommitdiff
path: root/playbooks/legacy/grenade-dsvm-ironic/run.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/legacy/grenade-dsvm-ironic/run.yaml')
-rw-r--r--playbooks/legacy/grenade-dsvm-ironic/run.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/playbooks/legacy/grenade-dsvm-ironic/run.yaml b/playbooks/legacy/grenade-dsvm-ironic/run.yaml
index 1eef354b8..6f802bcd2 100644
--- a/playbooks/legacy/grenade-dsvm-ironic/run.yaml
+++ b/playbooks/legacy/grenade-dsvm-ironic/run.yaml
@@ -32,7 +32,7 @@
cat << 'EOF' >> ironic-extra-vars
export PROJECTS="openstack-dev/grenade $PROJECTS"
export DEVSTACK_GATE_GRENADE=pullup
- export DEVSTACK_GATE_OS_TEST_TIMEOUT=2400
+ export DEVSTACK_GATE_OS_TEST_TIMEOUT=2600
export DEVSTACK_GATE_TEMPEST_BAREMETAL_BUILD_TIMEOUT=1200
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_BUILD_DEPLOY_RAMDISK=False"
export DEVSTACK_GATE_TLSPROXY=0
@@ -89,6 +89,12 @@
export DEVSTACK_GATE_IRONIC_BUILD_RAMDISK=0
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_INSPECTOR_BUILD_RAMDISK=False"
+ # NOTE(TheJulia): Keep the runtime down by disabling cleaning
+ # the nodes and focus on the server related tests as opposed
+ # to network scenario testing
+ export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_AUTOMATED_CLEAN_ENABLED=False"
+ export DEVSTACK_GATE_TEMPEST_REGEX=test_server_basic_ops
+
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_VM_COUNT=7"
# Ensure the ironic-vars-EARLY file exists