Add Zuul test foundation
Add the basics for testing, non-voting jobs until the cleanups merge Change-Id: I2f57c37335b5625eb1d124e276fbb98d94714d4d Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
*.a
|
||||
*.egg
|
||||
*.egg-info
|
||||
*.o
|
||||
*.py[co]
|
||||
*.pyc
|
||||
*.so
|
||||
*.sqlite
|
||||
.*.swp
|
||||
.coverage
|
||||
.installed.cfg
|
||||
.testrepository
|
||||
.tox
|
||||
.venv
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
_build
|
||||
build
|
||||
cover
|
||||
develop-eggs
|
||||
dist
|
||||
eggs
|
||||
sdist
|
||||
Reference in New Issue
Block a user