4
4
DOCKER_REGISTRY : " docker.elastic.co"
5
5
VAULT_PATH : " kv/ci-shared/observability-ingest/cloud/gcp"
6
6
ASDF_MAGE_VERSION : 1.14.0
7
- ASDF_GOLANG_VERSION : 1.22.6
8
- ASDF_TERRAFORM_VERSION : 1.9.3
9
7
10
8
steps :
11
- - label : " Integration tests: packaging"
12
- key : " package-it"
13
- command : " .buildkite/scripts/steps/integration-package.sh"
14
- artifact_paths :
15
- - build/distributions/**
16
- agents :
17
- provider : " gcp"
18
- machineType : " n1-standard-8"
19
-
20
9
- label : Start ESS stack for integration tests
21
10
key : integration-ess
22
- depends_on :
23
- - package-it
11
+ env :
12
+ ASDF_TERRAFORM_VERSION : 1.9.2
24
13
command : |
25
14
#!/usr/bin/env bash
26
15
set -euo pipefail
@@ -32,124 +21,145 @@ steps:
32
21
image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.5"
33
22
useCustomGlobalHooks : true
34
23
35
- - group : " Stateful IT (Sudo): Ubuntu "
36
- key : integration-tests
24
+ - group : " Stateful: Windows "
25
+ key : integration-tests-win
37
26
depends_on :
38
- - package-it
39
27
- integration-ess
40
28
steps :
41
- - label : " Default"
42
- key : stateful-ubuntu-default-sudo
29
+ - label : " Win2022:sudo:{{matrix}}"
43
30
command : |
44
- buildkite-agent artifact download build/distributions/** . --step 'package-it'
45
- .buildkite/scripts/steps/integration_tests_tf_sudo.sh "default" "^(TestAPMConfig|TestDiagnosticsOptionalValues|TestIsolatedUnitsDiagnosticsOptionalValues|TestDiagnosticsCommand|TestIsolatedUnitsDiagnosticsCommand|TestEventLogFile|TestFakeComponent|TestFakeIsolatedUnitsComponent|TestOtelFileProcessing|TestOtelLogsIngestion|TestOtelAPMIngestion|TestPackageVersion)$$"
31
+ buildkite-agent artifact download build/distributions/** . --step 'package-it' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
32
+ .buildkite/scripts/integration-tests.ps1 {{matrix}} true
46
33
artifact_paths :
47
34
- build/**
35
+ - build/diagnostics/**
48
36
agents :
49
37
provider : " gcp"
50
- imageProject : elastic-images-qa
51
38
machineType : " n1-standard-8"
52
- image : " family/platform-ingest-elastic-agent-ubuntu-2204"
39
+ image : " family/platform-ingest-elastic-agent-windows-2022"
40
+ matrix :
41
+ - default
42
+ - fleet
43
+ - fleet-privileged
44
+ - upgrade
53
45
54
- - label : " Upgrade"
55
- key : stateful-ubuntu-upgrade-sudo
46
+ - label : " Win2022:non-sudo:{{matrix}}"
56
47
command : |
57
- buildkite-agent artifact download build/distributions/** . --step 'package-it'
58
- .buildkite/scripts/steps/integration_tests_tf_sudo.sh "upgrade" "^(TestUpgradeBrokenPackageVersion|TestStandaloneUpgradeWithGPGFallback|TestStandaloneUpgradeWithGPGFallbackOneRemoteFailing|TestStandaloneUpgradeRollback|TestStandaloneUpgradeRollbackOnRestarts|TestStandaloneUpgradeFailsWhenUpgradeIsInProgress|TestStandaloneUpgradeRetryDownload|TestStandaloneUpgradeSameCommit|TestStandaloneUpgrade|TestStandaloneUpgradeUninstallKillWatcher)$$"
48
+ buildkite-agent artifact download build/distributions/** . --step 'package-it' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
49
+ .buildkite/scripts/integration-tests.ps1 {{matrix}} false
59
50
artifact_paths :
60
51
- build/**
52
+ - build/diagnostics/**
61
53
agents :
62
54
provider : " gcp"
63
- imageProject : elastic-images-qa
64
55
machineType : " n1-standard-8"
65
- image : " family/platform-ingest-elastic-agent-ubuntu-2204"
56
+ image : " family/platform-ingest-elastic-agent-windows-2022"
57
+ matrix :
58
+ - default
66
59
67
- - label : " Fleet"
68
- key : stateful-ubuntu-fleet-sudo
60
+ - group : " Stateful:Ubuntu"
61
+ key : integration-tests-ubuntu
62
+ depends_on :
63
+ - integration-ess
64
+ steps :
65
+ - label : " x86_64:non-sudo: {{matrix}}"
69
66
command : |
70
- buildkite-agent artifact download build/distributions/** . --step 'package-it'
71
- ls -lah build/distributions/
72
- .buildkite/scripts/steps/integration_tests_tf_sudo.sh "fleet" "^(TestLongRunningAgentForLeaks|TestDelayEnroll|TestDelayEnrollUnprivileged|TestInstallAndCLIUninstallWithEndpointSecurity|TestInstallAndUnenrollWithEndpointSecurity|TestInstallWithEndpointSecurityAndRemoveEndpointIntegration|TestEndpointSecurityNonDefaultBasePath|TestEndpointSecurityUnprivileged|TestEndpointSecurityCannotSwitchToUnprivileged|TestEndpointLogsAreCollectedInDiagnostics|TestForceInstallOverProtectedPolicy|TestSetLogLevelFleetManaged|TestLogIngestionFleetManaged|TestMetricsMonitoringCorrectBinaries|TestEndpointAgentServiceMonitoring|TestMonitoringPreserveTextConfig|TestMonitoringLivenessReloadable|TestComponentBuildHashInDiagnostics|TestProxyURL|TestFleetManagedUpgradeUnprivileged)$$"
67
+ buildkite-agent artifact download build/distributions/** . --step 'package-it' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
68
+ .buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
73
69
artifact_paths :
74
70
- build/**
71
+ - build/diagnostics/**
75
72
agents :
76
73
provider : " gcp"
77
- imageProject : elastic-images-qa
78
74
machineType : " n1-standard-8"
79
- image : " family/platform-ingest-elastic-agent-ubuntu-2204"
75
+ image : " family/platform-ingest-elastic-agent-ubuntu-2404"
76
+ matrix :
77
+ - default
80
78
81
- - label : " FQDN"
82
- key : stateful-ubuntu-fqdn-sudo
79
+ - label : " x86_64:sudo: {{matrix}}"
83
80
command : |
84
- buildkite-agent artifact download build/distributions/** . --step 'package-it'
85
- ls -lah build/distributions/
86
- .buildkite/scripts/steps/integration_tests_tf_sudo.sh "fqdn" "^(TestFQDN)$$"
81
+ buildkite-agent artifact download build/distributions/** . --step 'package-it' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
82
+ .buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
87
83
artifact_paths :
88
84
- build/**
85
+ - build/diagnostics/**
89
86
agents :
90
87
provider : " gcp"
91
- imageProject : elastic-images-qa
92
88
machineType : " n1-standard-8"
93
- image : " family/platform-ingest-elastic-agent-ubuntu-2204"
89
+ image : " family/platform-ingest-elastic-agent-ubuntu-2404"
90
+ matrix :
91
+ - default
92
+ - container
93
+ - fleet-upgrade-to-pr-build
94
+ - upgrade
95
+ - fleet
96
+ - fqdn
97
+ - deb
98
+ - fleet-airgapped
99
+ - fleet-privileged
100
+ - fleet-airgapped-privileged
94
101
95
- - label : " Deb "
96
- key : stateful-ubuntu-deb-sudo
102
+ - label : " arm:sudo: {{matrix}} "
103
+ skip : true
97
104
command : |
98
- buildkite-agent artifact download build/distributions/** . --step 'package-it'
99
- ls -lah build/distributions/
100
- .buildkite/scripts/steps/integration_tests_tf_sudo.sh "deb" "^(TestDebLogIngestFleetManaged|TestDebFleetUpgrade)$$"
105
+ buildkite-agent artifact download build/distributions/** . --step 'package-it' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
106
+ .buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
101
107
artifact_paths :
102
108
- build/**
109
+ - build/diagnostics/**
103
110
agents :
104
- provider : " gcp"
105
- imageProject : elastic-images-qa
106
- machineType : " n1-standard-8"
107
- image : " family/platform-ingest-elastic-agent-ubuntu-2204"
111
+ provider : " aws"
112
+ imagePrefix : " platform-ingest-beats-ubuntu-2404-aarch64"
113
+ instanceType : " m6g.2xlarge"
114
+ matrix :
115
+ - default
116
+ - container
117
+ - fleet-upgrade-to-pr-build
118
+ - upgrade
119
+ - fleet
120
+ - fqdn
121
+ - deb
122
+ - fleet-airgapped
123
+ - fleet-privileged
124
+ - fleet-airgapped-privileged
108
125
109
- - label : " Fleet Airgapped "
110
- key : stateful-ubuntu-fleet-airgapped-sudo
126
+ - label : " arm:non-sudo: {{matrix}} "
127
+ skip : true
111
128
command : |
112
- buildkite-agent artifact download build/distributions/** . --step 'package-it'
113
- ls -lah build/distributions/
114
- .buildkite/scripts/steps/integration_tests_tf_sudo.sh "fleet-airgapped" "^(TestFleetAirGappedUpgradeUnprivileged)$$"
129
+ buildkite-agent artifact download build/distributions/** . --step 'package-it' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
130
+ .buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} false
115
131
artifact_paths :
116
132
- build/**
133
+ - build/diagnostics/**
117
134
agents :
118
- provider : " gcp"
119
- imageProject : elastic-images-qa
120
- machineType : " n1-standard-8"
121
- image : " family/platform-ingest-elastic-agent-ubuntu-2204"
135
+ provider : " aws"
136
+ imagePrefix : " platform-ingest-beats-ubuntu-2404-aarch64"
137
+ instanceType : " m6g.xlarge"
138
+ matrix :
139
+ - default
122
140
123
- - label : " Fleet Privileged"
124
- key : stateful-ubuntu-fleet-privileged-sudo
125
- command : |
126
- buildkite-agent artifact download build/distributions/** . --step 'package-it'
127
- ls -lah build/distributions/
128
- .buildkite/scripts/steps/integration_tests_tf_sudo.sh "fleet-privileged" "^(TestInstallFleetServerBootstrap|TestFleetManagedUpgradePrivileged)$$"
129
- artifact_paths :
130
- - build/**
131
- agents :
132
- provider : " gcp"
133
- imageProject : elastic-images-qa
134
- machineType : " n1-standard-8"
135
- image : " family/platform-ingest-elastic-agent-ubuntu-2204"
136
-
137
- - label : " Fleet Airgapped Privileged"
138
- key : stateful-ubuntu-fleet-airgapped-privileged-sudo
141
+ - group : " Stateful(Sudo):RHEL8"
142
+ key : integration-tests-rhel8
143
+ depends_on :
144
+ - integration-ess
145
+ steps :
146
+ - label : " x86_64:sudo:rpm"
139
147
command : |
140
- buildkite-agent artifact download build/distributions/** . --step 'package-it'
141
- ls -lah build/distributions/
142
- .buildkite/scripts/steps/integration_tests_tf_sudo.sh "fleet-airgapped-privileged" "^(TestFleetAirGappedUpgradePrivileged)$$"
148
+ buildkite-agent artifact download build/distributions/** . --step 'package-it' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
149
+ .buildkite/scripts/steps/integration_tests_tf.sh rpm true
143
150
artifact_paths :
144
151
- build/**
152
+ - build/diagnostics/**
145
153
agents :
146
154
provider : " gcp"
147
- imageProject : elastic-images-qa
148
155
machineType : " n1-standard-8"
149
- image : " family/platform-ingest-elastic-agent-ubuntu-2204 "
156
+ image : " family/platform-ingest-elastic-agent-rhel-8 "
150
157
151
158
- label : ESS stack cleanup
152
- depends_on : integration-tests
159
+ depends_on :
160
+ - integration-tests-ubuntu
161
+ - integration-tests-win
162
+ - integration-tests-rhel8
153
163
allow_dependency_failure : true
154
164
command : |
155
165
buildkite-agent artifact download "test_infra/ess/**" . --step "integration-ess"
@@ -158,3 +168,26 @@ steps:
158
168
agents :
159
169
image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.5"
160
170
useCustomGlobalHooks : true
171
+
172
+ - label : Aggregate test reports
173
+ # Warning: The key has a hook in pre-command
174
+ key : aggregate-reports
175
+ depends_on :
176
+ - integration-tests-ubuntu
177
+ - integration-tests-win
178
+ - integration-tests-rhel8
179
+ allow_dependency_failure : true
180
+ command : |
181
+ buildkite-agent artifact download "build/*.xml" .
182
+ buildkite-agent artifact download "build\*.xml" .
183
+ agents :
184
+ image : " docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:0.5"
185
+ useCustomGlobalHooks : true
186
+ soft_fail :
187
+ - exit_status : " *"
188
+ plugins :
189
+ - test-collector#v1.10.1:
190
+ files : " build/*.xml"
191
+ format : " junit"
192
+ branches : " main"
193
+ debug : true
0 commit comments