@@ -195,9 +195,9 @@ jobs:
195
195
{ config: "default", shard: 5, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
196
196
{ config: "crossref", shard: 1, num_shards: 2, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
197
197
{ config: "crossref", shard: 2, num_shards: 2, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
198
- { config: "dynamo ", shard: 1, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
199
- { config: "dynamo ", shard: 2, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
200
- { config: "dynamo ", shard: 3, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
198
+ { config: "dynamo_wrapped ", shard: 1, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
199
+ { config: "dynamo_wrapped ", shard: 2, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
200
+ { config: "dynamo_wrapped ", shard: 3, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
201
201
]}
202
202
linux-focal-py3_9-clang10-test :
203
203
name : linux-focal-py3.9-clang10
@@ -228,9 +228,9 @@ jobs:
228
228
{ config: "default", shard: 5, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
229
229
{ config: "crossref", shard: 1, num_shards: 2, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
230
230
{ config: "crossref", shard: 2, num_shards: 2, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
231
- { config: "dynamo ", shard: 1, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
232
- { config: "dynamo ", shard: 2, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
233
- { config: "dynamo ", shard: 3, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
231
+ { config: "dynamo_wrapped ", shard: 1, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
232
+ { config: "dynamo_wrapped ", shard: 2, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
233
+ { config: "dynamo_wrapped ", shard: 3, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
234
234
]}
235
235
secrets : inherit
236
236
@@ -261,9 +261,9 @@ jobs:
261
261
{ config: "default", shard: 3, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
262
262
{ config: "default", shard: 4, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
263
263
{ config: "default", shard: 5, num_shards: 5, runner: "${{ needs.get-label-type.outputs.label-type }}linux.4xlarge" },
264
- { config: "dynamo ", shard: 1, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
265
- { config: "dynamo ", shard: 2, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
266
- { config: "dynamo ", shard: 3, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
264
+ { config: "dynamo_wrapped ", shard: 1, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
265
+ { config: "dynamo_wrapped ", shard: 2, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
266
+ { config: "dynamo_wrapped ", shard: 3, num_shards: 3, runner: "${{ needs.get-label-type.outputs.label-type }}linux.2xlarge" },
267
267
]}
268
268
secrets : inherit
269
269
@@ -601,9 +601,9 @@ jobs:
601
601
{ config: "default", shard: 1, num_shards: 3, runner: "linux.4xlarge" },
602
602
{ config: "default", shard: 2, num_shards: 3, runner: "linux.4xlarge" },
603
603
{ config: "default", shard: 3, num_shards: 3, runner: "linux.4xlarge" },
604
- { config: "dynamo ", shard: 1, num_shards: 3, runner: "linux.2xlarge" },
605
- { config: "dynamo ", shard: 2, num_shards: 3, runner: "linux.2xlarge" },
606
- { config: "dynamo ", shard: 3, num_shards: 3, runner: "linux.2xlarge" },
604
+ { config: "dynamo_wrapped ", shard: 1, num_shards: 3, runner: "linux.2xlarge" },
605
+ { config: "dynamo_wrapped ", shard: 2, num_shards: 3, runner: "linux.2xlarge" },
606
+ { config: "dynamo_wrapped ", shard: 3, num_shards: 3, runner: "linux.2xlarge" },
607
607
]}
608
608
secrets : inherit
609
609
0 commit comments