File: .zuul.yaml

package info (click to toggle)
gerritlib 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: python: 468; makefile: 129
file content (30 lines) | stat: -rw-r--r-- 845 bytes parent folder | download
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