[QA][Code Coverage] Ingest the correct id for the ci job (#129622)

Resolves: https://github.com/elastic/kibana/issues/129617

Use the build number instead of the uuid.
This commit is contained in:
Tre 2022-04-11 16:31:46 +01:00 committed by GitHub
parent 1bdae99180
commit d7114900f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,4 +52,4 @@ echo "--- Upload coverage static site"
.buildkite/scripts/steps/code_coverage/reporting/uploadStaticSite.sh
echo "--- Ingest results to Kibana stats cluster"
.buildkite/scripts/steps/code_coverage/reporting/ingestData.sh 'elastic+kibana+code-coverage' ${BUILDKITE_BUILD_ID} ${BUILDKITE_BUILD_URL} ${previousSha} 'src/dev/code_coverage/ingest_coverage/team_assignment/team_assignments.txt'
.buildkite/scripts/steps/code_coverage/reporting/ingestData.sh 'elastic+kibana+code-coverage' ${BUILDKITE_BUILD_NUMBER} ${BUILDKITE_BUILD_URL} ${previousSha} 'src/dev/code_coverage/ingest_coverage/team_assignment/team_assignments.txt'