Skip to content

[WIP] Add snapshot checker workflow#80

Closed
Copilot wants to merge 1 commit into
mainfrom
copilot/add-snapshot-checker-workflow
Closed

[WIP] Add snapshot checker workflow#80
Copilot wants to merge 1 commit into
mainfrom
copilot/add-snapshot-checker-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 2, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

Create a pull request in dappnode/DAppNodePackage-geth-generic against main to add/update .github/workflows/snapshot_check.yml implementing the Snapshot Checker workflow.

Set environment variable EXECUTION_CLIENT to geth.

Workflow content must be:

name: Snapshot Checker

on:
  schedule:
    - cron: '0 */6 * * *'
  workflow_dispatch:

jobs:
  snapshot-check-docker:
    runs-on: staking-test-hoodi
    steps:
      - name: Run Snapshot Checker (Docker)
        run: |
          docker run --rm --pull=always \
            -v /var/run/docker.sock:/var/run/docker.sock \
            -v /var/lib/docker/volumes:/var/lib/docker/volumes \
            -e EXECUTION_CLIENT='geth' \
            -e NETWORK=hoodi \
            -e LOG_LEVEL=debug \
            ghcr.io/dappnode/staker-test-util/snapshot-checker:latest

If the file already exists, update only EXECUTION_CLIENT as needed and keep the rest consistent.

PR title: Add snapshot checker workflow.
PR body: mention that the workflow runs the snapshot checker Docker image on a schedule and that EXECUTION_CLIENT=geth.

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants