File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments