Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trival: cleanup replay-verify workflow #14832

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

50 changes: 0 additions & 50 deletions testsuite/replay_verify_run_local.py

This file was deleted.

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

This file was deleted.

Loading