diff --git a/.zuul.yaml b/.zuul.yaml index 2e24e83..2727f2f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,3 +1,10 @@ +- job: + name: builder-test + run: playbooks/run.yaml + required-projects: + - github.com/ansible/ansible-builder + nodeset: ubuntu-bionic-4vcpu + - project: lgtm: jobs: diff --git a/README.rst b/README.rst index db65c87..6574747 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,5 @@ Sandbox ======= + This repo contains nothing special, we mostly use it to test jobs with Zuul. diff --git a/playbooks/run.yaml b/playbooks/run.yaml new file mode 100644 index 0000000..fe3c37a --- /dev/null +++ b/playbooks/run.yaml @@ -0,0 +1,6 @@ +--- +- hosts: all + tasks: + - name: Setup ensure-kubernetes role + include_role: + name: ensure-kubernetes