Skip to content

Commit

Permalink
test for spot as well
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Sep 4, 2024
1 parent 83d3f6d commit f75fbcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
# - "warpdev-ubuntu-2404-x64-32x;wb.snapshot.key=wb-pocketbase-snp-bm-0"
- "warpdev-ubuntu-2404-x64-2x"
- "warpdev-ubuntu-latest-arm64-2x"
- "warpdev-ubuntu-2404-x64-2x-spot"
- "warpdev-ubuntu-latest-arm64-2x-spot"
# - "warpdev-ubuntu-2404-x64-4x"
# - "warpdev-ubuntu-2404-x64-8x"
# - "warpdev-ubuntu-2404-x64-16x"
Expand Down Expand Up @@ -101,4 +103,4 @@ jobs:
warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1"
wait-timeout-minutes: 30
fail-on-error: "false"
alias: "wb-pocketbase-snp-${{ contains(matrix.runners, 'arm') && 'arm' || 'x64' }}-0"
alias: "wb-pocketbase-snp-${{ contains(matrix.runners, 'arm') && 'arm' || 'x64' }}-${{ contains(matrix.runners, 'spot') && 'spot' || 'ondemand' }}-0"

0 comments on commit f75fbcd

Please sign in to comment.