diff --git a/playbooks/ensure-molecule/run.yaml b/playbooks/ensure-molecule/run.yaml deleted file mode 100644 index e47da09..0000000 --- a/playbooks/ensure-molecule/run.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -- hosts: localhost - roles: - - ensure-molecule \ No newline at end of file diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 46c6efd..60475ae 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -1,10 +1,4 @@ --- -- 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 5b926e7..972eecf 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -2,7 +2,7 @@ - project: check: jobs: - - base-jobs-ensure-molecule + - noop gate: jobs: - - base-jobs-ensure-molecule + - noop