Skip to content

Commit 9892107

Browse files
author
scrungus
committed
pinned to wallaby
1 parent 44188eb commit 9892107

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ FROM ubuntu:20.04
33
RUN sed -i s/^deb-src.*// /etc/apt/sources.list
44

55
ARG TEMPEST_SOURCE=https://github.com/openstack/tempest
6-
ARG TEMPEST_VERSION=master
6+
ARG TEMPEST_VERSION=wallaby-last
77

88
ARG TEMPEST_PLUGIN_OCTAVIA_SOURCE=https://github.com/stackhpc/octavia-tempest-plugin
9-
ARG TEMPEST_PLUGIN_OCTAVIA_VERSION=feature/non-admin
9+
ARG TEMPEST_PLUGIN_OCTAVIA_VERSION=wallaby-last
1010

1111
ARG TEMPEST_PLUGIN_DESIGNATE_SOURCE=https://github.com/openstack/designate-tempest-plugin
12-
ARG TEMPEST_PLUGIN_DESIGNATE_VERSION=master
12+
ARG TEMPEST_PLUGIN_DESIGNATE_VERSION=wallaby-last
1313

1414
ARG TEMPEST_PLUGIN_IRONIC_SOURCE=https://github.com/openstack/ironic-tempest-plugin
15-
ARG TEMPEST_PLUGIN_IRONIC_VERSION=master
15+
ARG TEMPEST_PLUGIN_IRONIC_VERSION=wallaby-last
1616

1717
ARG TEMPEST_PLUGIN_MANILA_SOURCE=https://github.com/openstack/manila-tempest-plugin
18-
ARG TEMPEST_PLUGIN_MANILA_VERSION=master
18+
ARG TEMPEST_PLUGIN_MANILA_VERSION=wallaby-last
1919

2020
ARG TEMPEST_PLUGIN_MAGNUM_SOURCE=https://github.com/openstack/magnum-tempest-plugin
21-
ARG TEMPEST_PLUGIN_MAGNUM_VERSION=master
21+
ARG TEMPEST_PLUGIN_MAGNUM_VERSION=wallaby-last
2222

2323
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
2424
apt clean && \

0 commit comments

Comments
 (0)