6058d994b8
This new functiona argument will allow callers to set the default project branch on repo creation. It takes a list, all branches will be created with the first being repo HEAD. Change-Id: Iae5a71662740678e663bcd73d6ac660559db5d9a
24 lines
597 B
YAML
24 lines
597 B
YAML
- job:
|
|
name: gerritlib-jeepyb-integration
|
|
description: Run manage_projects with gerritlib from source against Gerrit
|
|
pre-run: playbooks/jeepyb-integration/pre.yaml
|
|
run: playbooks/jeepyb-integration/run.yaml
|
|
post-run: playbooks/jeepyb-integration/post.yaml
|
|
required-projects:
|
|
- opendev/gerritlib
|
|
- opendev/jeepyb
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- gerritlib-jeepyb-integration
|
|
- tox-py36
|
|
- tox-py37
|
|
- tox-py38
|
|
gate:
|
|
jobs:
|
|
- gerritlib-jeepyb-integration
|
|
- tox-py36
|
|
- tox-py37
|
|
- tox-py38
|