Skip to content

Commit

Permalink
complete refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nurturenature committed Aug 22, 2024
1 parent b94f374 commit d8b9bf9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 38 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/active-active-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,3 @@ on:
jobs:
active-active-matrix:
uses: nurturenature/jepsen-powersync/.github/workflows/run-jepsen-tests.yml@main
with:
workloads: >
[ 'powersync' ]
backend-connectors: >
[ 'CrudTransactionConnector']
nemeses: >
[ 'none' ]
rates: >
[ '10', '20', '30', '40', '50' ]
time-limits: >
['100', '200', '300', '400', '500' ]
cli-opts: >
'--nodes n1,n2,n3,n4,n5 --postgres-nodes n1'
8 changes: 0 additions & 8 deletions .github/workflows/convergence-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,3 @@ jobs:
with:
workloads: >
[ 'convergence' ]
backend-connectors: >
[ 'CrudTransactionConnector']
nemeses: >
[ 'none' ]
rates: >
[ '25', '50', '75', '100' ]
time-limits: >
['30', '60', '100' ]
2 changes: 1 addition & 1 deletion .github/workflows/disconnect-connect-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
disconnect-connect-matrix:
uses: nurturenature/jepsen-powersync/.github/workflows/run-jepsen-tests.yml@refactor-actions
uses: nurturenature/jepsen-powersync/.github/workflows/run-jepsen-tests.yml@main
with:
nemeses: >
[ 'disconnect-connect' ]
8 changes: 0 additions & 8 deletions .github/workflows/partition-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,5 @@ jobs:
partition-matrix:
uses: nurturenature/jepsen-powersync/.github/workflows/run-jepsen-tests.yml@main
with:
workloads: >
[ 'powersync' ]
backend-connectors: >
[ 'CrudTransactionConnector']
nemeses: >
[ 'partition-sync' ]
rates: >
[ '25', '50', '75', '100' ]
time-limits: >
['60', '120', '180' ]
8 changes: 0 additions & 8 deletions .github/workflows/pause-kill-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,5 @@ jobs:
pause-kill-matrix:
uses: nurturenature/jepsen-powersync/.github/workflows/run-jepsen-tests.yml@main
with:
workloads: >
[ 'powersync' ]
backend-connectors: >
[ 'CrudTransactionConnector']
nemeses: >
[ 'pause', 'kill' ]
rates: >
[ '25', '50', '75', '100' ]
time-limits: >
['60', '120', '180' ]

0 comments on commit d8b9bf9

Please sign in to comment.