Skip to content

Commit

Permalink
trival: cleanup replay-verify workflow
Browse files Browse the repository at this point in the history
remove replay_verify.py and friends
  • Loading branch information
msmouse committed Oct 1, 2024
1 parent bbe2ba8 commit 476fe0e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 278 deletions.
1 change: 0 additions & 1 deletion .github/workflows/replay-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ on:
paths:
- ".github/workflows/replay-verify.yaml"
- ".github/workflows/workflow-run-replay-verify.yaml"
- "testsuite/replay_verify.py"
schedule:
- cron: "0 22 * * 0,2,4" # The main branch cadence. This runs every Sun,Tues,Thurs

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/workflow-run-replay-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
# which cleans up the target directory in its post action
path: |
aptos-debugger
testsuite/replay_verify.py
key: aptos-debugger-${{ inputs.GIT_SHA || github.sha }}

- name: Prepare for build if not cached
Expand Down Expand Up @@ -185,12 +184,11 @@ jobs:
matrix:
job_id: ${{ fromJson(needs.prepare.outputs.job_ids) }}
steps:
- name: Load cached aptos-debugger binary and replay_verify.py script
- name: Load cached aptos-debugger binary
uses: actions/cache/restore@v4
with:
path: |
aptos-debugger
testsuite/replay_verify.py
key: aptos-debugger-${{ inputs.GIT_SHA || github.sha }}
fail-on-cache-miss: true

Expand Down
250 changes: 0 additions & 250 deletions testsuite/replay_verify.py

This file was deleted.

24 changes: 0 additions & 24 deletions testsuite/replay_verify_test.py

This file was deleted.

0 comments on commit 476fe0e

Please sign in to comment.