Skip to content

Commit

Permalink
[project-deploy] Remove observability deploy (elastic#189762)
Browse files Browse the repository at this point in the history
This is managed out of band.
  • Loading branch information
jbudz authored Aug 2, 2024
1 parent 004ba7a commit b809a9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/scripts/steps/serverless/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ if is_pr_with_label "ci:project-deploy-observability" ; then
# Only deploy observability if the PR is targeting main
if [[ "$BUILDKITE_PULL_REQUEST_BASE_BRANCH" == "main" ]]; then
create_github_issue_oblt_test_environments
echo "--- Deploy observability with Kibana CI"
deploy "observability"
buildkite-agent annotate --context obl-test-info --style info 'See linked [Deploy Serverless Kibana] issue in pull request for project deployment information'
fi
fi
is_pr_with_label "ci:project-deploy-security" && deploy "security"
Expand Down

0 comments on commit b809a9a

Please sign in to comment.