Skip to content

Failing test: X-Pack Cloud Security Posture Functional Tests.x-pack/test/cloud_security_posture_functional/pages/cis_integration·ts - Cloud Security Posture Test adding Cloud Security Posture Integrations CIS_GCP Single Users are able to switch credentials_type from/to Credential File fields #76993

Failing test: X-Pack Cloud Security Posture Functional Tests.x-pack/test/cloud_security_posture_functional/pages/cis_integration·ts - Cloud Security Posture Test adding Cloud Security Posture Integrations CIS_GCP Single Users are able to switch credentials_type from/to Credential File fields

Failing test: X-Pack Cloud Security Posture Functional Tests.x-pack/test/cloud_security_posture_functional/pages/cis_integration·ts - Cloud Security Posture Test adding Cloud Security Posture Integrations CIS_GCP Single Users are able to switch credentials_type from/to Credential File fields #76993

on:
issues:
types:
- labeled
jobs:
issue_commented:
name: Label failed test issue
if: |
!github.event.issue.pull_request
&& github.event.label.name == 'failed-test'
runs-on: ubuntu-latest
steps:
- name: Checkout kibana-operations
uses: actions/checkout@v2
with:
repository: 'elastic/kibana-operations'
ref: main
path: ./kibana-operations
token: ${{secrets.KIBANAMACHINE_TOKEN}}
- name: Label failed test issue
working-directory: ./kibana-operations/triage
env:
GITHUB_TOKEN: ${{secrets.KIBANAMACHINE_TOKEN}}
run: |
npm install
node failed-test-label ${{github.event.issue.number}} || true