Skip to content

Commit f5e4585

Browse files
Run ACCP integration tests on aarch64 (#2894)
1 parent 4ee0a73 commit f5e4585

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/workflows/integration_omnibus.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,28 @@ jobs:
265265
run: ./tests/ci/integration/run_cyrus_sasl_integration.sh
266266

267267
# Amazon Corretto Crypto Provider Integration Tests
268-
- name: accp
268+
- name: accp-aarch64
269+
arch: aarch64
270+
size: 2xlarge
271+
image: ubuntu:22.04
272+
compiler: gcc-12
273+
accp_fips: false
274+
run: ./tests/ci/integration/run_accp_integration.sh
275+
- name: accp-fips-aarch64
276+
arch: aarch64
277+
size: 2xlarge
278+
image: ubuntu:22.04
279+
compiler: gcc-12
280+
accp_fips: true
281+
run: ./tests/ci/integration/run_accp_integration.sh
282+
- name: accp-x86_64
269283
arch: x86_64
270284
size: 2xlarge
271285
image: ubuntu:22.04
272286
compiler: gcc-12
273287
accp_fips: false
274288
run: ./tests/ci/integration/run_accp_integration.sh
275-
- name: accp-fips
289+
- name: accp-fips-x86_64
276290
arch: x86_64
277291
size: 2xlarge
278292
image: ubuntu:22.04

0 commit comments

Comments
 (0)