Commit Graph

5 Commits

Author SHA1 Message Date
yatin e863d0c086 Convert tripleo-buildcontainers to a role
Needs to be done so it can be reused in different
repos like [1], [2].

[1] https://review.rdoproject.org/r/#/c/20144/
[2] https://review.rdoproject.org/r/#/c/20031/

Also use seperate venv for build-containers as venv
created by tripleo-repos role uses become: true.

Change-Id: Ia627b7e128608a5897f9607aca831380278cd785
2019-04-15 19:11:26 +05:30
Marios Andreou 92384cd10d Adds conditional skip excludes in containers build for rocky
The excludes list is needed for f28 containers build. For the
rocky periodic we need to skip it as there is no such parameter
in the container build there.

Instead uses sed to remove excludes from containers list.
Once we cherrypick that [1] we can remove sed and use --excludes.

Test runs in [2]

[1] https://review.openstack.org/#/q/topic:cherrypick-excludes-containers-build
[2] https://review.rdoproject.org/r/#/c/19533/
Co-Authored-By: Sagi Shnaidman <sshnaidm@redhat.com>
Change-Id: I668a8557165972324e11707c2f3f32199658b6b9
2019-03-21 15:36:07 +00:00
Rafael Folco 7c8d723304 Add timestamp to containers' build log
In order to ease investigation of failures for containers build,
add timestamp to stdout and stderr log files.

Change-Id: I59198457044326193593948ed8c780e24ccebbc4
2019-03-12 07:21:06 -03:00
Rafael Folco 126eb6381f Add py3/f28 support to tripleo-container-build-base
Enable Fedora 28 and Python3 support on tripleo-buildcontainers
playbook and on tripleo-repos role.

Centos-7 job would run upstream and its fedora-28 counterpart would
be run on RDO and be non voting

Uses: https://review.openstack.org/637212
User-Story: https://tree.taiga.io/project/tripleo-ci-board/us/650
Change-Id: Ie46d0d7fa7c41427bb44bcfad5cf59af745ac627
Co-Authored-By: Sorin Sbarnea <ssbarnea@redhat.com>
2019-03-01 17:37:51 +00:00
Alex Schultz 73d40aec70 TripleO Container build CI job
We don't currently have coverage for the container build process in CI,
let's add some.

Depends-On: https://review.openstack.org/#/c/616022/
Change-Id: I97ceb9533a38ec7b175623784649de277aaf4274
2018-11-06 22:51:05 +00:00