Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add header in buildkite output
  • Loading branch information
mrodm committed May 7, 2025
commit 5bd8746fcb33112e2a641c2e6f0046fc40bda056
4 changes: 2 additions & 2 deletions .buildkite/scripts/cloud-cleanup-oidc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ cloud_reaper_aws() {
echo "--- Configuring ephemeral user"
create_aws_ephemeral_user

echo "Validating configuration"
echo "--- Validating configuration"
docker run --rm -v "$(pwd)/.buildkite/configs/cleanup.aws.yml":/etc/cloud-reaper/config.yml \
-e AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID_EPHEMERAL" \
-e AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY_EPHEMERAL" \
Expand All @@ -111,7 +111,7 @@ cloud_reaper_aws() {
--config /etc/cloud-reaper/config.yml \
validate

echo "Scanning resources"
echo "--- Scanning resources"
docker run --rm -v "$(pwd)/.buildkite/configs/cleanup.aws.yml":/etc/cloud-reaper/config.yml \
-e AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID_EPHEMERAL" \
-e AWS_SECRET_ACCESS_KEY="$AWS_SECRET_ACCESS_KEY_EPHEMERAL" \
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/scripts/cloud-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ any_resources_to_delete() {
}

cloud_reaper_aws() {
echo "Validating configuration"
echo "--- Validating configuration"
docker run --rm -v "$(pwd)/.buildkite/configs/cleanup.aws.yml":/etc/cloud-reaper/config.yml \
-e AWS_SECRET_ACCESS_KEY="${ELASTIC_PACKAGE_AWS_SECRET_KEY}" \
-e AWS_ACCESS_KEY_ID="${ELASTIC_PACKAGE_AWS_ACCESS_KEY}" \
Expand All @@ -77,7 +77,7 @@ cloud_reaper_aws() {
--config /etc/cloud-reaper/config.yml \
validate

echo "Scanning resources"
echo "--- Scanning resources"
docker run --rm -v "$(pwd)/.buildkite/configs/cleanup.aws.yml":/etc/cloud-reaper/config.yml \
-e AWS_SECRET_ACCESS_KEY="${ELASTIC_PACKAGE_AWS_SECRET_KEY}" \
-e AWS_ACCESS_KEY_ID="${ELASTIC_PACKAGE_AWS_ACCESS_KEY}" \
Expand Down