[serverless] Remove manual gate in Prod quality gate (#168474)

This commit is contained in:
Thomas Watson 2023-10-13 15:39:56 +02:00 committed by GitHub
parent 594705aef1
commit 5fc8429065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,11 +24,3 @@ steps:
REGION_ID: aws-us-east-1
NAME_PREFIX: ci_test_kibana-promotion_
message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-production.yaml)"
- wait: ~
- label: ":judge::seedling: Trigger Manual Tests Phase"
command: "make -C /agent trigger-manual-verification-phase"
if: build.branch == "main"
agents:
image: "docker.elastic.co/ci-agent-images/manual-verification-agent:0.0.2"