From d8a597c1a404110b25cfacb78ba0521cb70674cc Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Mon, 22 Apr 2019 15:50:05 +0300 Subject: [PATCH] Add basic periodic jobs to TripleO Change-Id: I8b039963d9e91579fc60f609a125536b5bd78f0a --- zuul.d/layout.yaml | 1 + zuul.d/periodic.yaml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 zuul.d/periodic.yaml diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 92456033f..0b066ddd2 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -13,6 +13,7 @@ - tripleo-multinode-experimental - tripleo-standalone-scenarios-full - tripleo-undercloud-jobs + - tripleo-periodic check: jobs: - openstack-tox-linters diff --git a/zuul.d/periodic.yaml b/zuul.d/periodic.yaml new file mode 100644 index 000000000..7255eb861 --- /dev/null +++ b/zuul.d/periodic.yaml @@ -0,0 +1,14 @@ +- project-template: + name: tripleo-periodic + periodic: + jobs: + - tripleo-ci-centos-7-containers-multinode: + branches: + - master + - stable/stein + - stable/rocky + - stable/queens + - tripleo-ci-centos-7-scenario001-standalone: + branches: + - master + - stable/stein