Skip to content

Commit

Permalink
remove local base job, it's already in zuul-config. (#1522)
Browse files Browse the repository at this point in the history
remove local base job, it's already in zuul-config.

This to avoid the following error:
Job base in ansible/ansible-zuul-jobs is not permitted to shadow job base in ansible/zuul-config
  • Loading branch information
goneri authored May 4, 2022
1 parent e02f724 commit 13e818b
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 198 deletions.
10 changes: 0 additions & 10 deletions playbooks/base/post.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions playbooks/base/pre.yaml

This file was deleted.

48 changes: 0 additions & 48 deletions roles/configure-unbound/README.rst

This file was deleted.

25 changes: 0 additions & 25 deletions roles/configure-unbound/defaults/main.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions roles/configure-unbound/handlers/main.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions roles/configure-unbound/tasks/main.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions roles/configure-unbound/templates/forwarding.conf.j2

This file was deleted.

4 changes: 0 additions & 4 deletions roles/configure-unbound/templates/resolv.conf.j2

This file was deleted.

5 changes: 0 additions & 5 deletions roles/configure-unbound/templates/ttl.conf.j2

This file was deleted.

2 changes: 0 additions & 2 deletions roles/configure-unbound/vars/Debian.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/configure-unbound/vars/default.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
---
- job:
name: base
parent: base-minimal
abstract: true
ansible-version: 2.9
description: |
The base job for the Ansible installation of Zuul.
pre-run: playbooks/base/pre.yaml
post-run: playbooks/base/post.yaml

- job:
name: github-workflows
description: |
Expand Down

0 comments on commit 13e818b

Please sign in to comment.