diff --git a/tools/layout-checks.py b/tools/layout-checks.py index 23c61996ab..1173e6ea12 100755 --- a/tools/layout-checks.py +++ b/tools/layout-checks.py @@ -128,6 +128,9 @@ def check_jobs(): if not found: print ("Regex %s has no matches in job list" % jobs['name']) errors = True + if len(jobs.keys()) == 1: + print ("Job %s has no attributes in job list" % jobs['name']) + errors = True return errors diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 6b164bb72a..f5536e856a 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2809,8 +2809,6 @@ jobs: branch: ^(?!stable/liberty).*$ voting: false - - name: ^gate-tempest-dsvm-full-ceph-plugin-src-.*$ - - name: ^gate-tempest-dsvm-smoke-tlsproxy.*$ voting: false