File: .zuul.yaml

package info (click to toggle)
python-hacking 4.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: python: 1,503; sh: 38; makefile: 23
file content (22 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
- project:
    templates:
      - publish-openstack-docs-pti
      - openstack-cover-jobs
      - openstack-python35-jobs
      - openstack-python3-wallaby-jobs
      - release-notes-jobs-python3
    check:
      jobs:
        - hacking-integration-nova:
            voting: false

- job:
    name: hacking-integration-nova
    parent: openstack-tox
    description: |
      Run the integration job against nova with proposed hacking change.
    required-projects:
      - openstack/nova
    vars:
      tox_envlist: integration
      tox_extra_args: -vv openstack nova {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/nova'].src_dir }}