Issue 2017 - Improve debug logging in PartitionsFromSplitPoints #4092
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-batcher-core/**' | |
- 'java/ingest/ingest-batcher-store/**' | |
- 'java/ingest/ingest-batcher-submitter/**' | |
- 'java/ingest/ingest-batcher-job-creator/**' | |
- 'java/statestore/**' | |
- 'java/parquet/**' | |
- 'java/configuration/**' | |
- 'java/dynamodb-tools/**' | |
- 'java/core/**' | |
jobs: | |
chunk-workflow: | |
uses: ./.github/workflows/chunk.yaml | |
with: | |
chunkId: ingest-common |