Skip to content

Commit 9ac69a2

Browse files
committed
Dont merge
Signed-off-by: Paul Belanger <[email protected]>
1 parent f8a749e commit 9ac69a2

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.zuul.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1+
- job:
2+
name: test-sandbox
3+
run: playbooks/run.yaml
4+
nodeset: centos-8-1vcpu
5+
vars:
6+
download_artifact_api: "https://dashboard.zuul.ansible.com/api/tenant/{{ zuul.tenant }}"
7+
download_artifact_job: build-ansible-collection
8+
download_artifact_pipeline: "{{ zuul.pipeline }}"
9+
110
- project:
11+
check:
12+
jobs:
13+
- build-ansible-collection
14+
- test-sandbox:
15+
dependencies:
16+
- build-ansible-collection
217
post:
318
jobs:
419
- release-ansible-collection-galaxy-dev

playbooks/run.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- hosts: all
2+
tasks:
3+
- name: download artifact
4+
include_role:
5+
name: download-artifact

0 commit comments

Comments
 (0)