|
| 1 | +version: 0.2 |
| 2 | + |
| 3 | +batch: |
| 4 | + fast-fail: false |
| 5 | + build-list: |
| 6 | + - identifier: py27_integ |
| 7 | + buildspec: codebuild/py27/integ.yml |
| 8 | + - identifier: py27_examples |
| 9 | + buildspec: codebuild/py27/examples.yml |
| 10 | + - identifier: py27_awses_1_7_1 |
| 11 | + buildspec: codebuild/py27/awses_1.7.1.yml |
| 12 | + - identifier: py27_awses_2_0_0 |
| 13 | + buildspec: codebuild/py27/awses_2.0.0.yml |
| 14 | + - identifier: py27_awses_latest |
| 15 | + buildspec: codebuild/py27/awses_latest.yml |
| 16 | + |
| 17 | + - identifier: py35_integ |
| 18 | + buildspec: codebuild/py35/integ.yml |
| 19 | + - identifier: py35_examples |
| 20 | + buildspec: codebuild/py35/examples.yml |
| 21 | + - identifier: py35_awses_1_7_1 |
| 22 | + buildspec: codebuild/py35/awses_1.7.1.yml |
| 23 | + - identifier: py35_awses_2_0_0 |
| 24 | + buildspec: codebuild/py35/awses_2.0.0.yml |
| 25 | + - identifier: py35_awses_latest |
| 26 | + buildspec: codebuild/py35/awses_latest.yml |
| 27 | + |
| 28 | + - identifier: py36_integ |
| 29 | + buildspec: codebuild/py36/integ.yml |
| 30 | + - identifier: py36_examples |
| 31 | + buildspec: codebuild/py36/examples.yml |
| 32 | + - identifier: py36_awses_1_7_1 |
| 33 | + buildspec: codebuild/py36/awses_1.7.1.yml |
| 34 | + - identifier: py36_awses_2_0_0 |
| 35 | + buildspec: codebuild/py36/awses_2.0.0.yml |
| 36 | + - identifier: py36_awses_latest |
| 37 | + buildspec: codebuild/py36/awses_latest.yml |
| 38 | + |
| 39 | + - identifier: py37_integ |
| 40 | + buildspec: codebuild/py37/integ.yml |
| 41 | + - identifier: py37_examples |
| 42 | + buildspec: codebuild/py37/examples.yml |
| 43 | + - identifier: py37_awses_1_7_1 |
| 44 | + buildspec: codebuild/py37/awses_1.7.1.yml |
| 45 | + - identifier: py37_awses_2_0_0 |
| 46 | + buildspec: codebuild/py37/awses_2.0.0.yml |
| 47 | + - identifier: py37_awses_latest |
| 48 | + buildspec: codebuild/py37/awses_latest.yml |
| 49 | + |
| 50 | + - identifier: py38_integ |
| 51 | + buildspec: codebuild/py38/integ.yml |
| 52 | + - identifier: py38_examples |
| 53 | + buildspec: codebuild/py38/examples.yml |
| 54 | + - identifier: py38_awses_1_7_1 |
| 55 | + buildspec: codebuild/py38/awses_1.7.1.yml |
| 56 | + - identifier: py38_awses_2_0_0 |
| 57 | + buildspec: codebuild/py38/awses_2.0.0.yml |
| 58 | + - identifier: py38_awses_latest |
| 59 | + buildspec: codebuild/py38/awses_latest.yml |
0 commit comments