* Add kibanamachine support to Github PR comments
* Temporary commit for quick successful pipeline
* Only delete the last comment if it was made by kibanamachine
* Revert "Temporary commit for quick successful pipeline"
This reverts commit d31f579697.
* [failed_tests_cli] update reports with links to github issues (#52048)
* [failed_tests_cli] update reports with links to github issues
* reorder test report hooks so that published Junit includes modified reports
* force failures and enable dry-run mode for debugging
* auto-switch to --dry-run when running in non-tracked branches/prs
* add --skip-junit-update flag to skip mutating the reports
* remove comma after URL to support auto-linking in Jenkins
* Revert "force failures and enable dry-run mode for debugging"
This reverts commit ac0c287a3f.
* fix method call
* extend TestResult to include relevence flag rather than wrapping
* fix createFailureIssue() tests
* make report messages more consistent, append when not dry-run
* rename module
* update snapshots to not contain valid xml
* don't send authorization header if no token defined
* merge with master modified fixtures
* [ci/reportFailures] --dry-run is overloaded, split it up (#52314)
* [ci/reportFailures] --dry-run is overloaded, split it up
* force some failures to verify the fix
* Revert "force some failures to verify the fix"
This reverts commit cf2a58e139.
* update readme to mention new flags
* remove unnecessary commas
(cherry picked from commit 8e8571bae0)
* use more explicit typeguard for TS 3.5
* Experimenting with delay in test startup (#51459)
* Experimenting with delay in test startup
* Move firefox tests sooner becuase they take a long time to run
* Move functional test parallel process delay to a spot that should work better for flaky test runner
* Fix Jenkinsfile
* Revert "Revert "Add pipeline for flaky test runner job (#46740)""
This reverts commit 7d96a13fad.
Also reconcile changes to Jenkinsfile since original revert happened
* Fix param parsing and add missed change
* Add missing variable