Skip to content

Commit de867f9

Browse files
committed
Add Zuul configuration
Currently includes one pep8 job, used for check and gate. Change-Id: I8ed2643ce45c9621ecfe15d5d38925cb9db8be7a Story: 2001637 Task: 19737
1 parent c9af3d9 commit de867f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

zuul.d/project.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
- project:
3+
check:
4+
jobs:
5+
- openstack-tox-pep8
6+
7+
gate:
8+
queue: kayobe
9+
jobs:
10+
- openstack-tox-pep8

0 commit comments

Comments
 (0)