]> granicus.if.org Git - esp-idf/commit
ci: support jobs which don’t run unless triggered by name
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 16 Apr 2018 03:48:36 +0000 (11:48 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 19 Apr 2018 07:08:08 +0000 (15:08 +0800)
commit9d0751e2b1c357b4896a6948335010a3bd5a2308
treef192550138b28a7008293c300bee5f3f5feb8206
parent88d0d6ffb0863cf6bc1b59005078ea2184b28db0
ci: support jobs which don’t run unless triggered by name

By default, any job will run unless a filter is given, in that case
the filter will determine if the job should run or not. Some jobs do
not need to be run by default, and should only be triggered using the
bot. For such jobs, BOT_NEEDS_TRIGGER_BY_NAME can added to
environment variables.
tools/ci/apply_bot_filter.py