Skip to content

Commit

Permalink
do not zip+upload jest twice
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Jan 28, 2021
1 parent ec8e877 commit 71b7b0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vars/kibanaCoverage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ def generateReports(title) {
. src/dev/code_coverage/shell_scripts/fix_html_reports_parallel.sh
. src/dev/code_coverage/shell_scripts/merge_functional.sh
. src/dev/code_coverage/shell_scripts/copy_jest_report.sh
# zip combined reports
tar -czf kibana-coverage.tar.gz target/kibana-coverage/**/*
# zip functional combined report
tar -czf kibana-functional-coverage.tar.gz target/kibana-coverage/functional/*
""", title)
}

Expand All @@ -163,7 +163,7 @@ def uploadCombinedReports() {

kibanaPipeline.uploadGcsArtifact(
"kibana-ci-artifacts/jobs/${env.JOB_NAME}/${BUILD_NUMBER}/coverage/combined",
'kibana-coverage.tar.gz'
'kibana-functional-coverage.tar.gz'
)
}

Expand Down

0 comments on commit 71b7b0f

Please sign in to comment.