Skip to content

Commit 55b77b8

Browse files
authored
ci: enable integration tests on arm64 (#921)
This runs the basic and LXD integration tests on Ubuntu ARM runners. It's a CI precursor to the work for CRAFT-4990.
1 parent 19f29e5 commit 55b77b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qa.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fast-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm", "macos-15-intel"]'
2424
fast-test-python-versions: '["3.10", "3.12", "3.13"]'
2525
# Slow tests (which include everything that needs multipass) run on several Ubuntu platforms
26-
slow-test-platforms: '["ubuntu-24.04"]'
26+
slow-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm"]'
2727
slow-test-python-versions: '["3.12"]'
2828
lowest-python-platform: "ubuntu-22.04"
2929
lowest-python-version: "3.10"
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
# All fast tests run in the basic job
3636
fast-test-platforms: "[]"
37-
slow-test-platforms: '["ubuntu-24.04"]'
37+
slow-test-platforms: '["ubuntu-24.04", "ubuntu-24.04-arm"]'
3838
slow-test-python-versions: '["3.12"]'
3939
lowest-python-platform: ""
4040
use-lxd: true

0 commit comments

Comments
 (0)