new file used by Kibana QA team to pull PRs for testing (#130411)

* new file used by Kibana QA team to pull PRs for testing

* moved file

* updated with more labels to exclude

* added readme

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Lee Drengenberg 2022-04-25 17:10:15 -05:00 committed by GitHub
parent 414ad78ffa
commit 4e39685c01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 148 additions and 0 deletions

13
src/dev/prs/README.md Normal file
View file

@ -0,0 +1,13 @@
# Pulling a list of PRs
This folder contains files used to pull lists of Kibana PRs for release testing.
`scripts/download_pr_list.js` is the cli wrapper.
You must have a `GITHUB_TOKEN` either set in your environment or on command line like
`GITHUB_TOKEN=<your token here> node scripts/download_pr_list.js`
Run it with `--help` or without arguments for help.
`kibana_qa_pr_list.json` is the file currently used by the Kibana QA team and also serves as an example.

View file

@ -0,0 +1,135 @@
{
"include": [
"v8.3.0"
],
"exclude": [
"v8.2.0",
"v8.1.3",
"v8.1.2",
"v8.1.1",
"v8.1.0",
"v8.0.1",
"v8.0.0",
"v7.17.3",
"v7.17.2",
"v7.17.1",
"v7.17.0",
"v7.16.3",
"v7.16.2",
"v7.16.1",
"v7.16.0",
"v7.15.3",
"v7.15.2",
"v7.15.1",
"v7.15.0",
"v7.14.3",
"v7.14.2",
"v7.14.1",
"v7.14.0",
"v7.13.3",
"v7.13.2",
"v7.13.1",
"v7.13.0",
"v7.12.3",
"v7.12.2",
"v7.12.1",
"v7.12.0",
"v7.11.3",
"v7.11.2",
"v7.11.1",
"v7.11.0",
"v7.10.3",
"v7.10.2",
"v7.10.1",
"v7.10.0",
"v7.9.3",
"v7.9.2",
"v7.9.1",
"v7.9.0",
"v7.8.3",
"v7.8.2",
"v7.8.1",
"v7.8.0",
"v7.7.3",
"v7.7.2",
"v7.7.1",
"v7.7.0",
"v7.6.3",
"v7.6.2",
"v7.6.1",
"v7.6.0",
"v7.5.3",
"v7.5.2",
"v7.5.1",
"v7.5.0",
"v7.4.3",
"v7.4.2",
"v7.4.1",
"v7.4.0",
"v7.3.3",
"v7.3.2",
"v7.3.1",
"v7.3.0",
"v7.2.3",
"v7.2.2",
"v7.2.1",
"v7.2.0",
"v7.1.3",
"v7.1.2",
"v7.1.1",
"v7.1.0",
"v7.0.3",
"v7.0.2",
"v7.0.1",
"v7.0.0",
":ml",
"Feature:Anomaly Detection",
"Feature:Detections",
"Feature:Endpoint",
"Feature:Observability Landing - Milestone 1",
"Feature:Osquery",
"Feature:Transforms",
"Synthetics",
"Team: AWL: Platform",
"Team: Actionable Observability",
"Team: CTI",
"Team: SecuritySolution",
"Team:Asset Management",
"Team:Cloud Security Posture",
"Team:Detection Alerts",
"Team:Detection Rules",
"Team:Detections and Resp",
"Team:Docs",
"Team:Elasticsearch UI",
"Team:Endpoint Data Visibility",
"Team:Endpoint Management",
"Team:Endpoint Response",
"Team:EnterpriseSearch",
"Team:Fleet",
"Team:Infra Monitoring UI",
"Team:Ingest Management",
"Team:Observability",
"Team:Onboarding and Lifecycle Mgt",
"Team:Operations",
"Team:QA",
"Team:ResponseOps",
"Team:SIEM",
"Team:Security Solution Platform",
"Team:Security",
"Team:Threat Hunting",
"Team:Threat Hunting:Explore",
"Team:Threat Hunting:Investigations",
"Team:WorkplaceSearch",
"Team:WorkplaceSearch",
"Team:apm",
"Team:logs-metrics-ui",
"Team:uptime",
"bump",
"docs",
"failed-test",
"Feature:Unit Testing",
"Feature:Functional Testing",
"test_xpack_functional"
]
}