Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.18](backport #6902) [CI] [Integration tests] Enable ARM tests for common test groups #7116

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ steps:
- container

- label: "arm:sudo: {{matrix}}"
skip: true
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64' --build ${BUILDKITE_TRIGGERED_FROM_BUILD_ID}
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
Expand All @@ -159,15 +158,16 @@ steps:
- upgrade
- standalone-upgrade
- fleet
- fleet-endpoint-security
- fleet-airgapped
- fleet-airgapped-privileged
- fleet-privileged
- fleet-upgrade-to-pr-build
- install-uninstall
- fqdn
- deb
- container
# ARM tests are enabled for only selected groups in order to save resources
# - fleet-endpoint-security
# - fleet-airgapped
# - fleet-airgapped-privileged
# - fleet-privileged
# - fleet-upgrade-to-pr-build
# - install-uninstall
# - fqdn
# - deb
# - container

- label: "arm:non-sudo: {{matrix}}"
skip: true
Expand Down
Loading