Bootstrap zuul and gerrit config
Change-Id: I0ceafed84de9ce0b8fcba19666118f75a4f172d6
This commit is contained in:
parent
1a27f9d426
commit
7793d3de97
4
.gitreview
Normal file
4
.gitreview
Normal file
@ -0,0 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.opendev.org
|
||||
port=29418
|
||||
project=openstack/tripleo-ci-health-queries
|
1
bindep.txt
Normal file
1
bindep.txt
Normal file
@ -0,0 +1 @@
|
||||
jq [test]
|
3
tox.ini
3
tox.ini
@ -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
13
zuul.d/layout.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user