Skip to content

Commit fc86fd1

Browse files
committed
Cleanups from code review.
1 parent 7f435e4 commit fc86fd1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.buildkite/scripts/steps/ecp-internal-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# this material is strictly forbidden unless prior written
1616
# permission is obtained from Elasticsearch B.V.
1717

18-
set -eux
18+
set -eu
1919

2020
_SELF=$(dirname $0)
2121
source "${_SELF}/../common.sh"

.buildkite/scripts/steps/integration-package.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ set -euo pipefail
33

44
source .buildkite/scripts/common.sh
55

6+
# This script is not only used by integration CI, but also the agentless release pipeline to build the docker images
7+
# that get released to serverless. USE_PACKAGE_VERSION is important here for both CI and agentless, as it validates
8+
# that the components bundled to serverless are the same components that the CI validated.
9+
#
10+
# Making a change here can affect the released images to agentless, so be cautious.
11+
612
export SNAPSHOT="true"
713
export EXTERNAL="true"
814
export USE_PACKAGE_VERSION="true"

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Sub-directories/files ownership. Remember that order matters; the last matching pattern takes the most precedence.
88
/.buildkite @elastic/elastic-agent-control-plane @elastic/observablt-ci
99
/.ci @elastic/elastic-agent-control-plane @elastic/observablt-ci
10+
/.ci/scripts/ecp-internal-release.sh @elastic/elastic-agent-control-plane
1011
/.ci/scripts/update-otel.sh @elastic/elastic-agent-control-plane
1112
/.github @elastic/elastic-agent-control-plane @elastic/observablt-ci
1213
/.github/CODEOWNERS @elastic/ingest-tech-lead

0 commit comments

Comments
 (0)