Issue 3963 - Rename compaction job status store to tracker #8315
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 Query Modules | |
on: | |
pull_request: | |
paths: | |
- '.github/workflows/chunk-query.yaml' | |
- '.github/workflows/chunk.yaml' | |
- '.github/config/chunks.yaml' | |
- 'code-style/checkstyle*.xml' | |
- 'code-style/spotbugs*.xml' | |
- 'java/pom.xml' | |
- 'java/athena/**' | |
- 'java/trino/**' | |
- 'java/query/pom.xml' | |
- 'java/query/query-core/**' | |
- 'java/query/query-runner/**' | |
- 'java/query/query-lambda/**' | |
- 'java/splitter/splitter-core/**' | |
- 'java/ingest/ingest-runner/**' | |
- 'java/common/common-job/**' | |
- 'java/ingest/ingest-status-store/**' | |
- 'java/sketches/**' | |
- 'java/statestore/**' | |
- 'java/ingest/ingest-core/**' | |
- 'java/parquet/**' | |
- 'java/configuration/**' | |
- 'java/common/dynamodb-tools/**' | |
- 'java/core/**' | |
- 'java/common/dynamodb-test/**' | |
jobs: | |
chunk-workflow: | |
uses: ./.github/workflows/chunk.yaml | |
with: | |
chunkId: query |