mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[7.5] [ci/pipeline/reportFailures] when aborted, run with --no… (#52424)
This commit is contained in:
parent
d1115a335b
commit
6825a23d88
1 changed files with 4 additions and 1 deletions
|
@ -262,10 +262,13 @@ def buildXpack() {
|
|||
}
|
||||
|
||||
def runErrorReporter() {
|
||||
def status = buildUtils.getBuildStatus()
|
||||
def dryRun = status != "ABORTED" ? "" : "--no-github-update"
|
||||
|
||||
bash(
|
||||
"""
|
||||
source src/dev/ci_setup/setup_env.sh
|
||||
node scripts/report_failed_tests
|
||||
node scripts/report_failed_tests ${dryRun}
|
||||
""",
|
||||
"Report failed tests, if necessary"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue