Skip to content

Commit 0d5be94

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
Remove ParallelCluster API docker logic
When working on ParallelCluster Lambda Layer, we changed the Pcluster API Lambda function from "Lambda+Docker" to "Lambda default runtime" #4845. Therefore, we no long use any ECR images for pcluster API. The code and release process should be removed accordingly. Signed-off-by: Hanwen <hanwenli@amazon.com>
1 parent 0924161 commit 0d5be94

File tree

4 files changed

+0
-88
lines changed

4 files changed

+0
-88
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,6 @@ jobs:
209209
- name: Verify External SlurmDBD Template
210210
run:
211211
git diff --exit-code --quiet cloudformation/external-slurmdbd/external-slurmdbd.json cloudformation/external-slurmdbd/cdk.out/ExternalSlurmdbdStack.template.json
212-
api-docker-test:
213-
name: API Docker Tests
214-
runs-on: ubuntu-latest
215-
steps:
216-
- uses: actions/checkout@v2
217-
- uses: mikefarah/yq@v4.32.2
218-
- run: api/docker/awslambda/docker-build.sh
219212
shellcheck:
220213
name: Shellcheck
221214
runs-on: ubuntu-latest

api/docker/awslambda/Dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

api/docker/awslambda/buildspec.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

api/docker/awslambda/docker-build.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)