From b51c7f32b08826f37fc3036d6a2fa2a852aa14d2 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sun, 1 May 2022 19:05:47 -0400 Subject: [PATCH] Revert "ensure-molecule: add test jobs." This reverts commit e20c4ca7055163e8665564e06f579589907f2818. Change-Id: Ic261f3a708d55531e4d706b41c4e9bc34816e6ba --- playbooks/ensure-molecule/run.yaml | 4 ---- zuul.d/jobs.yaml | 6 ------ zuul.d/project.yaml | 4 ++-- 3 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 playbooks/ensure-molecule/run.yaml 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