File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,22 @@ FROM ubuntu:20.04
3
3
RUN sed -i s/^deb-src.*// /etc/apt/sources.list
4
4
5
5
ARG TEMPEST_SOURCE=https://github.com/openstack/tempest
6
- ARG TEMPEST_VERSION=master
6
+ ARG TEMPEST_VERSION=wallaby-last
7
7
8
8
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
10
10
11
11
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
13
13
14
14
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
16
16
17
17
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
19
19
20
20
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
22
22
23
23
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
24
24
apt clean && \
You can’t perform that action at this time.
0 commit comments