Skip to content

Commit 9918f90

Browse files
pazonemergify[bot]
authored andcommittedFeb 28, 2025
[CI] [Integration tests] Enable ARM tests for common test groups (#6902)
* [CI] [Integration tests] Enable ARM tests for common test groups * Added a comment * [CI] Added .buildkite/bk.integration.pipeline.yml to extended trigger paths (cherry picked from commit 694cec8)
1 parent c07e285 commit 9918f90

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
 

‎.buildkite/bk.integration.pipeline.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ steps:
143143
- container
144144

145145
- label: "arm:sudo: {{matrix}}"
146-
skip: true
147146
command: |
148147
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
149148
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
@@ -159,15 +158,16 @@ steps:
159158
- upgrade
160159
- standalone-upgrade
161160
- fleet
162-
- fleet-endpoint-security
163-
- fleet-airgapped
164-
- fleet-airgapped-privileged
165-
- fleet-privileged
166-
- fleet-upgrade-to-pr-build
167-
- install-uninstall
168-
- fqdn
169-
- deb
170-
- container
161+
# ARM tests are enabled for only selected groups in order to save resources
162+
# - fleet-endpoint-security
163+
# - fleet-airgapped
164+
# - fleet-airgapped-privileged
165+
# - fleet-privileged
166+
# - fleet-upgrade-to-pr-build
167+
# - install-uninstall
168+
# - fqdn
169+
# - deb
170+
# - container
171171

172172
- label: "arm:non-sudo: {{matrix}}"
173173
skip: true

0 commit comments

Comments
 (0)