We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a749e commit 08c3ec4Copy full SHA for 08c3ec4
.zuul.yaml
@@ -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
+
12
- project:
13
+ check:
14
+ jobs:
15
+ - build-ansible-collection
16
+ - test-sandbox:
17
+ dependencies:
18
19
post:
20
jobs:
21
- release-ansible-collection-galaxy-dev
playbooks/run.yaml
@@ -0,0 +1,5 @@
+- hosts: all
+ tasks:
+ - name: download artifact
+ include_role:
+ name: download-artifact
0 commit comments