Skip to content

Commit

Permalink
Add BUILDKITE_ANALYTICS_TOKEN in fips-e2e-test step
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila committed Mar 5, 2025
1 parent 3b8d818 commit b6b2df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi

# BK analytics
if [[ "$BUILDKITE_PIPELINE_SLUG" == "fleet-server" ]]; then
if [[ "$BUILDKITE_STEP_KEY" == "int-test" || "$BUILDKITE_STEP_KEY" == "e2e-test" ]]; then
if [[ "$BUILDKITE_STEP_KEY" == "int-test" || "$BUILDKITE_STEP_KEY" == "e2e-test" || "$BUILDKITE_STEP_KEY" == "fips-e2e-test" ]]; then
echo "--- Prepare BK test analytics token :vault:"
BUILDKITE_ANALYTICS_TOKEN=$(vault kv get -field token kv/ci-shared/platform-ingest/buildkite_fleet_server_analytics_token)
export BUILDKITE_ANALYTICS_TOKEN
Expand Down

0 comments on commit b6b2df7

Please sign in to comment.