Skip to content

fullnode-fast-testnet-stable #18

fullnode-fast-testnet-stable

fullnode-fast-testnet-stable #18

# This workflow runs a public fullnode using the `testnet` branch,
# connects the public fullnode to `testnet` and synchronizes the
# node using fast syncing to verify that nothing has been broken.
name: "fullnode-fast-testnet-stable"
on:
workflow_dispatch:
schedule:
- cron: "30 3 */3 * *" # Once every three days, at 03:30 (UTC)
permissions:
contents: read
id-token: write
actions: write #required for workflow cancellation via check-aptos-core
jobs:
check-repo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aptos-labs/aptos-core/.github/actions/check-aptos-core@main
with:
cancel-workflow: ${{ github.event_name == 'schedule' }} # Cancel the workflow if it is scheduled on a fork
fullnode-fast-testnet-stable:
needs: check-repo
uses: ./.github/workflows/run-fullnode-sync.yaml
secrets: inherit
with:
TEST_NAME: fullnode-fast-testnet-stable
GIT_REF: testnet
NETWORK: testnet
BOOTSTRAPPING_MODE: DownloadLatestStates
CONTINUOUS_SYNCING_MODE: ExecuteTransactions