Remove third-party-check pipeline

This is being moved to the zuul tenant, as our first job using it
will be there.

Change-Id: I05d027900a7ae252554a69d1554254f67014e950
This commit is contained in:
James E. Blair 2019-10-14 08:30:46 -07:00
parent fb503b7ac5
commit 9e4977cad4
1 changed files with 0 additions and 41 deletions

View File

@ -162,44 +162,3 @@
failure:
gerrit: {}
mysql:
- pipeline:
name: third-party-check
description: |
Newly uploaded patchsets to external projects enter this
pipeline to receive an initial +/-1 Verified vote.
manager: independent
trigger:
googlesource:
- event: pending-check
scheme: 'opendev-zuul-third-party-check'
enqueue:
googlesource:
checks_api:
scheme: 'opendev-zuul-third-party-check'
state: SCHEDULED
message: 'Change has been enqueued in check'
start:
googlesource:
checks_api:
scheme: 'opendev-zuul-third-party-check'
state: RUNNING
message: 'Jobs have started running'
no-jobs:
googlesource:
checks_api:
scheme: 'opendev-zuul-third-party-check'
state: NOT_RELEVANT
message: 'Project has no jobs configured'
success:
googlesource:
checks_api:
scheme: 'opendev-zuul-third-party-check'
state: SUCCESSFUL
message: 'Change passed all voting jobs'
failure:
googlesource:
checks_api:
scheme: 'opendev-zuul-third-party-check'
state: FAILED
message: 'Change failed'