b6d66646b8
- assure we have docker installed - add .gitreview file - Fix Python shebangs for packaging Change-Id: If9d78891f9b5a1615a9fb1f4251801eec1f29ed5 Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
16 lines
355 B
YAML
16 lines
355 B
YAML
---
|
|
- job:
|
|
description: Base validations-common job
|
|
name: validations-common-centos-8-base
|
|
nodeset: centos-8
|
|
parent: base
|
|
success-url: "reports.html"
|
|
failure-url: "reports.html"
|
|
pre-run:
|
|
- tests/prepare-test-host.yml
|
|
- zuul.d/playbooks/pre.yml
|
|
run:
|
|
- zuul.d/playbooks/run.yml
|
|
timeout: 1800
|
|
voting: true
|