From e20c4ca7055163e8665564e06f579589907f2818 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sun, 1 May 2022 18:55:04 -0400 Subject: [PATCH] ensure-molecule: add test jobs. Change-Id: Ie27f4743b0d61c43d92fbcbfdb5366156ca9e028 --- playbooks/ensure-molecule/run.yaml | 4 ++++ zuul.d/jobs.yaml | 6 ++++++ zuul.d/project.yaml | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 playbooks/ensure-molecule/run.yaml diff --git a/playbooks/ensure-molecule/run.yaml b/playbooks/ensure-molecule/run.yaml new file mode 100644 index 0000000..e47da09 --- /dev/null +++ b/playbooks/ensure-molecule/run.yaml @@ -0,0 +1,4 @@ +--- +- hosts: localhost + roles: + - ensure-molecule \ No newline at end of file diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 60475ae..46c6efd 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1,4 +1,10 @@ --- +- job: + name: base-jobs-ensure-molecule + run: playbooks/ensure-molecule/run.yaml + nodeset: + nodes: [] + - job: name: vexxhost-tox-molecule parent: tox diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 972eecf..5b926e7 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -2,7 +2,7 @@ - project: check: jobs: - - noop + - base-jobs-ensure-molecule gate: jobs: - - noop + - base-jobs-ensure-molecule