Skip to content

Commit

Permalink
WIP: LGTM (#69)
Browse files Browse the repository at this point in the history
WIP: LGTM

Reviewed-by: https://github.com/apps/ansible-zuul
Signed-off-by: Paul Belanger <[email protected]>
  • Loading branch information
pabelanger committed Nov 24, 2020
1 parent a556e7c commit 0e2d1a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Sandbox
=======


This repo contains nothing special, we mostly use it to test jobs with Zuul.
6 changes: 6 additions & 0 deletions playbooks/run.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- hosts: all
tasks:
- name: Setup ensure-kubernetes role
include_role:
name: ensure-kubernetes

0 comments on commit 0e2d1a8

Please sign in to comment.