forked from aws/aws-encryption-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildspec.yml
87 lines (79 loc) · 2.48 KB
/
buildspec.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
version: 0.2
batch:
fast-fail: false
build-list:
- identifier: py37_integ
buildspec: codebuild/py37/integ.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py37_examples
buildspec: codebuild/py37/examples.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py37_awses_local
buildspec: codebuild/py37/awses_local.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py38_integ
buildspec: codebuild/py38/integ.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py38_examples
buildspec: codebuild/py38/examples.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py38_awses_local
buildspec: codebuild/py38/awses_local.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py39_integ
buildspec: codebuild/py39/integ.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py39_examples
buildspec: codebuild/py39/examples.yml
env:
image: aws/codebuild/standard:5.0
- identifier: py39_awses_latest
env:
image: aws/codebuild/standard:5.0
- identifier: py310_integ
buildspec: codebuild/py310/integ.yml
env:
image: aws/codebuild/standard:6.0
- identifier: py310_examples
buildspec: codebuild/py310/examples.yml
env:
image: aws/codebuild/standard:6.0
- identifier: py310_awses_latest
buildspec: codebuild/py310/awses_local.yml
env:
image: aws/codebuild/standard:6.0
- identifier: py311_integ
buildspec: codebuild/py311/integ.yml
env:
image: aws/codebuild/standard:7.0
- identifier: py311_examples
buildspec: codebuild/py311/examples.yml
env:
image: aws/codebuild/standard:7.0
- identifier: py311_awses_latest
buildspec: codebuild/py311/awses_local.yml
env:
image: aws/codebuild/standard:7.0
- identifier: py312_integ
buildspec: codebuild/py312/integ.yml
env:
image: aws/codebuild/standard:7.0
- identifier: py312_examples
buildspec: codebuild/py312/examples.yml
env:
image: aws/codebuild/standard:7.0
- identifier: py312_awses_latest
buildspec: codebuild/py312/awses_local.yml
env:
image: aws/codebuild/standard:7.0
- identifier: code_coverage
buildspec: codebuild/coverage/coverage.yml
- identifier: compliance
buildspec: codebuild/compliance/compliance.yml