From: Fatih Degirmenci Date: Tue, 5 Dec 2017 01:04:03 +0000 (-0800) Subject: Add dummy pipeline X-Git-Tag: opnfv-7.0.0~2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=sandbox.git;a=commitdiff_plain;h=048e8cb202fb868d3a40806af5897a8788c58033 Add dummy pipeline Change-Id: I1c0e28f98e30f21eddf4b3567552efddfe333d6b Signed-off-by: Fatih Degirmenci --- diff --git a/zuul.yaml b/zuul.yaml new file mode 100644 index 0000000..6d43add --- /dev/null +++ b/zuul.yaml @@ -0,0 +1,14 @@ +- project: + name: sandbox + check: + jobs: + - hello-world +- job: + name: hello-world + parent: base + run: playbooks/run.yaml + timeout: 900 + nodeset: + nodes: + - name: CirrOS-raw + label: CirrOS-raw