File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 15
15
# this material is strictly forbidden unless prior written
16
16
# permission is obtained from Elasticsearch B.V.
17
17
18
- set -eux
18
+ set -eu
19
19
20
20
_SELF=$( dirname $0 )
21
21
source " ${_SELF} /../common.sh"
Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ set -euo pipefail
3
3
4
4
source .buildkite/scripts/common.sh
5
5
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
+
6
12
export SNAPSHOT=" true"
7
13
export EXTERNAL=" true"
8
14
export USE_PACKAGE_VERSION=" true"
Original file line number Diff line number Diff line change 7
7
# Sub-directories/files ownership. Remember that order matters; the last matching pattern takes the most precedence.
8
8
/.buildkite @ elastic/elastic-agent-control-plane @ elastic/observablt-ci
9
9
/.ci @ elastic/elastic-agent-control-plane @ elastic/observablt-ci
10
+ /.ci /scripts /ecp-internal-release.sh @ elastic/elastic-agent-control-plane
10
11
/.ci /scripts /update-otel.sh @ elastic/elastic-agent-control-plane
11
12
/.github @ elastic/elastic-agent-control-plane @ elastic/observablt-ci
12
13
/.github /CODEOWNERS @ elastic/ingest-tech-lead
You can’t perform that action at this time.
0 commit comments