Skip to content

Commit

Permalink
[Not for merge yet] Zuul CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ianw committed Nov 6, 2020
1 parent 0512785 commit a5e9ae9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- job:
name: pypa-pip-base
abstract: true
description: Run pypa/pip unit testing
run: .zuul.playbooks/playbooks/tox/main.yaml

- job:
name: pypa-pip-py38
parent: pypa-pip-base
nodeset: ubuntu-focal
vars:
tox_envlist: py38
4 changes: 4 additions & 0 deletions .zuul.d/project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- project:
check:
jobs:
- pypa-pip-py38
11 changes: 11 additions & 0 deletions .zuul.playbooks/playbooks/tox/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- hosts: all
tasks:

- name: Install tox
include_role:
name: ensure-tox

- name: Run tox
include_role:
name: tox

0 comments on commit a5e9ae9

Please sign in to comment.