Issue 1759 - Periodically execute lambdas to keep a warm pool ready #5339
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 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/ingest/ingest-runner/**' | |
- 'java/common-job/**' | |
- 'java/ingest/ingest-status-store/**' | |
- 'java/sketches/**' | |
- 'java/ingest/ingest-core/**' | |
- 'java/statestore/**' | |
- 'java/parquet/**' | |
- 'java/configuration/**' | |
- 'java/dynamodb-tools/**' | |
- 'java/core/**' | |
jobs: | |
chunk-workflow: | |
uses: ./.github/workflows/chunk.yaml | |
with: | |
chunkId: compaction |