Skip to content

Commit

Permalink
[CI] [Integration tests] Enable ARM tests for common test groups (ela…
Browse files Browse the repository at this point in the history
…stic#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
  • Loading branch information
pazone authored Feb 28, 2025
1 parent 5d91620 commit 694cec8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ steps:
- container

- label: "arm:sudo: {{matrix}}"
skip: true
command: |
buildkite-agent artifact download build/distributions/** . --step 'packaging-ubuntu-arm64'
.buildkite/scripts/steps/integration_tests_tf.sh {{matrix}} true
Expand All @@ -177,15 +176,16 @@ steps:
- upgrade-flavor
- 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

0 comments on commit 694cec8

Please sign in to comment.