Bootstrap zuul and gerrit config

Change-Id: I0ceafed84de9ce0b8fcba19666118f75a4f172d6
This commit is contained in:
Sorin Sbarnea 2021-03-03 14:46:45 +00:00
parent 1a27f9d426
commit 7793d3de97
4 changed files with 20 additions and 1 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.opendev.org
port=29418
project=openstack/tripleo-ci-health-queries

1
bindep.txt Normal file
View File

@ -0,0 +1 @@
jq [test]

View File

@ -5,6 +5,7 @@ isolated_build = true
requires =
setuptools >= 41.4.0
pip >= 19.3.0
tox-bindep
skip_missing_interpreters = True
# `usedevelop = true` overrides `skip_install` instruction, it's unwanted
usedevelop = false
@ -33,7 +34,7 @@ skip_install = true
allowlist_externals =
bash
[testenv:lint]
[testenv:linters]
description = Run all linters
basepython = python3
deps =

13
zuul.d/layout.yaml Normal file
View File

@ -0,0 +1,13 @@
---
# zuul.d/layout.yaml
- project:
check:
jobs:
- openstack-tox-linters
- openstack-tox-py38
gate:
queue: tripleo
jobs:
- openstack-tox-linters
- openstack-tox-py38