Disable github reporting and re-add devel ansible job

We had a job trigger that shouldn't have. Re-add the job so
we can debug why that happened. Because we're debugging, turn off
all github reporting.

Revert "Stop running against devel of ansible/ansible"

This reverts commit 594efcf712087db8a55c553bcb48e89fa638154.

Change-Id: I52ee1533fea0fcbf68eaee3a73c0e666a284f3c3
This commit is contained in:
Monty Taylor 2020-03-24 09:24:50 -05:00
parent 594efcf712
commit 5d674d3b4f
2 changed files with 8 additions and 8 deletions

View File

@ -346,17 +346,9 @@
- event: pull_request
action: comment
comment: (?i)^\s*recheck\s*$
start:
github:
status: pending
comment: false
success:
github:
status: 'success'
mysql:
failure:
github:
status: 'failure'
mysql:
# Don't report merge-failures to github
merge-failure:

View File

@ -29,6 +29,14 @@
default-branch: devel
third-party-check:
jobs:
- openstacksdk-ansible-devel-functional-devstack:
branches: devel
files:
- ^lib/ansible/modules/cloud/openstack/.*
- ^contrib/inventory/openstack_inventory.py
- ^lib/ansible/plugins/inventory/openstack.py
- ^lib/ansible/module_utils/openstack.py
- ^lib/ansible/utils/module_docs_fragments/openstack.py
- openstacksdk-ansible-stable-2.6-functional-devstack:
branches: stable-2.6
files: