8888 # These correspond to scripts in tools/ci-scripts that will be run in the Docker build image
8989 test :
9090 - action : check-aws-sdk-adhoc-tests
91- runner : ubuntu-latest
91+ runner : smithy_ubuntu-latest_8-core
9292 - action : check-client-codegen-integration-tests
9393 runner : smithy_ubuntu-latest_8-core
9494 - action : check-client-codegen-unit-tests
@@ -101,31 +101,31 @@ jobs:
101101 - action : check-sdk-codegen-unit-tests
102102 runner : smithy_ubuntu-latest_8-core
103103 - action : check-fuzzgen
104- runner : ubuntu-latest
104+ runner : smithy_ubuntu-latest_8-core
105105 - action : check-server-codegen-integration-tests
106106 runner : smithy_ubuntu-latest_8-core
107107 - action : check-server-codegen-integration-tests-python
108- runner : ubuntu-latest
108+ runner : smithy_ubuntu-latest_8-core
109109 - action : check-server-codegen-unit-tests
110- runner : ubuntu-latest
110+ runner : smithy_ubuntu-latest_8-core
111111 - action : check-server-codegen-unit-tests-python
112- runner : ubuntu-latest
112+ runner : smithy_ubuntu-latest_8-core
113113 - action : check-serde-codegen-unit-tests
114- runner : ubuntu-latest
114+ runner : smithy_ubuntu-latest_8-core
115115 - action : check-server-e2e-test
116- runner : ubuntu-latest
116+ runner : smithy_ubuntu-latest_8-core
117117 - action : check-server-python-e2e-test
118- runner : ubuntu-latest
118+ runner : smithy_ubuntu-latest_8-core
119119 - action : check-style-and-lints
120- runner : ubuntu-latest
120+ runner : smithy_ubuntu-latest_8-core
121121 - action : check-book
122- runner : ubuntu-latest
122+ runner : smithy_ubuntu-latest_8-core
123123 - action : check-tools
124124 runner : smithy_ubuntu-latest_8-core
125125 - action : check-deterministic-codegen
126126 runner : smithy_ubuntu-latest_8-core
127127 - action : check-codegen-version
128- runner : ubuntu-latest
128+ runner : smithy_ubuntu-latest_8-core
129129 steps :
130130 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
131131 - uses : actions/checkout@v4
@@ -177,19 +177,19 @@ jobs:
177177 - action : check-aws-config
178178 runner : smithy_ubuntu-latest_8-core
179179 - action : check-aws-sdk-canary
180- runner : ubuntu-latest
180+ runner : smithy_ubuntu-latest_8-core
181181 - action : check-aws-sdk-cargo-deny
182- runner : ubuntu-latest
182+ runner : smithy_ubuntu-latest_8-core
183183 - action : check-only-aws-sdk-services
184184 runner : smithy_ubuntu-latest_8-core
185185 - action : check-aws-sdk-smoketest-docs-clippy-udeps
186186 runner : smithy_ubuntu-latest_8-core
187187 - action : check-aws-sdk-smoketest-unit-tests
188188 runner : smithy_ubuntu-latest_8-core
189189 - action : check-aws-sdk-standalone-integration-tests
190- runner : ubuntu-latest
190+ runner : smithy_ubuntu-latest_8-core
191191 - action : check-aws-sdk-benchmarks
192- runner : ubuntu-latest
192+ runner : smithy_ubuntu-latest_8-core
193193 steps :
194194 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
195195 - uses : actions/checkout@v4
0 commit comments