Merge "Move queue to project in example"

This commit is contained in:
Zuul 2021-05-10 23:32:36 +00:00 committed by Gerrit Code Review
commit 5aa3e9f511
1 changed files with 1 additions and 1 deletions

View File

@ -26,12 +26,12 @@ Consider the following project definition::
- project:
name: yoyodyne
queue: integrated
check:
jobs:
- check-syntax
- unit-tests
gate:
queue: integrated
jobs:
- unit-tests
- integration-tests