We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7816187 commit 651320bCopy full SHA for 651320b
.github/workflows/jepsen.yml
@@ -23,7 +23,9 @@ jobs:
23
jepsen:
24
# Requires a runner with KVM support (e.g. larger GitHub runners or metal) for decent performance.
25
# Standard ubuntu-latest might fall back to QEMU TCG (very slow) or fail if kvm driver is forced.
26
- runs-on: ubuntu-latest
+ # runs-on: ubuntu-latest
27
+ runs-on: [self-hosted]
28
+
29
timeout-minutes: 120
30
steps:
31
- name: Checkout
@@ -95,4 +97,4 @@ jobs:
95
97
uses: actions/upload-artifact@v4
96
98
with:
99
name: jepsen-results
- path: artifacts/results.tgz
100
+ path: artifacts/results.tgz
0 commit comments