diff options
author | James E. Blair <jeblair@redhat.com> | 2017-08-07 09:52:45 -0700 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2017-08-07 14:52:37 -0700 |
commit | 2bab6e7361873b326de5620b16c92570e76cc763 (patch) | |
tree | 54328e2f2dbc8fdf7db9d6c6515a35c017e9f89a /tests/fixtures/layouts/repo-checkout-no-timer-override.yaml | |
parent | 0fb72dce11090d557bfcf40c589da9a3ca3b9e95 (diff) | |
download | zuul-2bab6e7361873b326de5620b16c92570e76cc763.tar.gz |
Require a base job
This makes base jobs required and allows for a per-tenant default.
Story: 2001110
Task: 4793
Change-Id: I26ffddad8358c156cfac749ce98af70f3447f671
Diffstat (limited to 'tests/fixtures/layouts/repo-checkout-no-timer-override.yaml')
-rw-r--r-- | tests/fixtures/layouts/repo-checkout-no-timer-override.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fixtures/layouts/repo-checkout-no-timer-override.yaml b/tests/fixtures/layouts/repo-checkout-no-timer-override.yaml index de3bfe0ff..468086966 100644 --- a/tests/fixtures/layouts/repo-checkout-no-timer-override.yaml +++ b/tests/fixtures/layouts/repo-checkout-no-timer-override.yaml @@ -8,6 +8,10 @@ - event: ref-updated - job: + name: base + parent: null + +- job: name: integration branches: master override-branch: stable/havana |