提交 c75f6a6d 编写于 作者: J Jim Doty

ci: nightly-trigger only on AIX jobs

For a while there were several jobs that were behind the nightly
trigger.  This necessitated some logic about including the
nightly-trigger resource if any of a number of conditions were met.  At
the time of this commit, the only job that is using the resourse is an
AIX job.  Therefore the inclusion of the nightly-trigger resource will
match the conditions that include the only job that requires that
resource.  This elimnates the "resource not used" error that can be seen
when setting a development version of the pipeline that does not include
the AIX job.
Authored-by: NJim Doty <jdoty@pivotal.io>
上级 48727b64
......@@ -601,7 +601,7 @@ resources:
versioned_file: {{deb_package_ubuntu16_versioned_file}}
{% endif %}
{% if 'CLI' in test_sections + os_types or 'aix7' in test_sections + os_types %}
{% if "aix7" in os_types %}
- name: nightly-trigger
type: time
source:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册