Issue 1668 - Check files have the correct jobId assigned to them in compaction job state store update #3922
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 Module | |
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/query/**' | |
- 'java/ingest/ingest-runner/**' | |
- 'java/common-job/**' | |
- 'java/sketches/**' | |
- 'java/ingest/ingest-status-store/**' | |
- 'java/ingest/ingest-core/**' | |
- 'java/statestore/**' | |
- 'java/parquet/**' | |
- 'java/dynamodb-tools/**' | |
- 'java/configuration/**' | |
- 'java/core/**' | |
jobs: | |
chunk-workflow: | |
uses: ./.github/workflows/chunk.yaml | |
with: | |
chunkId: query |