Issue 4422 - Remove ECR repository properties in favour of prefix #2770
Workflow file for this run
This file contains hidden or 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 Clients & CDK Modules | |
| on: | |
| pull_request: | |
| paths: | |
| - '.github/workflows/chunk-clients-cdk.yaml' | |
| - '.github/workflows/chunk.yaml' | |
| - '.github/config/chunks.yaml' | |
| - 'code-style/checkstyle*.xml' | |
| - 'code-style/spotbugs*.xml' | |
| - 'java/pom.xml' | |
| - 'java/system-test/pom.xml' | |
| - 'java/clients/**' | |
| - 'java/cdk/**' | |
| - 'java/cdk-custom-resources/**' | |
| - 'java/cdk-environment/**' | |
| - 'java/build-uptime-lambda/**' | |
| - 'java/system-test/system-test-cdk/**' | |
| - 'java/system-test/system-test-configuration/**' | |
| - 'java/system-test/system-test-data-generation/**' | |
| - 'java/system-test/system-test-dsl/**' | |
| - 'java/system-test/system-test-drivers/**' | |
| - 'java/system-test/system-test-suite/**' | |
| - 'java/bulk-import/bulk-import-starter/**' | |
| - 'java/ingest/ingest-batcher-submitter/**' | |
| - 'java/compaction/compaction-job-creation/**' | |
| - 'java/common/common-task/**' | |
| - 'java/query/query-runner/**' | |
| - 'java/ingest/ingest-batcher-store/**' | |
| - 'java/bulk-import/bulk-import-core/**' | |
| - 'java/splitter/splitter-core/**' | |
| - 'java/compaction/compaction-job-execution/**' | |
| - 'java/statestore-committer-core/**' | |
| - 'java/garbage-collector/**' | |
| - 'java/ingest/ingest-batcher-core/**' | |
| - 'java/query/query-core/**' | |
| - 'java/compaction/compaction-rust/**' | |
| - 'java/compaction/compaction-tracker/**' | |
| - 'java/common/common-invoke-tables/**' | |
| - 'java/ingest/ingest-runner/**' | |
| - 'java/compaction/compaction-core/**' | |
| - 'java/statestore/**' | |
| - 'java/common/common-job/**' | |
| - 'java/ingest/ingest-tracker/**' | |
| - 'java/sketches/**' | |
| - 'java/parquet/**' | |
| - 'java/configuration/**' | |
| - 'java/ingest/ingest-core/**' | |
| - 'java/common/dynamodb-tools/**' | |
| - 'java/common/localstack-test/**' | |
| - 'java/core/**' | |
| - 'java/example-iterators/**' | |
| jobs: | |
| chunk-workflow: | |
| uses: ./.github/workflows/chunk.yaml | |
| with: | |
| chunkId: clients-cdk |