1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
- job:
name: gerritlib-jeepyb-integration
description: Run manage_projects with gerritlib from source against Gerrit
nodeset: ubuntu-jammy
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
- nox-py310:
nodeset: ubuntu-jammy
- nox-py311:
nodeset: debian-bookworm
- nox-py312:
nodeset: ubuntu-noble
gate:
jobs:
- gerritlib-jeepyb-integration
- nox-py310:
nodeset: ubuntu-jammy
- nox-py311:
nodeset: debian-bookworm
- nox-py312:
nodeset: ubuntu-noble
|