Skip to content

Commit 80562bb

Browse files
m
1 parent 0a766a2 commit 80562bb

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.github/workflows/ci_codebuild-tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,6 @@ jobs:
3232
- "awses_local.yml"
3333
- "examples.yml"
3434
- "integ.yml"
35-
exclude:
36-
# (Nested config syntax is weird: https://github.com/actions/runner/issues/1512)
37-
# py39 "awses_local.yml" is called "awses_latest"
38-
- { python: {
39-
python_version: "39",
40-
image: "aws/codebuild/standard:5.0" },
41-
codebuild_file_name: "awses_local.yml"
42-
}
43-
include:
44-
- { python: {
45-
python_version: "39",
46-
image: "aws/codebuild/standard:5.0" },
47-
codebuild_file_name: "awses_latest.yml"
48-
}
4935
steps:
5036
- name: Configure AWS Credentials
5137
uses: aws-actions/configure-aws-credentials@v2

buildspec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ batch:
2424
buildspec: codebuild/py39/examples.yml
2525
env:
2626
image: aws/codebuild/standard:5.0
27-
- identifier: py39_awses_latest
27+
- identifier: py39_awses_local
28+
buildspec: codebuild/py39/awses_local.yml
2829
env:
2930
image: aws/codebuild/standard:5.0
3031

0 commit comments

Comments
 (0)