Skip to content

Commit 883810e

Browse files
committed
ci: temporarily test only on amd64
1 parent d090937 commit 883810e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/qa.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ jobs:
1515
test:
1616
uses: canonical/starflow/.github/workflows/test-python.yaml@main
1717
with:
18+
fast-test-platforms: '[["jammy", "amd64"], ["noble", "amd64"]]'
19+
slow-test-platforms: '[["jammy", "amd64"], ["noble", "amd64"]]'
20+
lowest-python-platform: '["jammy", "amd64"]'
1821
fast-test-python-versions: '["3.10", "3.12"]'
22+
slow-test-python-versions: '["3.10", "3.12"]'
23+
lowest-python-version: "3.10"

0 commit comments

Comments
 (0)