3 Commits

Author SHA1 Message Date
Ben Nemec
8207427fff Unblock tooz gate
This is a squash of two commits needed to get gate tests passing
again on tooz. See below for details:

Move testing to py36

The base infra images no longer have python 3.5 available and are
all failing. We should be testing on py36 now anyway since that is
the minimum supported version for Train.

Stop redis-server before running tests

Just installing redis-server on Ubuntu Bionic starts the service,
which means when we try to start one via pifpaf it fails due to the
port already being in use.

This change adds a pre-run playbook that stops the redis-server
service so ours can run successfully.

Change-Id: I3f7f7ea9069d8c890a82f31ad14c9663e98c09dc
Closes-Bug: 1828610
2019-05-10 20:02:04 +00:00
Andreas Jaeger
bbe3a4300a Use native Zuul v3 tox jobs
Convert all tox jobs to be Zuul v3 native. This uses the shared
openstack-tox as base.

Remove the now unused playbooks.

Change-Id: Ic89940a03e308fab051b8051ff281724e6488306
2017-12-20 15:16:20 +00:00
Duong Ha-Quang
ac4ecfb0a7 Move legacy jobs to project
This patch implements first step in zuulv3 migration guide [1]:

Move jobs to tooz repo

[1] https://docs.openstack.org/infra/manual/zuulv3.html#legacy-job-migration-details

Change-Id: I5511846b9fa87ffde3259ca024f6f1e1f439d51c
Co-Authored-By: Tovin Seven <vinhnt@vn.fujitsu.com>
2017-10-19 14:38:34 +07:00