diff --git a/concourse/pipelines/templates/gpdb-tpl.yml b/concourse/pipelines/templates/gpdb-tpl.yml index dec8759b73cd9d162d633131b71f585569802000..f7fbe60716cab957b041e5fd728f125b97c09bf8 100644 --- a/concourse/pipelines/templates/gpdb-tpl.yml +++ b/concourse/pipelines/templates/gpdb-tpl.yml @@ -648,7 +648,7 @@ resources: versioned_file: ((pipeline-name))/deb_package_ubuntu16/greenplum-db.deb {% endif %} -{% if "aix7" in os_types %} +{% if "aix7" in os_types or "centos7" in os_types %} - name: nightly-trigger type: time source: @@ -897,6 +897,8 @@ jobs: - name: compile_gpdb_centos7 plan: - aggregate: + - get: nightly-trigger + trigger: true - get: reduced-frequency-trigger trigger: ((reduced-frequency-trigger-flag)) - get: gpdb_src