diff --git a/toci_gate_test.sh b/toci_gate_test.sh index 87016647a..527c1e6cf 100755 --- a/toci_gate_test.sh +++ b/toci_gate_test.sh @@ -11,7 +11,7 @@ cd $(dirname $0) # Switch to instack ci once we drop support for tripleo-incubator # we can drop the dual code path case $TOCI_JOBTYPE in - overcloud-f21-nonha|overcloud-f21puppet-ha|overcloud-f21puppet-ceph) + overcloud-f21-nonha|overcloud-f21puppet-ha|overcloud-f21puppet-ceph|overcloud-f21puppet-nonha) ./toci_gate_test_instack.sh $@ exit 0 ;;