File: .zuul.yaml

package info (click to toggle)
python-oslo.limit 2.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: python: 1,230; makefile: 25; sh: 2
file content (41 lines) | stat: -rw-r--r-- 1,340 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
- job:
    name: oslo-limit-functional-devstack
    parent: devstack
    description:
      This job sets up a minimal devstack deployment, configures various usage
      and limit scenarios, and verifies usage enforcement based on existing
      usage.
    timeout: 9000
    vars:
      devstack_localrc:
        DATABASE_PASSWORD: secretdatabase
        ADMIN_PASSWORD: secretadmin
        LOGFILE: /opt/stack/logs/devstacklog.txt
        LOG_COLOR: false
        VERBOSE: true
        VERBOSE_NO_TIMESTAMP: true
      devstack_services:
        # Ignore all services by setting "disable_all_service". We do this
        # because we only really need keystone running to store unified limits.
        # These functional tests are not testing enforcement between keystone and
        # other services like nova and cinder. After this, we should only enable
        # exactly what we need to run keystone.
        base: false
        mysql: true
        key: true

- project:
    templates:
      - check-requirements
      - openstack-cover-jobs
      - lib-forward-testing-python3
      - openstack-python3-jobs
      - periodic-stable-jobs
      - publish-openstack-docs-pti
      - release-notes-jobs-python3
    check:
      jobs:
        - oslo-limit-functional-devstack
    gate:
      jobs:
        - oslo-limit-functional-devstack