Switch overcloud-f21puppet-nonha to be instack based

This job is now identical to overcloud-f21-nonha, one of them can be
removed.

Change-Id: I857a6f6472629f0d6a8b392db7cafb47e76195ba
This commit is contained in:
Derek Higgins 2015-09-08 23:01:18 +01:00
parent 9e7307bc66
commit cc39a30ca5
1 changed files with 1 additions and 1 deletions

View File

@ -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
;;