Skip to content

Commit 651320b

Browse files
authored
Update jepsen.yml
1 parent 7816187 commit 651320b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/jepsen.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
jepsen:
2424
# Requires a runner with KVM support (e.g. larger GitHub runners or metal) for decent performance.
2525
# Standard ubuntu-latest might fall back to QEMU TCG (very slow) or fail if kvm driver is forced.
26-
runs-on: ubuntu-latest
26+
# runs-on: ubuntu-latest
27+
runs-on: [self-hosted]
28+
2729
timeout-minutes: 120
2830
steps:
2931
- name: Checkout
@@ -95,4 +97,4 @@ jobs:
9597
uses: actions/upload-artifact@v4
9698
with:
9799
name: jepsen-results
98-
path: artifacts/results.tgz
100+
path: artifacts/results.tgz

0 commit comments

Comments
 (0)