Skip to content

Commit

Permalink
test byoc
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantRaj18198 authored Sep 4, 2024
1 parent f27ff13 commit 65ab5f3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
# - "warpdev-ubuntu-2404-x64-8x;wb.snapshot.key=wb-pocketbase-snp-bm-0"
# - "warpdev-ubuntu-2404-x64-16x;wb.snapshot.key=wb-pocketbase-snp-bm-0"
# - "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-2x"
# - "warpdev-ubuntu-latest-arm64-2x"
# - "warpdev-ubuntu-2404-x64-2x-spot"
# - "warpdev-ubuntu-latest-arm64-2x-spot"
- "warpdev-custom-validteststack-staticip-ondemand"
# - "warpdev-ubuntu-2404-x64-4x"
# - "warpdev-ubuntu-2404-x64-8x"
Expand Down Expand Up @@ -101,7 +101,8 @@ jobs:
if: github.event_name == 'push'
uses: WarpBuilds/snapshot-save@feat/snp-rnr-action
with:
warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1"
# warpbuild-base-url: "https://api.dev.warpbuild.dev/api/v1"
warpbuild-base-url: "https://6c16-49-207-54-232.ngrok-free.app/api/v1"
wait-timeout-minutes: 30
fail-on-error: "false"
alias: "wb-pocketbase-snp-${{ contains(matrix.runners, 'arm') && 'arm' || 'x64' }}-${{ contains(matrix.runners, 'custom') && 'custom' || contains(matrix.runners, 'spot') && 'spot' || 'ondemand' }}-0"

0 comments on commit 65ab5f3

Please sign in to comment.