Add basic zuul config

Add noop jobs so zuul has something to "run".

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Change-Id: I435d5294286d5fb52c5481b239a9143a07126f57
This commit is contained in:
Sean McGinnis 2021-01-28 15:51:12 -06:00
parent c4a39bd461
commit 54af1c0a3e
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
2 changed files with 9 additions and 2 deletions

7
.zuul.yaml Normal file
View File

@ -0,0 +1,7 @@
- project:
check:
jobs:
- noop
gate:
jobs:
- noop

View File

@ -1,9 +1,9 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = bashate
envlist = linters
[testenv:bashate]
[testenv:linters]
deps = bashate
whitelist_externals = bash
commands = bash -c "find {toxinidir} \