Issue 3969 - Rename ingest job status store to tracker #9257
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 Compaction Modules | |
on: | |
pull_request: | |
paths: | |
- '.github/workflows/chunk-compaction.yaml' | |
- '.github/workflows/chunk.yaml' | |
- '.github/config/chunks.yaml' | |
- 'code-style/checkstyle*.xml' | |
- 'code-style/spotbugs*.xml' | |
- 'java/pom.xml' | |
- 'java/compaction/pom.xml' | |
- 'java/splitter/pom.xml' | |
- 'java/compaction/compaction-job-execution/**' | |
- 'java/compaction/compaction-task-creation/**' | |
- 'java/compaction/compaction-job-creation/**' | |
- 'java/compaction/compaction-job-creation-lambda/**' | |
- 'java/compaction/compaction-status-store/**' | |
- 'java/compaction/compaction-core/**' | |
- 'java/splitter/splitter-core/**' | |
- 'java/splitter/splitter-lambda/**' | |
- 'java/compaction/compaction-rust/**' | |
- 'java/garbage-collector/**' | |
- 'java/common/common-task/**' | |
- 'java/common/common-invoke-tables/**' | |
- 'java/ingest/ingest-runner/**' | |
- 'java/common/common-job/**' | |
- 'java/ingest/ingest-status-store/**' | |
- 'java/ingest/ingest-core/**' | |
- 'java/sketches/**' | |
- 'java/statestore/**' | |
- 'java/parquet/**' | |
- 'java/configuration/**' | |
- 'java/common/dynamodb-tools/**' | |
- 'java/core/**' | |
- 'java/common/dynamodb-test/**' | |
- 'java/bulk-export/pom.xml' | |
- 'java/bulk-export/bulk-export-core/**' | |
- 'java/bulk-export/bulk-export-runner/**' | |
- 'java/bulk-export/bulk-export-starter/**' | |
jobs: | |
chunk-workflow: | |
uses: ./.github/workflows/chunk.yaml | |
with: | |
chunkId: compaction |