Skip to content

Commit

Permalink
Rename our base job
Browse files Browse the repository at this point in the history
Rename to add "-base" to the base job to follow Zuul conventions, also
add abstract to mark that this cannot run on its own and needs to be
inherited from.

Change-Id: Ic2228244e787395be1c5dc77a92e2ff352d47106
  • Loading branch information
ajaeger committed Feb 16, 2018
1 parent 739d234 commit 301a712
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .zuul.yaml
Expand Up @@ -4,7 +4,8 @@
# repositories.

- job:
name: build-tox-manuals
name: build-tox-manuals-base
abstract: true
description: |
Base job to build manual related documents. These build jobs
invoke a tox command and expect the published content to be in
Expand All @@ -29,15 +30,15 @@

- job:
name: build-tox-manuals-checkbuild
parent: build-tox-manuals
parent: build-tox-manuals-base
description: |
Build manuals using "checkbuild" tox environment.
vars:
tox_envlist: checkbuild

- job:
name: build-tox-manuals-checklang
parent: build-tox-manuals
parent: build-tox-manuals-base
description: |
Build translated manuals using "checklang" tox environment.
vars:
Expand Down

0 comments on commit 301a712

Please sign in to comment.