Skip to content

Commit 9d3b580

Browse files
authored
ci: commit integrationv2 small batch spec (#5020)
1 parent ae3b36c commit 9d3b580

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

codebuild/spec/buildspec_ktls.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
---
2+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
5+
# this file except in compliance with the License. A copy of the License is
6+
# located at
7+
#
8+
# http://aws.amazon.com/apache2.0/
9+
#
10+
# or in the "license" file accompanying this file. This file is distributed on an
11+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
12+
# implied. See the License for the specific language governing permissions and
13+
# limitations under the License.
214
version: 0.2
315
phases:
416
install:

codebuild/spec/buildspec_ubuntu_integrationv2.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,31 @@
1313
# limitations under the License.
1414
version: 0.2
1515

16+
# This codebuild job just runs the integration test which aren't already
17+
# running under nix.
18+
batch:
19+
build-matrix:
20+
static:
21+
env:
22+
privileged-mode: true
23+
dynamic:
24+
env:
25+
compute-type:
26+
- BUILD_GENERAL1_LARGE
27+
image:
28+
- 024603541914.dkr.ecr.us-west-2.amazonaws.com/docker:ubuntu18codebuild
29+
variables:
30+
S2N_BUILD_PRESET:
31+
- awslc_gcc9
32+
- awslc-fips_gcc4-8
33+
- awslc-fips-2022_gcc6
34+
- openssl-1.0.2
35+
- openssl-1.0.2-fips
36+
- openssl-1.1.1_gcc9
37+
- openssl-3.0
38+
INTEGV2_TEST:
39+
- "test_dynamic_record_sizes test_sslyze"
40+
1641
env:
1742
variables:
1843
# CODEBUILD_ is a reserved namespace.

0 commit comments

Comments
 (0)