Skip to content

Commit 08c3ec4

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

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

Diff for: .zuul.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
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+
download_artifact_type:
10+
- ansible_collection
11+
112
- project:
13+
check:
14+
jobs:
15+
- build-ansible-collection
16+
- test-sandbox:
17+
dependencies:
18+
- build-ansible-collection
219
post:
320
jobs:
421
- release-ansible-collection-galaxy-dev

Diff for: 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)