Skip to content

Issue 3070 - Wait for state store commits to finish based on logs #6140

Issue 3070 - Wait for state store commits to finish based on logs

Issue 3070 - Wait for state store commits to finish based on logs #6140

name: Build Ingest Common Modules
on:
pull_request:
paths:
- '.github/workflows/chunk-ingest-common.yaml'
- '.github/workflows/chunk.yaml'
- '.github/config/chunks.yaml'
- 'code-style/checkstyle*.xml'
- 'code-style/spotbugs*.xml'
- 'java/pom.xml'
- 'java/ingest/pom.xml'
- 'java/ingest/ingest-core/**'
- 'java/ingest/ingest-status-store/**'
- 'java/ingest/ingest-starter/**'
- 'java/ingest/ingest-batcher-core/**'
- 'java/ingest/ingest-batcher-store/**'
- 'java/ingest/ingest-batcher-submitter/**'
- 'java/ingest/ingest-batcher-job-creator/**'
- 'java/common/common-task/**'
- 'java/statestore/**'
- 'java/parquet/**'
- 'java/configuration/**'
- 'java/common/dynamodb-tools/**'
- 'java/core/**'
jobs:
chunk-workflow:
uses: ./.github/workflows/chunk.yaml
with:
chunkId: ingest-common