chore(ci): enable indexer integration tests

This commit is contained in:
Petar Radovic 2026-04-08 18:33:35 +02:00
parent 7473c2f7a9
commit a2f752ac2f
3 changed files with 22 additions and 50 deletions

View File

@ -160,35 +160,33 @@ jobs:
RUST_LOG: "info" RUST_LOG: "info"
run: cargo nextest run -p integration_tests -- --skip tps_test --skip indexer run: cargo nextest run -p integration_tests -- --skip tps_test --skip indexer
# # TODO: Bring this back once we find the source of the errors. integration-tests-indexer:
# # runs-on: ubuntu-latest
# integration-tests-indexer: timeout-minutes: 60
# runs-on: ubuntu-latest steps:
# timeout-minutes: 60 - uses: actions/checkout@v5
# steps: with:
# - uses: actions/checkout@v5 ref: ${{ github.event.pull_request.head.sha || github.head_ref }}
# with:
# ref: ${{ github.event.pull_request.head.sha || github.head_ref }}
# - uses: ./.github/actions/install-system-deps - uses: ./.github/actions/install-system-deps
# - uses: ./.github/actions/install-risc0 - uses: ./.github/actions/install-risc0
# - uses: ./.github/actions/install-logos-blockchain-circuits - uses: ./.github/actions/install-logos-blockchain-circuits
# with: with:
# github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Install active toolchain - name: Install active toolchain
# run: rustup install run: rustup install
# - name: Install nextest - name: Install nextest
# run: cargo install --locked cargo-nextest run: cargo install --locked cargo-nextest
# - name: Run tests - name: Run tests
# env: env:
# RISC0_DEV_MODE: "1" RISC0_DEV_MODE: "1"
# RUST_LOG: "info" RUST_LOG: "info"
# run: cargo nextest run -p integration_tests indexer -- --skip tps_test run: cargo nextest run -p integration_tests indexer -- --skip tps_test
valid-proof-test: valid-proof-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -1,5 +1,5 @@
port: 4400 port: 4400
n_hosts: 4 n_hosts: 1
timeout: 10 timeout: 10
# Tracing # Tracing

View File

@ -18,29 +18,3 @@ services:
- cfgsync - cfgsync
entrypoint: /etc/logos-blockchain/scripts/run_logos_blockchain_node.sh entrypoint: /etc/logos-blockchain/scripts/run_logos_blockchain_node.sh
logos-blockchain-node-1:
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:000982e751dfd346ca5346b8025c685fc3abc585079c59cde3bde7fd63100657
volumes:
- ./scripts:/etc/logos-blockchain/scripts
- ./kzgrs_test_params:/kzgrs_test_params:z
depends_on:
- cfgsync
entrypoint: /etc/logos-blockchain/scripts/run_logos_blockchain_node.sh
logos-blockchain-node-2:
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:000982e751dfd346ca5346b8025c685fc3abc585079c59cde3bde7fd63100657
volumes:
- ./scripts:/etc/logos-blockchain/scripts
- ./kzgrs_test_params:/kzgrs_test_params:z
depends_on:
- cfgsync
entrypoint: /etc/logos-blockchain/scripts/run_logos_blockchain_node.sh
logos-blockchain-node-3:
image: ghcr.io/logos-blockchain/logos-blockchain@sha256:000982e751dfd346ca5346b8025c685fc3abc585079c59cde3bde7fd63100657
volumes:
- ./scripts:/etc/logos-blockchain/scripts
- ./kzgrs_test_params:/kzgrs_test_params:z
depends_on:
- cfgsync
entrypoint: /etc/logos-blockchain/scripts/run_logos_blockchain_node.sh