Skip to content

Commit

Permalink
fix: workaround for bug #144
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 12, 2024
1 parent 61b8594 commit 7ef3470
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ jobs:
uses: canonical/starflow/.github/workflows/lint-python.yaml@main
test:
uses: canonical/starflow/.github/workflows/test-python.yaml@main
with:
# Limiting to amd64 as a workaround for https://github.com/canonical/craft-archives/issues/144
# When fixing that bug, you can remove these entirely.
fast-test-platforms: '[["jammy", "amd64"], ["noble", "amd64"]]'
slow-test-platforms: '[["jammy", "amd64"]]'
lowest-python-platform: self-hosted-linux-amd64-jammy-large

0 comments on commit 7ef3470

Please sign in to comment.