We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a749e commit 9ac69a2Copy full SHA for 9ac69a2
.zuul.yaml
@@ -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
+
10
- project:
11
+ check:
12
+ jobs:
13
+ - build-ansible-collection
14
+ - test-sandbox:
15
+ dependencies:
16
17
post:
18
jobs:
19
- 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