tripleo-ansible/zuul.d/base.yaml
Sagi Shnaidman 40f82e3d66 Use centos-8 stream for molecule jobs
Set containers module to 3.0.
Mount dnf vars for evaluating $stream var.
Set --no-stream for ubi container images.
Mark 2 jobs unvoting to fix later.

Change-Id: Ib69f8b5931e846ca012bee8a2bc24dc2a614e274
(cherry picked from commit 8f9a141bf9)
2021-04-29 12:32:26 +03:00

16 lines
388 B
YAML

---
- job:
description: Base tripleo-ansible job on CentOS 8
name: tripleo-ansible-centos-8-base
nodeset: centos-8-stream
parent: base
success-url: "reports.html"
failure-url: "reports.html"
pre-run:
- tripleo_ansible/playbooks/prepare-test-host.yml
- zuul.d/playbooks/pre.yml
run:
- zuul.d/playbooks/run.yml
timeout: 3600
voting: true