Skip to content

Commit

Permalink
Merge pull request #482 from jpopelka/zuul
Browse files Browse the repository at this point in the history
Remove files/tasks/zuul-project-setup.yaml

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] authored Oct 14, 2020
2 parents f6af906 + 4b17087 commit 9fcfb01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 19 deletions.
16 changes: 0 additions & 16 deletions files/tasks/zuul-project-setup.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion files/zuul-install-requirements-rpms.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
- name: Install RPM dependencies for ogr
hosts: all
vars:
project_dir: "{{ playbook_dir }}/.."
tasks:
- include_tasks: tasks/zuul-project-setup.yaml
- include_tasks: tasks/generic-dnf-requirements.yaml
- include_tasks: tasks/build-rpm-deps.yaml
- name: Install deps as RPMs
Expand Down
3 changes: 2 additions & 1 deletion files/zuul-reverse-dep-packit.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
- name: Check if we are not breaking packit
hosts: all
vars:
project_dir: "{{ playbook_dir }}/.."
tasks:
- set_fact:
reverse_dir: "{{ ansible_user_dir }}/{{ zuul.projects['github.com/packit/packit'].src_dir }}"
- include_tasks: tasks/zuul-project-setup.yaml
- include_tasks: tasks/generic-dnf-requirements.yaml
- include_tasks: tasks/rpm-test-deps.yaml
- include_tasks: tasks/packit-requirements.yaml
Expand Down
3 changes: 2 additions & 1 deletion files/zuul-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
- name: This is a recipe for how to run ogr tests
hosts: all
vars:
project_dir: "{{ playbook_dir }}/.."
tasks:
- include_tasks: tasks/zuul-project-setup.yaml
- include_tasks: tasks/rpm-test-deps.yaml
- include_tasks: tasks/install-ogr.yaml
- include_tasks: tasks/configure-git.yaml
Expand Down

0 comments on commit 9fcfb01

Please sign in to comment.