File: .zuul.yaml

package info (click to toggle)
git-review 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 468 kB
  • sloc: python: 2,722; makefile: 150
file content (46 lines) | stat: -rw-r--r-- 1,065 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
- job:
    name: nox-py36-gerrit-default
    parent: nox-py36
    nodeset: ubuntu-bionic

- job:
    name: nox-py36-gerrit-371
    parent: nox-py36-gerrit-default
    vars:
      nox_environment:
        WAR_URL: 'https://gerrit-releases.storage.googleapis.com/gerrit-3.7.1.war'

- job:
    name: nox-py311-gerrit-default
    parent: nox-py311
    nodeset: ubuntu-jammy

- job:
    name: nox-py311-gerrit-371
    parent: nox-py311-gerrit-default
    vars:
      nox_environment:
        WAR_URL: 'https://gerrit-releases.storage.googleapis.com/gerrit-3.7.1.war'

- project:
    vars:
      release_python: python3
    templates:
      - publish-opendev-nox-docs
    check:
      jobs: &jobs
        - build-python-release
        - nox-linters
        - nox-py36-gerrit-default
        - nox-py36-gerrit-371
        - nox-py311-gerrit-default
        - nox-py311-gerrit-371
    gate:
      jobs: *jobs
    promote:
      jobs:
        - opendev-promote-python
    release:
      jobs:
        - opendev-release-python
        - opendev-publish-unversioned-nox-docs