Commit graph

11 commits

Author SHA1 Message Date
Brian Seeders
896f058c10
[7.5] Elasticsearch snapshots automation (#53706) (#54152) 2020-01-07 14:59:27 -05:00
Brian Seeders
7cf3e9418c
[7.5] Add kibanamachine support to Github PR comments (#53852) (#53872)
* 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.
2019-12-31 21:42:23 -05:00
Brian Seeders
6696d3e825
[7.5] Print out agent debugging links during CI (#52812) (#52902) 2019-12-12 15:14:28 -05:00
Spencer
84667dfd25
[7.5] Add failure screenshot links to JUnit failures (#52449) (#52778)
* Add failure screenshot links to JUnit failures (#52449)

# Conflicts:
#	packages/kbn-test/src/failed_tests_reporter/add_messages_to_report.ts
#	packages/kbn-test/src/mocha/junit_report_generation.js

* fix type error

* fix require path
2019-12-11 22:06:41 -07:00
Spencer
6825a23d88
[7.5] [ci/pipeline/reportFailures] when aborted, run with --no… (#52424) 2019-12-06 14:23:21 -07:00
Spencer
ebc26fbda8
[7.5] [failed_tests_cli] update reports with links to github i… (#52304)
* [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
2019-12-05 17:25:12 -07:00
Brian Seeders
d917a4cc15
[7.5] Add PR comments to pipeline (#51504) (#52144) 2019-12-03 20:36:10 -05:00
Brian Seeders
ac66b9024f
[7.5] Experimenting with delay in test startup (#51459) (#52011)
* 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
2019-12-02 17:34:09 -05:00
Brian Seeders
d69b578768
[7.5] Add labels to shell scripts in Jenkins (#49657) (#50795) 2019-11-15 14:47:35 -05:00
Brian Seeders
f313cc2bda
[7.5] Retry git clone up to 8 times before failing a build (#5… (#50791) 2019-11-15 14:47:01 -05:00
Brian Seeders
f68a07222f
[7.5] Re-add pipeline for flaky test runner job (#48781) (#49906)
* 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
2019-11-15 11:56:19 -05:00