|
5 | 5 | build-list:
|
6 | 6 | - identifier: py37_integ
|
7 | 7 | buildspec: codebuild/py37/integ.yml
|
| 8 | + env: |
| 9 | + image: aws/codebuild/standard:5.0 |
8 | 10 | - identifier: py37_examples
|
9 | 11 | buildspec: codebuild/py37/examples.yml
|
| 12 | + env: |
| 13 | + image: aws/codebuild/standard:5.0 |
10 | 14 | - identifier: py37_awses_local
|
11 | 15 | buildspec: codebuild/py37/awses_local.yml
|
| 16 | + env: |
| 17 | + image: aws/codebuild/standard:5.0 |
12 | 18 |
|
13 | 19 | - identifier: py38_integ
|
14 | 20 | buildspec: codebuild/py38/integ.yml
|
| 21 | + env: |
| 22 | + image: aws/codebuild/standard:5.0 |
15 | 23 | - identifier: py38_examples
|
16 | 24 | buildspec: codebuild/py38/examples.yml
|
| 25 | + env: |
| 26 | + image: aws/codebuild/standard:5.0 |
17 | 27 | - identifier: py38_awses_local
|
18 | 28 | buildspec: codebuild/py38/awses_local.yml
|
| 29 | + env: |
| 30 | + image: aws/codebuild/standard:5.0 |
19 | 31 |
|
20 | 32 | - identifier: py39_integ
|
21 | 33 | buildspec: codebuild/py39/integ.yml
|
| 34 | + env: |
| 35 | + image: aws/codebuild/standard:5.0 |
22 | 36 | - identifier: py39_examples
|
23 | 37 | buildspec: codebuild/py39/examples.yml
|
| 38 | + env: |
| 39 | + image: aws/codebuild/standard:5.0 |
24 | 40 | - identifier: py39_awses_latest
|
| 41 | + env: |
| 42 | + image: aws/codebuild/standard:5.0 |
25 | 43 |
|
26 | 44 | - identifier: py310_integ
|
27 | 45 | buildspec: codebuild/py310/integ.yml
|
| 46 | + env: |
| 47 | + image: aws/codebuild/standard:6.0 |
28 | 48 | - identifier: py310_examples
|
29 | 49 | buildspec: codebuild/py310/examples.yml
|
| 50 | + env: |
| 51 | + image: aws/codebuild/standard:6.0 |
30 | 52 | - identifier: py310_awses_latest
|
31 | 53 | buildspec: codebuild/py310/awses_local.yml
|
| 54 | + env: |
| 55 | + image: aws/codebuild/standard:6.0 |
32 | 56 |
|
| 57 | + - identifier: py311_integ |
| 58 | + buildspec: codebuild/py311/integ.yml |
| 59 | + env: |
| 60 | + image: aws/codebuild/standard:7.0 |
| 61 | + - identifier: py311_examples |
| 62 | + buildspec: codebuild/py311/examples.yml |
| 63 | + env: |
| 64 | + image: aws/codebuild/standard:7.0 |
| 65 | + - identifier: py311_awses_latest |
| 66 | + buildspec: codebuild/py311/awses_local.yml |
| 67 | + env: |
| 68 | + image: aws/codebuild/standard:7.0 |
33 | 69 |
|
| 70 | + - identifier: py312_integ |
| 71 | + buildspec: codebuild/py312/integ.yml |
| 72 | + env: |
| 73 | + image: aws/codebuild/standard:7.0 |
| 74 | + - identifier: py312_examples |
| 75 | + buildspec: codebuild/py312/examples.yml |
| 76 | + env: |
| 77 | + image: aws/codebuild/standard:7.0 |
| 78 | + - identifier: py312_awses_latest |
| 79 | + buildspec: codebuild/py312/awses_local.yml |
| 80 | + env: |
| 81 | + image: aws/codebuild/standard:7.0 |
| 82 | + |
34 | 83 | - identifier: code_coverage
|
35 | 84 | buildspec: codebuild/coverage/coverage.yml
|
36 | 85 |
|
|
0 commit comments