Skip to content

Commit

Permalink
Generate docker images and dependency report in DRA ci job (#91545)
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby authored Nov 14, 2022
1 parent 34e8da6 commit 23bd5c5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .ci/jobs.t/elastic+elasticsearch+periodic+dra-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@
set +x
VAULT_TOKEN=$(vault write -field=token auth/approle/login role_id=$VAULT_ROLE_ID secret_id=$VAULT_SECRET_ID)
export VAULT_TOKEN
$WORKSPACE/.ci/scripts/run-gradle.sh buildReleaseArtifacts -Ddra.artifacts=true -Ddra.artifacts.dependency.beats=${BEATS_BUILD_ID} -Ddra.artifacts.dependency.ml-cpp=${ML_CPP_BUILD_ID}
$WORKSPACE/.ci/scripts/run-gradle.sh -Ddra.artifacts=true \
-Ddra.artifacts.dependency.beats=${BEATS_BUILD_ID} \
-Ddra.artifacts.dependency.ml-cpp=${ML_CPP_BUILD_ID} \
-Dcsv=build/distributions/build/distributions/dependencies-${ES_VERSION}-SNAPSHOT.csv \
buildReleaseArtifacts \
:distribution:docker:assemble \
:distribution:generateDependenciesReport
unset VAULT_TOKEN
set -x
$WORKSPACE/x-pack/plugin/sql/connectors/tableau/package.sh asm qualifier=-SNAPSHOT
Expand Down

0 comments on commit 23bd5c5

Please sign in to comment.