mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[7.x] [ci/pipeline/reportFailures] when aborted, run with --no… (#52423)
This commit is contained in:
parent
3b71c461e4
commit
1e812b25c2
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