mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Observability] Add manual quality gate for Observability and update the version of the agent (#167502)
Adds a manual quality gate for Observability in the QA environment to execute manual tests. It also updates the version of the manual verification agent. --------- Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
7a9b3dfeff
commit
36b584f836
2 changed files with 19 additions and 7 deletions
|
@ -39,8 +39,21 @@ steps:
|
|||
|
||||
- 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"
|
||||
- group: "Kibana Release Manager"
|
||||
steps:
|
||||
- label: ":judge::seedling: Trigger Manual Tests Phase - Kibana Release Manager"
|
||||
command: "make -C /agent trigger-manual-verification-phase"
|
||||
env:
|
||||
USE_GROUP_LABEL: true
|
||||
agents:
|
||||
image: "docker.elastic.co/ci-agent-images/manual-verification-agent:0.0.4"
|
||||
|
||||
- group: "Observability"
|
||||
steps:
|
||||
- label: ":judge::seedling: Trigger Manual Tests Phase - Observability"
|
||||
command: "make -C /agent trigger-manual-verification-phase"
|
||||
env:
|
||||
NOTIFICATION_APPENDIX: "<!subteam^S060GJFKGGP> please execute your manual testing plan."
|
||||
USE_GROUP_LABEL: true
|
||||
agents:
|
||||
image: "docker.elastic.co/ci-agent-images/manual-verification-agent:0.0.4"
|
||||
|
|
|
@ -25,6 +25,5 @@ steps:
|
|||
|
||||
- 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"
|
||||
image: "docker.elastic.co/ci-agent-images/manual-verification-agent:0.0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue