mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
obs: deploy serverless when targeting main only (#187741)
This commit is contained in:
parent
436ff94f2e
commit
1a6b1edf19
1 changed files with 6 additions and 3 deletions
|
@ -160,9 +160,12 @@ EOF
|
|||
|
||||
is_pr_with_label "ci:project-deploy-elasticsearch" && deploy "elasticsearch"
|
||||
if is_pr_with_label "ci:project-deploy-observability" ; then
|
||||
create_github_issue_oblt_test_environments
|
||||
echo "--- Deploy observability with Kibana CI"
|
||||
deploy "observability"
|
||||
# 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"
|
||||
fi
|
||||
fi
|
||||
is_pr_with_label "ci:project-deploy-security" && deploy "security"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue