@cloudsnorkel/cdk-github-runners 0.14.3 → 0.14.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +472 -203
- package/API.md +98 -0
- package/assets/setup.lambda/index.html +1 -1
- package/lib/access.js +1 -1
- package/lib/image-builders/api.js +1 -1
- package/lib/image-builders/aws-image-builder/builder.js +5 -5
- package/lib/image-builders/aws-image-builder/common.js +2 -2
- package/lib/image-builders/aws-image-builder/deprecated/ami.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/container.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/linux-components.js +1 -1
- package/lib/image-builders/aws-image-builder/deprecated/windows-components.js +1 -1
- package/lib/image-builders/codebuild-deprecated.js +1 -1
- package/lib/image-builders/codebuild.js +2 -2
- package/lib/image-builders/components.js +1 -1
- package/lib/image-builders/static.js +1 -1
- package/lib/providers/codebuild.js +2 -2
- package/lib/providers/common.d.ts +33 -0
- package/lib/providers/common.js +5 -5
- package/lib/providers/ec2.d.ts +6 -1
- package/lib/providers/ec2.js +7 -3
- package/lib/providers/ecs.d.ts +5 -1
- package/lib/providers/ecs.js +10 -5
- package/lib/providers/fargate.js +4 -5
- package/lib/providers/lambda.js +4 -4
- package/lib/runner.js +7 -7
- package/lib/secrets.js +1 -1
- package/lib/webhook.js +2 -2
- package/package.json +15 -15
package/.jsii
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"aws-cdk-lib": "^2.
|
|
10
|
+
"aws-cdk-lib": "^2.155.0",
|
|
11
11
|
"constructs": "^10.0.5"
|
|
12
12
|
},
|
|
13
13
|
"dependencyClosure": {
|
|
@@ -89,6 +89,36 @@
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
|
+
"@aws-cdk/cloud-assembly-schema": {
|
|
93
|
+
"targets": {
|
|
94
|
+
"dotnet": {
|
|
95
|
+
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
|
|
96
|
+
"namespace": "Amazon.CDK.CloudAssembly.Schema",
|
|
97
|
+
"packageId": "Amazon.CDK.CloudAssembly.Schema"
|
|
98
|
+
},
|
|
99
|
+
"go": {
|
|
100
|
+
"moduleName": "github.com/cdklabs/cloud-assembly-schema-go"
|
|
101
|
+
},
|
|
102
|
+
"java": {
|
|
103
|
+
"maven": {
|
|
104
|
+
"artifactId": "cdk-cloud-assembly-schema",
|
|
105
|
+
"groupId": "software.amazon.awscdk"
|
|
106
|
+
},
|
|
107
|
+
"package": "software.amazon.awscdk.cloudassembly.schema"
|
|
108
|
+
},
|
|
109
|
+
"js": {
|
|
110
|
+
"npm": "@aws-cdk/cloud-assembly-schema"
|
|
111
|
+
},
|
|
112
|
+
"python": {
|
|
113
|
+
"classifiers": [
|
|
114
|
+
"Framework :: AWS CDK",
|
|
115
|
+
"Framework :: AWS CDK :: 2"
|
|
116
|
+
],
|
|
117
|
+
"distName": "aws-cdk.cloud-assembly-schema",
|
|
118
|
+
"module": "aws_cdk.cloud_assembly_schema"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
},
|
|
92
122
|
"aws-cdk-lib": {
|
|
93
123
|
"submodules": {
|
|
94
124
|
"aws-cdk-lib.alexa_ask": {
|
|
@@ -104,19 +134,6 @@
|
|
|
104
134
|
}
|
|
105
135
|
}
|
|
106
136
|
},
|
|
107
|
-
"aws-cdk-lib.amzn_sdc": {
|
|
108
|
-
"targets": {
|
|
109
|
-
"dotnet": {
|
|
110
|
-
"package": "Amazon.CDK.AMZN.SDC"
|
|
111
|
-
},
|
|
112
|
-
"java": {
|
|
113
|
-
"package": "amzn.sdc"
|
|
114
|
-
},
|
|
115
|
-
"python": {
|
|
116
|
-
"module": "aws_cdk.amzn_sdc"
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
137
|
"aws-cdk-lib.assertions": {
|
|
121
138
|
"targets": {
|
|
122
139
|
"dotnet": {
|
|
@@ -234,8 +251,32 @@
|
|
|
234
251
|
}
|
|
235
252
|
}
|
|
236
253
|
},
|
|
237
|
-
"aws-cdk-lib.aws_apigatewayv2_authorizers": {
|
|
238
|
-
|
|
254
|
+
"aws-cdk-lib.aws_apigatewayv2_authorizers": {
|
|
255
|
+
"targets": {
|
|
256
|
+
"dotnet": {
|
|
257
|
+
"namespace": "Amazon.CDK.AwsApigatewayv2Authorizers"
|
|
258
|
+
},
|
|
259
|
+
"java": {
|
|
260
|
+
"package": "software.amazon.awscdk.aws_apigatewayv2_authorizers"
|
|
261
|
+
},
|
|
262
|
+
"python": {
|
|
263
|
+
"module": "aws_cdk.aws_apigatewayv2_authorizers"
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"aws-cdk-lib.aws_apigatewayv2_integrations": {
|
|
268
|
+
"targets": {
|
|
269
|
+
"dotnet": {
|
|
270
|
+
"namespace": "Amazon.CDK.AwsApigatewayv2Integrations"
|
|
271
|
+
},
|
|
272
|
+
"java": {
|
|
273
|
+
"package": "software.amazon.awscdk.aws_apigatewayv2_integrations"
|
|
274
|
+
},
|
|
275
|
+
"python": {
|
|
276
|
+
"module": "aws_cdk.aws_apigatewayv2_integrations"
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
},
|
|
239
280
|
"aws-cdk-lib.aws_appconfig": {
|
|
240
281
|
"targets": {
|
|
241
282
|
"dotnet": {
|
|
@@ -301,6 +342,19 @@
|
|
|
301
342
|
}
|
|
302
343
|
}
|
|
303
344
|
},
|
|
345
|
+
"aws-cdk-lib.aws_applicationsignals": {
|
|
346
|
+
"targets": {
|
|
347
|
+
"dotnet": {
|
|
348
|
+
"package": "Amazon.CDK.AWS.ApplicationSignals"
|
|
349
|
+
},
|
|
350
|
+
"java": {
|
|
351
|
+
"package": "software.amazon.awscdk.services.applicationsignals"
|
|
352
|
+
},
|
|
353
|
+
"python": {
|
|
354
|
+
"module": "aws_cdk.aws_applicationsignals"
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
},
|
|
304
358
|
"aws-cdk-lib.aws_appmesh": {
|
|
305
359
|
"targets": {
|
|
306
360
|
"dotnet": {
|
|
@@ -353,6 +407,19 @@
|
|
|
353
407
|
}
|
|
354
408
|
}
|
|
355
409
|
},
|
|
410
|
+
"aws-cdk-lib.aws_apptest": {
|
|
411
|
+
"targets": {
|
|
412
|
+
"dotnet": {
|
|
413
|
+
"package": "Amazon.CDK.AWS.AppTest"
|
|
414
|
+
},
|
|
415
|
+
"java": {
|
|
416
|
+
"package": "software.amazon.awscdk.services.apptest"
|
|
417
|
+
},
|
|
418
|
+
"python": {
|
|
419
|
+
"module": "aws_cdk.aws_apptest"
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
},
|
|
356
423
|
"aws-cdk-lib.aws_aps": {
|
|
357
424
|
"targets": {
|
|
358
425
|
"dotnet": {
|
|
@@ -509,10 +576,23 @@
|
|
|
509
576
|
}
|
|
510
577
|
}
|
|
511
578
|
},
|
|
579
|
+
"aws-cdk-lib.aws_bcmdataexports": {
|
|
580
|
+
"targets": {
|
|
581
|
+
"dotnet": {
|
|
582
|
+
"package": "Amazon.CDK.AWS.BCMDataExports"
|
|
583
|
+
},
|
|
584
|
+
"java": {
|
|
585
|
+
"package": "software.amazon.awscdk.services.bcmdataexports"
|
|
586
|
+
},
|
|
587
|
+
"python": {
|
|
588
|
+
"module": "aws_cdk.aws_bcmdataexports"
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
},
|
|
512
592
|
"aws-cdk-lib.aws_bedrock": {
|
|
513
593
|
"targets": {
|
|
514
594
|
"dotnet": {
|
|
515
|
-
"
|
|
595
|
+
"package": "Amazon.CDK.AWS.Bedrock"
|
|
516
596
|
},
|
|
517
597
|
"java": {
|
|
518
598
|
"package": "software.amazon.awscdk.services.bedrock"
|
|
@@ -613,6 +693,19 @@
|
|
|
613
693
|
}
|
|
614
694
|
}
|
|
615
695
|
},
|
|
696
|
+
"aws-cdk-lib.aws_cleanroomsml": {
|
|
697
|
+
"targets": {
|
|
698
|
+
"dotnet": {
|
|
699
|
+
"package": "Amazon.CDK.AWS.CleanRoomsML"
|
|
700
|
+
},
|
|
701
|
+
"java": {
|
|
702
|
+
"package": "software.amazon.awscdk.services.cleanroomsml"
|
|
703
|
+
},
|
|
704
|
+
"python": {
|
|
705
|
+
"module": "aws_cdk.aws_cleanroomsml"
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
},
|
|
616
709
|
"aws-cdk-lib.aws_cloud9": {
|
|
617
710
|
"targets": {
|
|
618
711
|
"dotnet": {
|
|
@@ -744,6 +837,19 @@
|
|
|
744
837
|
}
|
|
745
838
|
}
|
|
746
839
|
},
|
|
840
|
+
"aws-cdk-lib.aws_codeconnections": {
|
|
841
|
+
"targets": {
|
|
842
|
+
"dotnet": {
|
|
843
|
+
"package": "Amazon.CDK.AWS.CodeConnections"
|
|
844
|
+
},
|
|
845
|
+
"java": {
|
|
846
|
+
"package": "software.amazon.awscdk.services.codeconnections"
|
|
847
|
+
},
|
|
848
|
+
"python": {
|
|
849
|
+
"module": "aws_cdk.aws_codeconnections"
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
},
|
|
747
853
|
"aws-cdk-lib.aws_codedeploy": {
|
|
748
854
|
"targets": {
|
|
749
855
|
"dotnet": {
|
|
@@ -848,19 +954,6 @@
|
|
|
848
954
|
}
|
|
849
955
|
}
|
|
850
956
|
},
|
|
851
|
-
"aws-cdk-lib.aws_codetest": {
|
|
852
|
-
"targets": {
|
|
853
|
-
"dotnet": {
|
|
854
|
-
"package": "Amazon.CDK.AWS.CodeTest"
|
|
855
|
-
},
|
|
856
|
-
"java": {
|
|
857
|
-
"package": "software.amazon.awscdk.services.codetest"
|
|
858
|
-
},
|
|
859
|
-
"python": {
|
|
860
|
-
"module": "aws_cdk.aws_codetest"
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
},
|
|
864
957
|
"aws-cdk-lib.aws_cognito": {
|
|
865
958
|
"targets": {
|
|
866
959
|
"dotnet": {
|
|
@@ -1030,6 +1123,19 @@
|
|
|
1030
1123
|
}
|
|
1031
1124
|
}
|
|
1032
1125
|
},
|
|
1126
|
+
"aws-cdk-lib.aws_deadline": {
|
|
1127
|
+
"targets": {
|
|
1128
|
+
"dotnet": {
|
|
1129
|
+
"package": "Amazon.CDK.AWS.Deadline"
|
|
1130
|
+
},
|
|
1131
|
+
"java": {
|
|
1132
|
+
"package": "software.amazon.awscdk.services.deadline"
|
|
1133
|
+
},
|
|
1134
|
+
"python": {
|
|
1135
|
+
"module": "aws_cdk.aws_deadline"
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1033
1139
|
"aws-cdk-lib.aws_detective": {
|
|
1034
1140
|
"targets": {
|
|
1035
1141
|
"dotnet": {
|
|
@@ -2083,6 +2189,19 @@
|
|
|
2083
2189
|
}
|
|
2084
2190
|
}
|
|
2085
2191
|
},
|
|
2192
|
+
"aws-cdk-lib.aws_launchwizard": {
|
|
2193
|
+
"targets": {
|
|
2194
|
+
"dotnet": {
|
|
2195
|
+
"package": "Amazon.CDK.AWS.LaunchWizard"
|
|
2196
|
+
},
|
|
2197
|
+
"java": {
|
|
2198
|
+
"package": "software.amazon.awscdk.services.launchwizard"
|
|
2199
|
+
},
|
|
2200
|
+
"python": {
|
|
2201
|
+
"module": "aws_cdk.aws_launchwizard"
|
|
2202
|
+
}
|
|
2203
|
+
}
|
|
2204
|
+
},
|
|
2086
2205
|
"aws-cdk-lib.aws_lex": {
|
|
2087
2206
|
"targets": {
|
|
2088
2207
|
"dotnet": {
|
|
@@ -2551,6 +2670,19 @@
|
|
|
2551
2670
|
}
|
|
2552
2671
|
}
|
|
2553
2672
|
},
|
|
2673
|
+
"aws-cdk-lib.aws_paymentcryptography": {
|
|
2674
|
+
"targets": {
|
|
2675
|
+
"dotnet": {
|
|
2676
|
+
"package": "Amazon.CDK.AWS.PaymentCryptography"
|
|
2677
|
+
},
|
|
2678
|
+
"java": {
|
|
2679
|
+
"package": "software.amazon.awscdk.services.paymentcryptography"
|
|
2680
|
+
},
|
|
2681
|
+
"python": {
|
|
2682
|
+
"module": "aws_cdk.aws_paymentcryptography"
|
|
2683
|
+
}
|
|
2684
|
+
}
|
|
2685
|
+
},
|
|
2554
2686
|
"aws-cdk-lib.aws_pcaconnectorad": {
|
|
2555
2687
|
"targets": {
|
|
2556
2688
|
"dotnet": {
|
|
@@ -2629,6 +2761,19 @@
|
|
|
2629
2761
|
}
|
|
2630
2762
|
}
|
|
2631
2763
|
},
|
|
2764
|
+
"aws-cdk-lib.aws_qbusiness": {
|
|
2765
|
+
"targets": {
|
|
2766
|
+
"dotnet": {
|
|
2767
|
+
"package": "Amazon.CDK.AWS.QBusiness"
|
|
2768
|
+
},
|
|
2769
|
+
"java": {
|
|
2770
|
+
"package": "software.amazon.awscdk.services.qbusiness"
|
|
2771
|
+
},
|
|
2772
|
+
"python": {
|
|
2773
|
+
"module": "aws_cdk.aws_qbusiness"
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2632
2777
|
"aws-cdk-lib.aws_qldb": {
|
|
2633
2778
|
"targets": {
|
|
2634
2779
|
"dotnet": {
|
|
@@ -2837,6 +2982,19 @@
|
|
|
2837
2982
|
}
|
|
2838
2983
|
}
|
|
2839
2984
|
},
|
|
2985
|
+
"aws-cdk-lib.aws_route53profiles": {
|
|
2986
|
+
"targets": {
|
|
2987
|
+
"dotnet": {
|
|
2988
|
+
"package": "Amazon.CDK.AWS.Route53Profiles"
|
|
2989
|
+
},
|
|
2990
|
+
"java": {
|
|
2991
|
+
"package": "software.amazon.awscdk.services.route53profiles"
|
|
2992
|
+
},
|
|
2993
|
+
"python": {
|
|
2994
|
+
"module": "aws_cdk.aws_route53profiles"
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
},
|
|
2840
2998
|
"aws-cdk-lib.aws_route53recoverycontrol": {
|
|
2841
2999
|
"targets": {
|
|
2842
3000
|
"dotnet": {
|
|
@@ -3058,6 +3216,19 @@
|
|
|
3058
3216
|
}
|
|
3059
3217
|
}
|
|
3060
3218
|
},
|
|
3219
|
+
"aws-cdk-lib.aws_securitylake": {
|
|
3220
|
+
"targets": {
|
|
3221
|
+
"dotnet": {
|
|
3222
|
+
"package": "Amazon.CDK.AWS.SecurityLake"
|
|
3223
|
+
},
|
|
3224
|
+
"java": {
|
|
3225
|
+
"package": "software.amazon.awscdk.services.securitylake"
|
|
3226
|
+
},
|
|
3227
|
+
"python": {
|
|
3228
|
+
"module": "aws_cdk.aws_securitylake"
|
|
3229
|
+
}
|
|
3230
|
+
}
|
|
3231
|
+
},
|
|
3061
3232
|
"aws-cdk-lib.aws_servicecatalog": {
|
|
3062
3233
|
"targets": {
|
|
3063
3234
|
"dotnet": {
|
|
@@ -3487,19 +3658,7 @@
|
|
|
3487
3658
|
}
|
|
3488
3659
|
}
|
|
3489
3660
|
},
|
|
3490
|
-
"aws-cdk-lib.cloud_assembly_schema": {
|
|
3491
|
-
"targets": {
|
|
3492
|
-
"dotnet": {
|
|
3493
|
-
"namespace": "Amazon.CDK.CloudAssembly.Schema"
|
|
3494
|
-
},
|
|
3495
|
-
"java": {
|
|
3496
|
-
"package": "software.amazon.awscdk.cloudassembly.schema"
|
|
3497
|
-
},
|
|
3498
|
-
"python": {
|
|
3499
|
-
"module": "aws_cdk.cloud_assembly_schema"
|
|
3500
|
-
}
|
|
3501
|
-
}
|
|
3502
|
-
},
|
|
3661
|
+
"aws-cdk-lib.cloud_assembly_schema": {},
|
|
3503
3662
|
"aws-cdk-lib.cloudformation_include": {
|
|
3504
3663
|
"targets": {
|
|
3505
3664
|
"dotnet": {
|
|
@@ -3675,7 +3834,7 @@
|
|
|
3675
3834
|
"stability": "experimental"
|
|
3676
3835
|
},
|
|
3677
3836
|
"homepage": "https://github.com/CloudSnorkel/cdk-github-runners.git",
|
|
3678
|
-
"jsiiVersion": "5.3.
|
|
3837
|
+
"jsiiVersion": "5.3.55 (build 4f29397)",
|
|
3679
3838
|
"keywords": [
|
|
3680
3839
|
"aws",
|
|
3681
3840
|
"aws-cdk",
|
|
@@ -4501,7 +4660,7 @@
|
|
|
4501
4660
|
"kind": "class",
|
|
4502
4661
|
"locationInModule": {
|
|
4503
4662
|
"filename": "src/providers/common.ts",
|
|
4504
|
-
"line":
|
|
4663
|
+
"line": 55
|
|
4505
4664
|
},
|
|
4506
4665
|
"methods": [
|
|
4507
4666
|
{
|
|
@@ -4511,7 +4670,7 @@
|
|
|
4511
4670
|
},
|
|
4512
4671
|
"locationInModule": {
|
|
4513
4672
|
"filename": "src/providers/common.ts",
|
|
4514
|
-
"line":
|
|
4673
|
+
"line": 101
|
|
4515
4674
|
},
|
|
4516
4675
|
"name": "instanceTypeMatch",
|
|
4517
4676
|
"parameters": [
|
|
@@ -4538,7 +4697,7 @@
|
|
|
4538
4697
|
},
|
|
4539
4698
|
"locationInModule": {
|
|
4540
4699
|
"filename": "src/providers/common.ts",
|
|
4541
|
-
"line":
|
|
4700
|
+
"line": 78
|
|
4542
4701
|
},
|
|
4543
4702
|
"name": "is",
|
|
4544
4703
|
"parameters": [
|
|
@@ -4565,7 +4724,7 @@
|
|
|
4565
4724
|
},
|
|
4566
4725
|
"locationInModule": {
|
|
4567
4726
|
"filename": "src/providers/common.ts",
|
|
4568
|
-
"line":
|
|
4727
|
+
"line": 87
|
|
4569
4728
|
},
|
|
4570
4729
|
"name": "isIn",
|
|
4571
4730
|
"parameters": [
|
|
@@ -4602,7 +4761,7 @@
|
|
|
4602
4761
|
"immutable": true,
|
|
4603
4762
|
"locationInModule": {
|
|
4604
4763
|
"filename": "src/providers/common.ts",
|
|
4605
|
-
"line":
|
|
4764
|
+
"line": 59
|
|
4606
4765
|
},
|
|
4607
4766
|
"name": "ARM64",
|
|
4608
4767
|
"static": true,
|
|
@@ -4619,7 +4778,7 @@
|
|
|
4619
4778
|
"immutable": true,
|
|
4620
4779
|
"locationInModule": {
|
|
4621
4780
|
"filename": "src/providers/common.ts",
|
|
4622
|
-
"line":
|
|
4781
|
+
"line": 64
|
|
4623
4782
|
},
|
|
4624
4783
|
"name": "X86_64",
|
|
4625
4784
|
"static": true,
|
|
@@ -4634,7 +4793,7 @@
|
|
|
4634
4793
|
"immutable": true,
|
|
4635
4794
|
"locationInModule": {
|
|
4636
4795
|
"filename": "src/providers/common.ts",
|
|
4637
|
-
"line":
|
|
4796
|
+
"line": 70
|
|
4638
4797
|
},
|
|
4639
4798
|
"name": "name",
|
|
4640
4799
|
"type": {
|
|
@@ -5506,7 +5665,7 @@
|
|
|
5506
5665
|
},
|
|
5507
5666
|
"locationInModule": {
|
|
5508
5667
|
"filename": "src/providers/common.ts",
|
|
5509
|
-
"line":
|
|
5668
|
+
"line": 528
|
|
5510
5669
|
},
|
|
5511
5670
|
"name": "labelsFromProperties",
|
|
5512
5671
|
"parameters": [
|
|
@@ -6643,7 +6802,7 @@
|
|
|
6643
6802
|
},
|
|
6644
6803
|
"locationInModule": {
|
|
6645
6804
|
"filename": "src/providers/ec2.ts",
|
|
6646
|
-
"line":
|
|
6805
|
+
"line": 356
|
|
6647
6806
|
},
|
|
6648
6807
|
"parameters": [
|
|
6649
6808
|
{
|
|
@@ -6670,7 +6829,7 @@
|
|
|
6670
6829
|
"kind": "class",
|
|
6671
6830
|
"locationInModule": {
|
|
6672
6831
|
"filename": "src/providers/ec2.ts",
|
|
6673
|
-
"line":
|
|
6832
|
+
"line": 589
|
|
6674
6833
|
},
|
|
6675
6834
|
"name": "Ec2Runner",
|
|
6676
6835
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -6690,7 +6849,7 @@
|
|
|
6690
6849
|
},
|
|
6691
6850
|
"locationInModule": {
|
|
6692
6851
|
"filename": "src/providers/ec2.ts",
|
|
6693
|
-
"line":
|
|
6852
|
+
"line": 356
|
|
6694
6853
|
},
|
|
6695
6854
|
"parameters": [
|
|
6696
6855
|
{
|
|
@@ -6720,7 +6879,7 @@
|
|
|
6720
6879
|
"kind": "class",
|
|
6721
6880
|
"locationInModule": {
|
|
6722
6881
|
"filename": "src/providers/ec2.ts",
|
|
6723
|
-
"line":
|
|
6882
|
+
"line": 285
|
|
6724
6883
|
},
|
|
6725
6884
|
"methods": [
|
|
6726
6885
|
{
|
|
@@ -6731,7 +6890,7 @@
|
|
|
6731
6890
|
},
|
|
6732
6891
|
"locationInModule": {
|
|
6733
6892
|
"filename": "src/providers/ec2.ts",
|
|
6734
|
-
"line":
|
|
6893
|
+
"line": 304
|
|
6735
6894
|
},
|
|
6736
6895
|
"name": "imageBuilder",
|
|
6737
6896
|
"parameters": [
|
|
@@ -6770,7 +6929,7 @@
|
|
|
6770
6929
|
},
|
|
6771
6930
|
"locationInModule": {
|
|
6772
6931
|
"filename": "src/providers/ec2.ts",
|
|
6773
|
-
"line":
|
|
6932
|
+
"line": 412
|
|
6774
6933
|
},
|
|
6775
6934
|
"name": "getStepFunctionTask",
|
|
6776
6935
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6799,7 +6958,7 @@
|
|
|
6799
6958
|
},
|
|
6800
6959
|
"locationInModule": {
|
|
6801
6960
|
"filename": "src/providers/ec2.ts",
|
|
6802
|
-
"line":
|
|
6961
|
+
"line": 529
|
|
6803
6962
|
},
|
|
6804
6963
|
"name": "grantStateMachine",
|
|
6805
6964
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6818,7 +6977,7 @@
|
|
|
6818
6977
|
},
|
|
6819
6978
|
"locationInModule": {
|
|
6820
6979
|
"filename": "src/providers/common.ts",
|
|
6821
|
-
"line":
|
|
6980
|
+
"line": 528
|
|
6822
6981
|
},
|
|
6823
6982
|
"name": "labelsFromProperties",
|
|
6824
6983
|
"parameters": [
|
|
@@ -6868,7 +7027,7 @@
|
|
|
6868
7027
|
},
|
|
6869
7028
|
"locationInModule": {
|
|
6870
7029
|
"filename": "src/providers/ec2.ts",
|
|
6871
|
-
"line":
|
|
7030
|
+
"line": 559
|
|
6872
7031
|
},
|
|
6873
7032
|
"name": "status",
|
|
6874
7033
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6897,7 +7056,7 @@
|
|
|
6897
7056
|
"immutable": true,
|
|
6898
7057
|
"locationInModule": {
|
|
6899
7058
|
"filename": "src/providers/ec2.ts",
|
|
6900
|
-
"line":
|
|
7059
|
+
"line": 581
|
|
6901
7060
|
},
|
|
6902
7061
|
"name": "connections",
|
|
6903
7062
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -6913,7 +7072,7 @@
|
|
|
6913
7072
|
"immutable": true,
|
|
6914
7073
|
"locationInModule": {
|
|
6915
7074
|
"filename": "src/providers/ec2.ts",
|
|
6916
|
-
"line":
|
|
7075
|
+
"line": 330
|
|
6917
7076
|
},
|
|
6918
7077
|
"name": "grantPrincipal",
|
|
6919
7078
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -6929,7 +7088,7 @@
|
|
|
6929
7088
|
"immutable": true,
|
|
6930
7089
|
"locationInModule": {
|
|
6931
7090
|
"filename": "src/providers/ec2.ts",
|
|
6932
|
-
"line":
|
|
7091
|
+
"line": 325
|
|
6933
7092
|
},
|
|
6934
7093
|
"name": "labels",
|
|
6935
7094
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6951,7 +7110,7 @@
|
|
|
6951
7110
|
"immutable": true,
|
|
6952
7111
|
"locationInModule": {
|
|
6953
7112
|
"filename": "src/providers/ec2.ts",
|
|
6954
|
-
"line":
|
|
7113
|
+
"line": 337
|
|
6955
7114
|
},
|
|
6956
7115
|
"name": "logGroup",
|
|
6957
7116
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6967,7 +7126,7 @@
|
|
|
6967
7126
|
"immutable": true,
|
|
6968
7127
|
"locationInModule": {
|
|
6969
7128
|
"filename": "src/providers/ec2.ts",
|
|
6970
|
-
"line":
|
|
7129
|
+
"line": 339
|
|
6971
7130
|
},
|
|
6972
7131
|
"name": "retryableErrors",
|
|
6973
7132
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6997,7 +7156,7 @@
|
|
|
6997
7156
|
"kind": "interface",
|
|
6998
7157
|
"locationInModule": {
|
|
6999
7158
|
"filename": "src/providers/ec2.ts",
|
|
7000
|
-
"line":
|
|
7159
|
+
"line": 181
|
|
7001
7160
|
},
|
|
7002
7161
|
"name": "Ec2RunnerProviderProps",
|
|
7003
7162
|
"properties": [
|
|
@@ -7010,7 +7169,7 @@
|
|
|
7010
7169
|
"immutable": true,
|
|
7011
7170
|
"locationInModule": {
|
|
7012
7171
|
"filename": "src/providers/ec2.ts",
|
|
7013
|
-
"line":
|
|
7172
|
+
"line": 194
|
|
7014
7173
|
},
|
|
7015
7174
|
"name": "amiBuilder",
|
|
7016
7175
|
"optional": true,
|
|
@@ -7029,7 +7188,7 @@
|
|
|
7029
7188
|
"immutable": true,
|
|
7030
7189
|
"locationInModule": {
|
|
7031
7190
|
"filename": "src/providers/ec2.ts",
|
|
7032
|
-
"line":
|
|
7191
|
+
"line": 189
|
|
7033
7192
|
},
|
|
7034
7193
|
"name": "imageBuilder",
|
|
7035
7194
|
"optional": true,
|
|
@@ -7047,7 +7206,7 @@
|
|
|
7047
7206
|
"immutable": true,
|
|
7048
7207
|
"locationInModule": {
|
|
7049
7208
|
"filename": "src/providers/ec2.ts",
|
|
7050
|
-
"line":
|
|
7209
|
+
"line": 212
|
|
7051
7210
|
},
|
|
7052
7211
|
"name": "instanceType",
|
|
7053
7212
|
"optional": true,
|
|
@@ -7066,7 +7225,7 @@
|
|
|
7066
7225
|
"immutable": true,
|
|
7067
7226
|
"locationInModule": {
|
|
7068
7227
|
"filename": "src/providers/ec2.ts",
|
|
7069
|
-
"line":
|
|
7228
|
+
"line": 205
|
|
7070
7229
|
},
|
|
7071
7230
|
"name": "labels",
|
|
7072
7231
|
"optional": true,
|
|
@@ -7090,7 +7249,7 @@
|
|
|
7090
7249
|
"immutable": true,
|
|
7091
7250
|
"locationInModule": {
|
|
7092
7251
|
"filename": "src/providers/ec2.ts",
|
|
7093
|
-
"line":
|
|
7252
|
+
"line": 233
|
|
7094
7253
|
},
|
|
7095
7254
|
"name": "securityGroup",
|
|
7096
7255
|
"optional": true,
|
|
@@ -7108,7 +7267,7 @@
|
|
|
7108
7267
|
"immutable": true,
|
|
7109
7268
|
"locationInModule": {
|
|
7110
7269
|
"filename": "src/providers/ec2.ts",
|
|
7111
|
-
"line":
|
|
7270
|
+
"line": 240
|
|
7112
7271
|
},
|
|
7113
7272
|
"name": "securityGroups",
|
|
7114
7273
|
"optional": true,
|
|
@@ -7132,7 +7291,7 @@
|
|
|
7132
7291
|
"immutable": true,
|
|
7133
7292
|
"locationInModule": {
|
|
7134
7293
|
"filename": "src/providers/ec2.ts",
|
|
7135
|
-
"line":
|
|
7294
|
+
"line": 270
|
|
7136
7295
|
},
|
|
7137
7296
|
"name": "spot",
|
|
7138
7297
|
"optional": true,
|
|
@@ -7150,7 +7309,7 @@
|
|
|
7150
7309
|
"immutable": true,
|
|
7151
7310
|
"locationInModule": {
|
|
7152
7311
|
"filename": "src/providers/ec2.ts",
|
|
7153
|
-
"line":
|
|
7312
|
+
"line": 277
|
|
7154
7313
|
},
|
|
7155
7314
|
"name": "spotMaxPrice",
|
|
7156
7315
|
"optional": true,
|
|
@@ -7158,6 +7317,23 @@
|
|
|
7158
7317
|
"primitive": "string"
|
|
7159
7318
|
}
|
|
7160
7319
|
},
|
|
7320
|
+
{
|
|
7321
|
+
"abstract": true,
|
|
7322
|
+
"docs": {
|
|
7323
|
+
"stability": "experimental",
|
|
7324
|
+
"summary": "Options for runner instance storage volume."
|
|
7325
|
+
},
|
|
7326
|
+
"immutable": true,
|
|
7327
|
+
"locationInModule": {
|
|
7328
|
+
"filename": "src/providers/ec2.ts",
|
|
7329
|
+
"line": 224
|
|
7330
|
+
},
|
|
7331
|
+
"name": "storageOptions",
|
|
7332
|
+
"optional": true,
|
|
7333
|
+
"type": {
|
|
7334
|
+
"fqn": "@cloudsnorkel/cdk-github-runners.StorageOptions"
|
|
7335
|
+
}
|
|
7336
|
+
},
|
|
7161
7337
|
{
|
|
7162
7338
|
"abstract": true,
|
|
7163
7339
|
"docs": {
|
|
@@ -7169,7 +7345,7 @@
|
|
|
7169
7345
|
"immutable": true,
|
|
7170
7346
|
"locationInModule": {
|
|
7171
7347
|
"filename": "src/providers/ec2.ts",
|
|
7172
|
-
"line":
|
|
7348
|
+
"line": 219
|
|
7173
7349
|
},
|
|
7174
7350
|
"name": "storageSize",
|
|
7175
7351
|
"optional": true,
|
|
@@ -7188,7 +7364,7 @@
|
|
|
7188
7364
|
"immutable": true,
|
|
7189
7365
|
"locationInModule": {
|
|
7190
7366
|
"filename": "src/providers/ec2.ts",
|
|
7191
|
-
"line":
|
|
7367
|
+
"line": 249
|
|
7192
7368
|
},
|
|
7193
7369
|
"name": "subnet",
|
|
7194
7370
|
"optional": true,
|
|
@@ -7207,7 +7383,7 @@
|
|
|
7207
7383
|
"immutable": true,
|
|
7208
7384
|
"locationInModule": {
|
|
7209
7385
|
"filename": "src/providers/ec2.ts",
|
|
7210
|
-
"line":
|
|
7386
|
+
"line": 263
|
|
7211
7387
|
},
|
|
7212
7388
|
"name": "subnetSelection",
|
|
7213
7389
|
"optional": true,
|
|
@@ -7225,7 +7401,7 @@
|
|
|
7225
7401
|
"immutable": true,
|
|
7226
7402
|
"locationInModule": {
|
|
7227
7403
|
"filename": "src/providers/ec2.ts",
|
|
7228
|
-
"line":
|
|
7404
|
+
"line": 256
|
|
7229
7405
|
},
|
|
7230
7406
|
"name": "vpc",
|
|
7231
7407
|
"optional": true,
|
|
@@ -7251,7 +7427,7 @@
|
|
|
7251
7427
|
},
|
|
7252
7428
|
"locationInModule": {
|
|
7253
7429
|
"filename": "src/providers/ecs.ts",
|
|
7254
|
-
"line":
|
|
7430
|
+
"line": 331
|
|
7255
7431
|
},
|
|
7256
7432
|
"parameters": [
|
|
7257
7433
|
{
|
|
@@ -7281,7 +7457,7 @@
|
|
|
7281
7457
|
"kind": "class",
|
|
7282
7458
|
"locationInModule": {
|
|
7283
7459
|
"filename": "src/providers/ecs.ts",
|
|
7284
|
-
"line":
|
|
7460
|
+
"line": 216
|
|
7285
7461
|
},
|
|
7286
7462
|
"methods": [
|
|
7287
7463
|
{
|
|
@@ -7292,7 +7468,7 @@
|
|
|
7292
7468
|
},
|
|
7293
7469
|
"locationInModule": {
|
|
7294
7470
|
"filename": "src/providers/ecs.ts",
|
|
7295
|
-
"line":
|
|
7471
|
+
"line": 235
|
|
7296
7472
|
},
|
|
7297
7473
|
"name": "imageBuilder",
|
|
7298
7474
|
"parameters": [
|
|
@@ -7331,7 +7507,7 @@
|
|
|
7331
7507
|
},
|
|
7332
7508
|
"locationInModule": {
|
|
7333
7509
|
"filename": "src/providers/ecs.ts",
|
|
7334
|
-
"line":
|
|
7510
|
+
"line": 551
|
|
7335
7511
|
},
|
|
7336
7512
|
"name": "getStepFunctionTask",
|
|
7337
7513
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7360,7 +7536,7 @@
|
|
|
7360
7536
|
},
|
|
7361
7537
|
"locationInModule": {
|
|
7362
7538
|
"filename": "src/providers/ecs.ts",
|
|
7363
|
-
"line":
|
|
7539
|
+
"line": 603
|
|
7364
7540
|
},
|
|
7365
7541
|
"name": "grantStateMachine",
|
|
7366
7542
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7379,7 +7555,7 @@
|
|
|
7379
7555
|
},
|
|
7380
7556
|
"locationInModule": {
|
|
7381
7557
|
"filename": "src/providers/common.ts",
|
|
7382
|
-
"line":
|
|
7558
|
+
"line": 528
|
|
7383
7559
|
},
|
|
7384
7560
|
"name": "labelsFromProperties",
|
|
7385
7561
|
"parameters": [
|
|
@@ -7429,7 +7605,7 @@
|
|
|
7429
7605
|
},
|
|
7430
7606
|
"locationInModule": {
|
|
7431
7607
|
"filename": "src/providers/ecs.ts",
|
|
7432
|
-
"line":
|
|
7608
|
+
"line": 606
|
|
7433
7609
|
},
|
|
7434
7610
|
"name": "status",
|
|
7435
7611
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7458,7 +7634,7 @@
|
|
|
7458
7634
|
"immutable": true,
|
|
7459
7635
|
"locationInModule": {
|
|
7460
7636
|
"filename": "src/providers/ecs.ts",
|
|
7461
|
-
"line":
|
|
7637
|
+
"line": 300
|
|
7462
7638
|
},
|
|
7463
7639
|
"name": "connections",
|
|
7464
7640
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -7474,7 +7650,7 @@
|
|
|
7474
7650
|
"immutable": true,
|
|
7475
7651
|
"locationInModule": {
|
|
7476
7652
|
"filename": "src/providers/ecs.ts",
|
|
7477
|
-
"line":
|
|
7653
|
+
"line": 295
|
|
7478
7654
|
},
|
|
7479
7655
|
"name": "grantPrincipal",
|
|
7480
7656
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7490,7 +7666,7 @@
|
|
|
7490
7666
|
"immutable": true,
|
|
7491
7667
|
"locationInModule": {
|
|
7492
7668
|
"filename": "src/providers/ecs.ts",
|
|
7493
|
-
"line":
|
|
7669
|
+
"line": 275
|
|
7494
7670
|
},
|
|
7495
7671
|
"name": "labels",
|
|
7496
7672
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7512,7 +7688,7 @@
|
|
|
7512
7688
|
"immutable": true,
|
|
7513
7689
|
"locationInModule": {
|
|
7514
7690
|
"filename": "src/providers/ecs.ts",
|
|
7515
|
-
"line":
|
|
7691
|
+
"line": 312
|
|
7516
7692
|
},
|
|
7517
7693
|
"name": "logGroup",
|
|
7518
7694
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7528,7 +7704,7 @@
|
|
|
7528
7704
|
"immutable": true,
|
|
7529
7705
|
"locationInModule": {
|
|
7530
7706
|
"filename": "src/providers/ecs.ts",
|
|
7531
|
-
"line":
|
|
7707
|
+
"line": 324
|
|
7532
7708
|
},
|
|
7533
7709
|
"name": "retryableErrors",
|
|
7534
7710
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7558,7 +7734,7 @@
|
|
|
7558
7734
|
"kind": "interface",
|
|
7559
7735
|
"locationInModule": {
|
|
7560
7736
|
"filename": "src/providers/ecs.ts",
|
|
7561
|
-
"line":
|
|
7737
|
+
"line": 37
|
|
7562
7738
|
},
|
|
7563
7739
|
"name": "EcsRunnerProviderProps",
|
|
7564
7740
|
"properties": [
|
|
@@ -7573,7 +7749,7 @@
|
|
|
7573
7749
|
"immutable": true,
|
|
7574
7750
|
"locationInModule": {
|
|
7575
7751
|
"filename": "src/providers/ecs.ts",
|
|
7576
|
-
"line":
|
|
7752
|
+
"line": 102
|
|
7577
7753
|
},
|
|
7578
7754
|
"name": "assignPublicIp",
|
|
7579
7755
|
"optional": true,
|
|
@@ -7592,7 +7768,7 @@
|
|
|
7592
7768
|
"immutable": true,
|
|
7593
7769
|
"locationInModule": {
|
|
7594
7770
|
"filename": "src/providers/ecs.ts",
|
|
7595
|
-
"line":
|
|
7771
|
+
"line": 93
|
|
7596
7772
|
},
|
|
7597
7773
|
"name": "capacityProvider",
|
|
7598
7774
|
"optional": true,
|
|
@@ -7610,7 +7786,7 @@
|
|
|
7610
7786
|
"immutable": true,
|
|
7611
7787
|
"locationInModule": {
|
|
7612
7788
|
"filename": "src/providers/ecs.ts",
|
|
7613
|
-
"line":
|
|
7789
|
+
"line": 84
|
|
7614
7790
|
},
|
|
7615
7791
|
"name": "cluster",
|
|
7616
7792
|
"optional": true,
|
|
@@ -7629,7 +7805,7 @@
|
|
|
7629
7805
|
"immutable": true,
|
|
7630
7806
|
"locationInModule": {
|
|
7631
7807
|
"filename": "src/providers/ecs.ts",
|
|
7632
|
-
"line":
|
|
7808
|
+
"line": 109
|
|
7633
7809
|
},
|
|
7634
7810
|
"name": "cpu",
|
|
7635
7811
|
"optional": true,
|
|
@@ -7648,7 +7824,7 @@
|
|
|
7648
7824
|
"immutable": true,
|
|
7649
7825
|
"locationInModule": {
|
|
7650
7826
|
"filename": "src/providers/ecs.ts",
|
|
7651
|
-
"line":
|
|
7827
|
+
"line": 166
|
|
7652
7828
|
},
|
|
7653
7829
|
"name": "dockerInDocker",
|
|
7654
7830
|
"optional": true,
|
|
@@ -7667,7 +7843,7 @@
|
|
|
7667
7843
|
"immutable": true,
|
|
7668
7844
|
"locationInModule": {
|
|
7669
7845
|
"filename": "src/providers/ecs.ts",
|
|
7670
|
-
"line":
|
|
7846
|
+
"line": 45
|
|
7671
7847
|
},
|
|
7672
7848
|
"name": "imageBuilder",
|
|
7673
7849
|
"optional": true,
|
|
@@ -7686,7 +7862,7 @@
|
|
|
7686
7862
|
"immutable": true,
|
|
7687
7863
|
"locationInModule": {
|
|
7688
7864
|
"filename": "src/providers/ecs.ts",
|
|
7689
|
-
"line":
|
|
7865
|
+
"line": 130
|
|
7690
7866
|
},
|
|
7691
7867
|
"name": "instanceType",
|
|
7692
7868
|
"optional": true,
|
|
@@ -7705,7 +7881,7 @@
|
|
|
7705
7881
|
"immutable": true,
|
|
7706
7882
|
"locationInModule": {
|
|
7707
7883
|
"filename": "src/providers/ecs.ts",
|
|
7708
|
-
"line":
|
|
7884
|
+
"line": 56
|
|
7709
7885
|
},
|
|
7710
7886
|
"name": "labels",
|
|
7711
7887
|
"optional": true,
|
|
@@ -7729,7 +7905,7 @@
|
|
|
7729
7905
|
"immutable": true,
|
|
7730
7906
|
"locationInModule": {
|
|
7731
7907
|
"filename": "src/providers/ecs.ts",
|
|
7732
|
-
"line":
|
|
7908
|
+
"line": 144
|
|
7733
7909
|
},
|
|
7734
7910
|
"name": "maxInstances",
|
|
7735
7911
|
"optional": true,
|
|
@@ -7747,7 +7923,7 @@
|
|
|
7747
7923
|
"immutable": true,
|
|
7748
7924
|
"locationInModule": {
|
|
7749
7925
|
"filename": "src/providers/ecs.ts",
|
|
7750
|
-
"line":
|
|
7926
|
+
"line": 116
|
|
7751
7927
|
},
|
|
7752
7928
|
"name": "memoryLimitMiB",
|
|
7753
7929
|
"optional": true,
|
|
@@ -7765,7 +7941,7 @@
|
|
|
7765
7941
|
"immutable": true,
|
|
7766
7942
|
"locationInModule": {
|
|
7767
7943
|
"filename": "src/providers/ecs.ts",
|
|
7768
|
-
"line":
|
|
7944
|
+
"line": 123
|
|
7769
7945
|
},
|
|
7770
7946
|
"name": "memoryReservationMiB",
|
|
7771
7947
|
"optional": true,
|
|
@@ -7784,7 +7960,7 @@
|
|
|
7784
7960
|
"immutable": true,
|
|
7785
7961
|
"locationInModule": {
|
|
7786
7962
|
"filename": "src/providers/ecs.ts",
|
|
7787
|
-
"line":
|
|
7963
|
+
"line": 137
|
|
7788
7964
|
},
|
|
7789
7965
|
"name": "minInstances",
|
|
7790
7966
|
"optional": true,
|
|
@@ -7802,7 +7978,7 @@
|
|
|
7802
7978
|
"immutable": true,
|
|
7803
7979
|
"locationInModule": {
|
|
7804
7980
|
"filename": "src/providers/ecs.ts",
|
|
7805
|
-
"line":
|
|
7981
|
+
"line": 77
|
|
7806
7982
|
},
|
|
7807
7983
|
"name": "securityGroups",
|
|
7808
7984
|
"optional": true,
|
|
@@ -7825,7 +8001,7 @@
|
|
|
7825
8001
|
"immutable": true,
|
|
7826
8002
|
"locationInModule": {
|
|
7827
8003
|
"filename": "src/providers/ecs.ts",
|
|
7828
|
-
"line":
|
|
8004
|
+
"line": 173
|
|
7829
8005
|
},
|
|
7830
8006
|
"name": "spot",
|
|
7831
8007
|
"optional": true,
|
|
@@ -7842,7 +8018,7 @@
|
|
|
7842
8018
|
"immutable": true,
|
|
7843
8019
|
"locationInModule": {
|
|
7844
8020
|
"filename": "src/providers/ecs.ts",
|
|
7845
|
-
"line":
|
|
8021
|
+
"line": 178
|
|
7846
8022
|
},
|
|
7847
8023
|
"name": "spotMaxPrice",
|
|
7848
8024
|
"optional": true,
|
|
@@ -7850,6 +8026,23 @@
|
|
|
7850
8026
|
"primitive": "string"
|
|
7851
8027
|
}
|
|
7852
8028
|
},
|
|
8029
|
+
{
|
|
8030
|
+
"abstract": true,
|
|
8031
|
+
"docs": {
|
|
8032
|
+
"stability": "experimental",
|
|
8033
|
+
"summary": "Options for runner instance storage volume."
|
|
8034
|
+
},
|
|
8035
|
+
"immutable": true,
|
|
8036
|
+
"locationInModule": {
|
|
8037
|
+
"filename": "src/providers/ecs.ts",
|
|
8038
|
+
"line": 158
|
|
8039
|
+
},
|
|
8040
|
+
"name": "storageOptions",
|
|
8041
|
+
"optional": true,
|
|
8042
|
+
"type": {
|
|
8043
|
+
"fqn": "@cloudsnorkel/cdk-github-runners.StorageOptions"
|
|
8044
|
+
}
|
|
8045
|
+
},
|
|
7853
8046
|
{
|
|
7854
8047
|
"abstract": true,
|
|
7855
8048
|
"docs": {
|
|
@@ -7861,7 +8054,7 @@
|
|
|
7861
8054
|
"immutable": true,
|
|
7862
8055
|
"locationInModule": {
|
|
7863
8056
|
"filename": "src/providers/ecs.ts",
|
|
7864
|
-
"line":
|
|
8057
|
+
"line": 153
|
|
7865
8058
|
},
|
|
7866
8059
|
"name": "storageSize",
|
|
7867
8060
|
"optional": true,
|
|
@@ -7879,7 +8072,7 @@
|
|
|
7879
8072
|
"immutable": true,
|
|
7880
8073
|
"locationInModule": {
|
|
7881
8074
|
"filename": "src/providers/ecs.ts",
|
|
7882
|
-
"line":
|
|
8075
|
+
"line": 70
|
|
7883
8076
|
},
|
|
7884
8077
|
"name": "subnetSelection",
|
|
7885
8078
|
"optional": true,
|
|
@@ -7897,7 +8090,7 @@
|
|
|
7897
8090
|
"immutable": true,
|
|
7898
8091
|
"locationInModule": {
|
|
7899
8092
|
"filename": "src/providers/ecs.ts",
|
|
7900
|
-
"line":
|
|
8093
|
+
"line": 63
|
|
7901
8094
|
},
|
|
7902
8095
|
"name": "vpc",
|
|
7903
8096
|
"optional": true,
|
|
@@ -7922,7 +8115,7 @@
|
|
|
7922
8115
|
},
|
|
7923
8116
|
"locationInModule": {
|
|
7924
8117
|
"filename": "src/providers/fargate.ts",
|
|
7925
|
-
"line":
|
|
8118
|
+
"line": 368
|
|
7926
8119
|
},
|
|
7927
8120
|
"parameters": [
|
|
7928
8121
|
{
|
|
@@ -7949,7 +8142,7 @@
|
|
|
7949
8142
|
"kind": "class",
|
|
7950
8143
|
"locationInModule": {
|
|
7951
8144
|
"filename": "src/providers/fargate.ts",
|
|
7952
|
-
"line":
|
|
8145
|
+
"line": 536
|
|
7953
8146
|
},
|
|
7954
8147
|
"name": "FargateRunner",
|
|
7955
8148
|
"symbolId": "src/providers/fargate:FargateRunner"
|
|
@@ -7969,7 +8162,7 @@
|
|
|
7969
8162
|
},
|
|
7970
8163
|
"locationInModule": {
|
|
7971
8164
|
"filename": "src/providers/fargate.ts",
|
|
7972
|
-
"line":
|
|
8165
|
+
"line": 368
|
|
7973
8166
|
},
|
|
7974
8167
|
"parameters": [
|
|
7975
8168
|
{
|
|
@@ -7999,7 +8192,7 @@
|
|
|
7999
8192
|
"kind": "class",
|
|
8000
8193
|
"locationInModule": {
|
|
8001
8194
|
"filename": "src/providers/fargate.ts",
|
|
8002
|
-
"line":
|
|
8195
|
+
"line": 242
|
|
8003
8196
|
},
|
|
8004
8197
|
"methods": [
|
|
8005
8198
|
{
|
|
@@ -8010,7 +8203,7 @@
|
|
|
8010
8203
|
},
|
|
8011
8204
|
"locationInModule": {
|
|
8012
8205
|
"filename": "src/providers/fargate.ts",
|
|
8013
|
-
"line":
|
|
8206
|
+
"line": 282
|
|
8014
8207
|
},
|
|
8015
8208
|
"name": "imageBuilder",
|
|
8016
8209
|
"parameters": [
|
|
@@ -8049,7 +8242,7 @@
|
|
|
8049
8242
|
},
|
|
8050
8243
|
"locationInModule": {
|
|
8051
8244
|
"filename": "src/providers/fargate.ts",
|
|
8052
|
-
"line":
|
|
8245
|
+
"line": 455
|
|
8053
8246
|
},
|
|
8054
8247
|
"name": "getStepFunctionTask",
|
|
8055
8248
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8078,7 +8271,7 @@
|
|
|
8078
8271
|
},
|
|
8079
8272
|
"locationInModule": {
|
|
8080
8273
|
"filename": "src/providers/fargate.ts",
|
|
8081
|
-
"line":
|
|
8274
|
+
"line": 511
|
|
8082
8275
|
},
|
|
8083
8276
|
"name": "grantStateMachine",
|
|
8084
8277
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8097,7 +8290,7 @@
|
|
|
8097
8290
|
},
|
|
8098
8291
|
"locationInModule": {
|
|
8099
8292
|
"filename": "src/providers/common.ts",
|
|
8100
|
-
"line":
|
|
8293
|
+
"line": 528
|
|
8101
8294
|
},
|
|
8102
8295
|
"name": "labelsFromProperties",
|
|
8103
8296
|
"parameters": [
|
|
@@ -8147,7 +8340,7 @@
|
|
|
8147
8340
|
},
|
|
8148
8341
|
"locationInModule": {
|
|
8149
8342
|
"filename": "src/providers/fargate.ts",
|
|
8150
|
-
"line":
|
|
8343
|
+
"line": 514
|
|
8151
8344
|
},
|
|
8152
8345
|
"name": "status",
|
|
8153
8346
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8179,7 +8372,7 @@
|
|
|
8179
8372
|
"immutable": true,
|
|
8180
8373
|
"locationInModule": {
|
|
8181
8374
|
"filename": "src/providers/fargate.ts",
|
|
8182
|
-
"line":
|
|
8375
|
+
"line": 263
|
|
8183
8376
|
},
|
|
8184
8377
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
8185
8378
|
"static": true,
|
|
@@ -8198,7 +8391,7 @@
|
|
|
8198
8391
|
"immutable": true,
|
|
8199
8392
|
"locationInModule": {
|
|
8200
8393
|
"filename": "src/providers/fargate.ts",
|
|
8201
|
-
"line":
|
|
8394
|
+
"line": 252
|
|
8202
8395
|
},
|
|
8203
8396
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
8204
8397
|
"static": true,
|
|
@@ -8214,7 +8407,7 @@
|
|
|
8214
8407
|
"immutable": true,
|
|
8215
8408
|
"locationInModule": {
|
|
8216
8409
|
"filename": "src/providers/fargate.ts",
|
|
8217
|
-
"line":
|
|
8410
|
+
"line": 331
|
|
8218
8411
|
},
|
|
8219
8412
|
"name": "assignPublicIp",
|
|
8220
8413
|
"type": {
|
|
@@ -8229,7 +8422,7 @@
|
|
|
8229
8422
|
"immutable": true,
|
|
8230
8423
|
"locationInModule": {
|
|
8231
8424
|
"filename": "src/providers/fargate.ts",
|
|
8232
|
-
"line":
|
|
8425
|
+
"line": 301
|
|
8233
8426
|
},
|
|
8234
8427
|
"name": "cluster",
|
|
8235
8428
|
"type": {
|
|
@@ -8244,7 +8437,7 @@
|
|
|
8244
8437
|
"immutable": true,
|
|
8245
8438
|
"locationInModule": {
|
|
8246
8439
|
"filename": "src/providers/fargate.ts",
|
|
8247
|
-
"line":
|
|
8440
|
+
"line": 341
|
|
8248
8441
|
},
|
|
8249
8442
|
"name": "connections",
|
|
8250
8443
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -8260,7 +8453,7 @@
|
|
|
8260
8453
|
"immutable": true,
|
|
8261
8454
|
"locationInModule": {
|
|
8262
8455
|
"filename": "src/providers/fargate.ts",
|
|
8263
|
-
"line":
|
|
8456
|
+
"line": 311
|
|
8264
8457
|
},
|
|
8265
8458
|
"name": "container",
|
|
8266
8459
|
"type": {
|
|
@@ -8275,7 +8468,7 @@
|
|
|
8275
8468
|
"immutable": true,
|
|
8276
8469
|
"locationInModule": {
|
|
8277
8470
|
"filename": "src/providers/fargate.ts",
|
|
8278
|
-
"line":
|
|
8471
|
+
"line": 336
|
|
8279
8472
|
},
|
|
8280
8473
|
"name": "grantPrincipal",
|
|
8281
8474
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -8292,7 +8485,7 @@
|
|
|
8292
8485
|
"immutable": true,
|
|
8293
8486
|
"locationInModule": {
|
|
8294
8487
|
"filename": "src/providers/fargate.ts",
|
|
8295
|
-
"line":
|
|
8488
|
+
"line": 351
|
|
8296
8489
|
},
|
|
8297
8490
|
"name": "image",
|
|
8298
8491
|
"type": {
|
|
@@ -8307,7 +8500,7 @@
|
|
|
8307
8500
|
"immutable": true,
|
|
8308
8501
|
"locationInModule": {
|
|
8309
8502
|
"filename": "src/providers/fargate.ts",
|
|
8310
|
-
"line":
|
|
8503
|
+
"line": 316
|
|
8311
8504
|
},
|
|
8312
8505
|
"name": "labels",
|
|
8313
8506
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8329,7 +8522,7 @@
|
|
|
8329
8522
|
"immutable": true,
|
|
8330
8523
|
"locationInModule": {
|
|
8331
8524
|
"filename": "src/providers/fargate.ts",
|
|
8332
|
-
"line":
|
|
8525
|
+
"line": 358
|
|
8333
8526
|
},
|
|
8334
8527
|
"name": "logGroup",
|
|
8335
8528
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8345,7 +8538,7 @@
|
|
|
8345
8538
|
"immutable": true,
|
|
8346
8539
|
"locationInModule": {
|
|
8347
8540
|
"filename": "src/providers/fargate.ts",
|
|
8348
|
-
"line":
|
|
8541
|
+
"line": 360
|
|
8349
8542
|
},
|
|
8350
8543
|
"name": "retryableErrors",
|
|
8351
8544
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8366,7 +8559,7 @@
|
|
|
8366
8559
|
"immutable": true,
|
|
8367
8560
|
"locationInModule": {
|
|
8368
8561
|
"filename": "src/providers/fargate.ts",
|
|
8369
|
-
"line":
|
|
8562
|
+
"line": 346
|
|
8370
8563
|
},
|
|
8371
8564
|
"name": "spot",
|
|
8372
8565
|
"type": {
|
|
@@ -8381,7 +8574,7 @@
|
|
|
8381
8574
|
"immutable": true,
|
|
8382
8575
|
"locationInModule": {
|
|
8383
8576
|
"filename": "src/providers/fargate.ts",
|
|
8384
|
-
"line":
|
|
8577
|
+
"line": 306
|
|
8385
8578
|
},
|
|
8386
8579
|
"name": "task",
|
|
8387
8580
|
"type": {
|
|
@@ -8396,7 +8589,7 @@
|
|
|
8396
8589
|
"immutable": true,
|
|
8397
8590
|
"locationInModule": {
|
|
8398
8591
|
"filename": "src/providers/fargate.ts",
|
|
8399
|
-
"line":
|
|
8592
|
+
"line": 326
|
|
8400
8593
|
},
|
|
8401
8594
|
"name": "subnetSelection",
|
|
8402
8595
|
"optional": true,
|
|
@@ -8412,7 +8605,7 @@
|
|
|
8412
8605
|
"immutable": true,
|
|
8413
8606
|
"locationInModule": {
|
|
8414
8607
|
"filename": "src/providers/fargate.ts",
|
|
8415
|
-
"line":
|
|
8608
|
+
"line": 321
|
|
8416
8609
|
},
|
|
8417
8610
|
"name": "vpc",
|
|
8418
8611
|
"optional": true,
|
|
@@ -9398,7 +9591,7 @@
|
|
|
9398
9591
|
"kind": "interface",
|
|
9399
9592
|
"locationInModule": {
|
|
9400
9593
|
"filename": "src/providers/common.ts",
|
|
9401
|
-
"line":
|
|
9594
|
+
"line": 372
|
|
9402
9595
|
},
|
|
9403
9596
|
"name": "IRunnerAmiStatus",
|
|
9404
9597
|
"properties": [
|
|
@@ -9411,7 +9604,7 @@
|
|
|
9411
9604
|
"immutable": true,
|
|
9412
9605
|
"locationInModule": {
|
|
9413
9606
|
"filename": "src/providers/common.ts",
|
|
9414
|
-
"line":
|
|
9607
|
+
"line": 376
|
|
9415
9608
|
},
|
|
9416
9609
|
"name": "launchTemplate",
|
|
9417
9610
|
"type": {
|
|
@@ -9427,7 +9620,7 @@
|
|
|
9427
9620
|
"immutable": true,
|
|
9428
9621
|
"locationInModule": {
|
|
9429
9622
|
"filename": "src/providers/common.ts",
|
|
9430
|
-
"line":
|
|
9623
|
+
"line": 381
|
|
9431
9624
|
},
|
|
9432
9625
|
"name": "amiBuilderLogGroup",
|
|
9433
9626
|
"optional": true,
|
|
@@ -9502,7 +9695,7 @@
|
|
|
9502
9695
|
"kind": "interface",
|
|
9503
9696
|
"locationInModule": {
|
|
9504
9697
|
"filename": "src/providers/common.ts",
|
|
9505
|
-
"line":
|
|
9698
|
+
"line": 352
|
|
9506
9699
|
},
|
|
9507
9700
|
"name": "IRunnerImageStatus",
|
|
9508
9701
|
"properties": [
|
|
@@ -9515,7 +9708,7 @@
|
|
|
9515
9708
|
"immutable": true,
|
|
9516
9709
|
"locationInModule": {
|
|
9517
9710
|
"filename": "src/providers/common.ts",
|
|
9518
|
-
"line":
|
|
9711
|
+
"line": 356
|
|
9519
9712
|
},
|
|
9520
9713
|
"name": "imageRepository",
|
|
9521
9714
|
"type": {
|
|
@@ -9531,7 +9724,7 @@
|
|
|
9531
9724
|
"immutable": true,
|
|
9532
9725
|
"locationInModule": {
|
|
9533
9726
|
"filename": "src/providers/common.ts",
|
|
9534
|
-
"line":
|
|
9727
|
+
"line": 361
|
|
9535
9728
|
},
|
|
9536
9729
|
"name": "imageTag",
|
|
9537
9730
|
"type": {
|
|
@@ -9547,7 +9740,7 @@
|
|
|
9547
9740
|
"immutable": true,
|
|
9548
9741
|
"locationInModule": {
|
|
9549
9742
|
"filename": "src/providers/common.ts",
|
|
9550
|
-
"line":
|
|
9743
|
+
"line": 366
|
|
9551
9744
|
},
|
|
9552
9745
|
"name": "imageBuilderLogGroup",
|
|
9553
9746
|
"optional": true,
|
|
@@ -9574,7 +9767,7 @@
|
|
|
9574
9767
|
"kind": "interface",
|
|
9575
9768
|
"locationInModule": {
|
|
9576
9769
|
"filename": "src/providers/common.ts",
|
|
9577
|
-
"line":
|
|
9770
|
+
"line": 432
|
|
9578
9771
|
},
|
|
9579
9772
|
"methods": [
|
|
9580
9773
|
{
|
|
@@ -9586,7 +9779,7 @@
|
|
|
9586
9779
|
},
|
|
9587
9780
|
"locationInModule": {
|
|
9588
9781
|
"filename": "src/providers/common.ts",
|
|
9589
|
-
"line":
|
|
9782
|
+
"line": 463
|
|
9590
9783
|
},
|
|
9591
9784
|
"name": "getStepFunctionTask",
|
|
9592
9785
|
"parameters": [
|
|
@@ -9615,7 +9808,7 @@
|
|
|
9615
9808
|
},
|
|
9616
9809
|
"locationInModule": {
|
|
9617
9810
|
"filename": "src/providers/common.ts",
|
|
9618
|
-
"line":
|
|
9811
|
+
"line": 471
|
|
9619
9812
|
},
|
|
9620
9813
|
"name": "grantStateMachine",
|
|
9621
9814
|
"parameters": [
|
|
@@ -9639,7 +9832,7 @@
|
|
|
9639
9832
|
},
|
|
9640
9833
|
"locationInModule": {
|
|
9641
9834
|
"filename": "src/providers/common.ts",
|
|
9642
|
-
"line":
|
|
9835
|
+
"line": 478
|
|
9643
9836
|
},
|
|
9644
9837
|
"name": "status",
|
|
9645
9838
|
"parameters": [
|
|
@@ -9672,7 +9865,7 @@
|
|
|
9672
9865
|
"immutable": true,
|
|
9673
9866
|
"locationInModule": {
|
|
9674
9867
|
"filename": "src/providers/common.ts",
|
|
9675
|
-
"line":
|
|
9868
|
+
"line": 440
|
|
9676
9869
|
},
|
|
9677
9870
|
"name": "labels",
|
|
9678
9871
|
"type": {
|
|
@@ -9694,7 +9887,7 @@
|
|
|
9694
9887
|
"immutable": true,
|
|
9695
9888
|
"locationInModule": {
|
|
9696
9889
|
"filename": "src/providers/common.ts",
|
|
9697
|
-
"line":
|
|
9890
|
+
"line": 447
|
|
9698
9891
|
},
|
|
9699
9892
|
"name": "logGroup",
|
|
9700
9893
|
"type": {
|
|
@@ -9711,7 +9904,7 @@
|
|
|
9711
9904
|
"immutable": true,
|
|
9712
9905
|
"locationInModule": {
|
|
9713
9906
|
"filename": "src/providers/common.ts",
|
|
9714
|
-
"line":
|
|
9907
|
+
"line": 454
|
|
9715
9908
|
},
|
|
9716
9909
|
"name": "retryableErrors",
|
|
9717
9910
|
"type": {
|
|
@@ -9736,7 +9929,7 @@
|
|
|
9736
9929
|
"kind": "interface",
|
|
9737
9930
|
"locationInModule": {
|
|
9738
9931
|
"filename": "src/providers/common.ts",
|
|
9739
|
-
"line":
|
|
9932
|
+
"line": 387
|
|
9740
9933
|
},
|
|
9741
9934
|
"name": "IRunnerProviderStatus",
|
|
9742
9935
|
"properties": [
|
|
@@ -9749,7 +9942,7 @@
|
|
|
9749
9942
|
"immutable": true,
|
|
9750
9943
|
"locationInModule": {
|
|
9751
9944
|
"filename": "src/providers/common.ts",
|
|
9752
|
-
"line":
|
|
9945
|
+
"line": 396
|
|
9753
9946
|
},
|
|
9754
9947
|
"name": "labels",
|
|
9755
9948
|
"type": {
|
|
@@ -9770,7 +9963,7 @@
|
|
|
9770
9963
|
"immutable": true,
|
|
9771
9964
|
"locationInModule": {
|
|
9772
9965
|
"filename": "src/providers/common.ts",
|
|
9773
|
-
"line":
|
|
9966
|
+
"line": 391
|
|
9774
9967
|
},
|
|
9775
9968
|
"name": "type",
|
|
9776
9969
|
"type": {
|
|
@@ -9786,7 +9979,7 @@
|
|
|
9786
9979
|
"immutable": true,
|
|
9787
9980
|
"locationInModule": {
|
|
9788
9981
|
"filename": "src/providers/common.ts",
|
|
9789
|
-
"line":
|
|
9982
|
+
"line": 421
|
|
9790
9983
|
},
|
|
9791
9984
|
"name": "ami",
|
|
9792
9985
|
"optional": true,
|
|
@@ -9803,7 +9996,7 @@
|
|
|
9803
9996
|
"immutable": true,
|
|
9804
9997
|
"locationInModule": {
|
|
9805
9998
|
"filename": "src/providers/common.ts",
|
|
9806
|
-
"line":
|
|
9999
|
+
"line": 416
|
|
9807
10000
|
},
|
|
9808
10001
|
"name": "image",
|
|
9809
10002
|
"optional": true,
|
|
@@ -9820,7 +10013,7 @@
|
|
|
9820
10013
|
"immutable": true,
|
|
9821
10014
|
"locationInModule": {
|
|
9822
10015
|
"filename": "src/providers/common.ts",
|
|
9823
|
-
"line":
|
|
10016
|
+
"line": 426
|
|
9824
10017
|
},
|
|
9825
10018
|
"name": "logGroup",
|
|
9826
10019
|
"optional": true,
|
|
@@ -9837,7 +10030,7 @@
|
|
|
9837
10030
|
"immutable": true,
|
|
9838
10031
|
"locationInModule": {
|
|
9839
10032
|
"filename": "src/providers/common.ts",
|
|
9840
|
-
"line":
|
|
10033
|
+
"line": 411
|
|
9841
10034
|
},
|
|
9842
10035
|
"name": "roleArn",
|
|
9843
10036
|
"optional": true,
|
|
@@ -9854,7 +10047,7 @@
|
|
|
9854
10047
|
"immutable": true,
|
|
9855
10048
|
"locationInModule": {
|
|
9856
10049
|
"filename": "src/providers/common.ts",
|
|
9857
|
-
"line":
|
|
10050
|
+
"line": 406
|
|
9858
10051
|
},
|
|
9859
10052
|
"name": "securityGroups",
|
|
9860
10053
|
"optional": true,
|
|
@@ -9876,7 +10069,7 @@
|
|
|
9876
10069
|
"immutable": true,
|
|
9877
10070
|
"locationInModule": {
|
|
9878
10071
|
"filename": "src/providers/common.ts",
|
|
9879
|
-
"line":
|
|
10072
|
+
"line": 401
|
|
9880
10073
|
},
|
|
9881
10074
|
"name": "vpcArn",
|
|
9882
10075
|
"optional": true,
|
|
@@ -10578,7 +10771,7 @@
|
|
|
10578
10771
|
},
|
|
10579
10772
|
"locationInModule": {
|
|
10580
10773
|
"filename": "src/providers/common.ts",
|
|
10581
|
-
"line":
|
|
10774
|
+
"line": 528
|
|
10582
10775
|
},
|
|
10583
10776
|
"name": "labelsFromProperties",
|
|
10584
10777
|
"parameters": [
|
|
@@ -11446,7 +11639,7 @@
|
|
|
11446
11639
|
"kind": "class",
|
|
11447
11640
|
"locationInModule": {
|
|
11448
11641
|
"filename": "src/providers/common.ts",
|
|
11449
|
-
"line":
|
|
11642
|
+
"line": 115
|
|
11450
11643
|
},
|
|
11451
11644
|
"methods": [
|
|
11452
11645
|
{
|
|
@@ -11456,7 +11649,7 @@
|
|
|
11456
11649
|
},
|
|
11457
11650
|
"locationInModule": {
|
|
11458
11651
|
"filename": "src/providers/common.ts",
|
|
11459
|
-
"line":
|
|
11652
|
+
"line": 160
|
|
11460
11653
|
},
|
|
11461
11654
|
"name": "is",
|
|
11462
11655
|
"parameters": [
|
|
@@ -11483,7 +11676,7 @@
|
|
|
11483
11676
|
},
|
|
11484
11677
|
"locationInModule": {
|
|
11485
11678
|
"filename": "src/providers/common.ts",
|
|
11486
|
-
"line":
|
|
11679
|
+
"line": 169
|
|
11487
11680
|
},
|
|
11488
11681
|
"name": "isIn",
|
|
11489
11682
|
"parameters": [
|
|
@@ -11521,7 +11714,7 @@
|
|
|
11521
11714
|
"immutable": true,
|
|
11522
11715
|
"locationInModule": {
|
|
11523
11716
|
"filename": "src/providers/common.ts",
|
|
11524
|
-
"line":
|
|
11717
|
+
"line": 121
|
|
11525
11718
|
},
|
|
11526
11719
|
"name": "LINUX",
|
|
11527
11720
|
"static": true,
|
|
@@ -11538,7 +11731,7 @@
|
|
|
11538
11731
|
"immutable": true,
|
|
11539
11732
|
"locationInModule": {
|
|
11540
11733
|
"filename": "src/providers/common.ts",
|
|
11541
|
-
"line":
|
|
11734
|
+
"line": 131
|
|
11542
11735
|
},
|
|
11543
11736
|
"name": "LINUX_AMAZON_2",
|
|
11544
11737
|
"static": true,
|
|
@@ -11555,7 +11748,7 @@
|
|
|
11555
11748
|
"immutable": true,
|
|
11556
11749
|
"locationInModule": {
|
|
11557
11750
|
"filename": "src/providers/common.ts",
|
|
11558
|
-
"line":
|
|
11751
|
+
"line": 136
|
|
11559
11752
|
},
|
|
11560
11753
|
"name": "LINUX_AMAZON_2023",
|
|
11561
11754
|
"static": true,
|
|
@@ -11572,7 +11765,7 @@
|
|
|
11572
11765
|
"immutable": true,
|
|
11573
11766
|
"locationInModule": {
|
|
11574
11767
|
"filename": "src/providers/common.ts",
|
|
11575
|
-
"line":
|
|
11768
|
+
"line": 126
|
|
11576
11769
|
},
|
|
11577
11770
|
"name": "LINUX_UBUNTU",
|
|
11578
11771
|
"static": true,
|
|
@@ -11589,7 +11782,7 @@
|
|
|
11589
11782
|
"immutable": true,
|
|
11590
11783
|
"locationInModule": {
|
|
11591
11784
|
"filename": "src/providers/common.ts",
|
|
11592
|
-
"line":
|
|
11785
|
+
"line": 146
|
|
11593
11786
|
},
|
|
11594
11787
|
"name": "WINDOWS",
|
|
11595
11788
|
"static": true,
|
|
@@ -11604,7 +11797,7 @@
|
|
|
11604
11797
|
"immutable": true,
|
|
11605
11798
|
"locationInModule": {
|
|
11606
11799
|
"filename": "src/providers/common.ts",
|
|
11607
|
-
"line":
|
|
11800
|
+
"line": 152
|
|
11608
11801
|
},
|
|
11609
11802
|
"name": "name",
|
|
11610
11803
|
"type": {
|
|
@@ -11626,7 +11819,7 @@
|
|
|
11626
11819
|
"kind": "interface",
|
|
11627
11820
|
"locationInModule": {
|
|
11628
11821
|
"filename": "src/providers/common.ts",
|
|
11629
|
-
"line":
|
|
11822
|
+
"line": 258
|
|
11630
11823
|
},
|
|
11631
11824
|
"name": "ProviderRetryOptions",
|
|
11632
11825
|
"properties": [
|
|
@@ -11640,7 +11833,7 @@
|
|
|
11640
11833
|
"immutable": true,
|
|
11641
11834
|
"locationInModule": {
|
|
11642
11835
|
"filename": "src/providers/common.ts",
|
|
11643
|
-
"line":
|
|
11836
|
+
"line": 285
|
|
11644
11837
|
},
|
|
11645
11838
|
"name": "backoffRate",
|
|
11646
11839
|
"optional": true,
|
|
@@ -11659,7 +11852,7 @@
|
|
|
11659
11852
|
"immutable": true,
|
|
11660
11853
|
"locationInModule": {
|
|
11661
11854
|
"filename": "src/providers/common.ts",
|
|
11662
|
-
"line":
|
|
11855
|
+
"line": 271
|
|
11663
11856
|
},
|
|
11664
11857
|
"name": "interval",
|
|
11665
11858
|
"optional": true,
|
|
@@ -11677,7 +11870,7 @@
|
|
|
11677
11870
|
"immutable": true,
|
|
11678
11871
|
"locationInModule": {
|
|
11679
11872
|
"filename": "src/providers/common.ts",
|
|
11680
|
-
"line":
|
|
11873
|
+
"line": 278
|
|
11681
11874
|
},
|
|
11682
11875
|
"name": "maxAttempts",
|
|
11683
11876
|
"optional": true,
|
|
@@ -11696,7 +11889,7 @@
|
|
|
11696
11889
|
"immutable": true,
|
|
11697
11890
|
"locationInModule": {
|
|
11698
11891
|
"filename": "src/providers/common.ts",
|
|
11699
|
-
"line":
|
|
11892
|
+
"line": 264
|
|
11700
11893
|
},
|
|
11701
11894
|
"name": "retry",
|
|
11702
11895
|
"optional": true,
|
|
@@ -11718,7 +11911,7 @@
|
|
|
11718
11911
|
"kind": "interface",
|
|
11719
11912
|
"locationInModule": {
|
|
11720
11913
|
"filename": "src/providers/common.ts",
|
|
11721
|
-
"line":
|
|
11914
|
+
"line": 226
|
|
11722
11915
|
},
|
|
11723
11916
|
"name": "RunnerAmi",
|
|
11724
11917
|
"properties": [
|
|
@@ -11731,7 +11924,7 @@
|
|
|
11731
11924
|
"immutable": true,
|
|
11732
11925
|
"locationInModule": {
|
|
11733
11926
|
"filename": "src/providers/common.ts",
|
|
11734
|
-
"line":
|
|
11927
|
+
"line": 235
|
|
11735
11928
|
},
|
|
11736
11929
|
"name": "architecture",
|
|
11737
11930
|
"type": {
|
|
@@ -11747,7 +11940,7 @@
|
|
|
11747
11940
|
"immutable": true,
|
|
11748
11941
|
"locationInModule": {
|
|
11749
11942
|
"filename": "src/providers/common.ts",
|
|
11750
|
-
"line":
|
|
11943
|
+
"line": 230
|
|
11751
11944
|
},
|
|
11752
11945
|
"name": "launchTemplate",
|
|
11753
11946
|
"type": {
|
|
@@ -11763,7 +11956,7 @@
|
|
|
11763
11956
|
"immutable": true,
|
|
11764
11957
|
"locationInModule": {
|
|
11765
11958
|
"filename": "src/providers/common.ts",
|
|
11766
|
-
"line":
|
|
11959
|
+
"line": 240
|
|
11767
11960
|
},
|
|
11768
11961
|
"name": "os",
|
|
11769
11962
|
"type": {
|
|
@@ -11780,7 +11973,7 @@
|
|
|
11780
11973
|
"immutable": true,
|
|
11781
11974
|
"locationInModule": {
|
|
11782
11975
|
"filename": "src/providers/common.ts",
|
|
11783
|
-
"line":
|
|
11976
|
+
"line": 252
|
|
11784
11977
|
},
|
|
11785
11978
|
"name": "runnerVersion",
|
|
11786
11979
|
"type": {
|
|
@@ -11796,7 +11989,7 @@
|
|
|
11796
11989
|
"immutable": true,
|
|
11797
11990
|
"locationInModule": {
|
|
11798
11991
|
"filename": "src/providers/common.ts",
|
|
11799
|
-
"line":
|
|
11992
|
+
"line": 245
|
|
11800
11993
|
},
|
|
11801
11994
|
"name": "logGroup",
|
|
11802
11995
|
"optional": true,
|
|
@@ -11818,7 +12011,7 @@
|
|
|
11818
12011
|
"kind": "interface",
|
|
11819
12012
|
"locationInModule": {
|
|
11820
12013
|
"filename": "src/providers/common.ts",
|
|
11821
|
-
"line":
|
|
12014
|
+
"line": 182
|
|
11822
12015
|
},
|
|
11823
12016
|
"name": "RunnerImage",
|
|
11824
12017
|
"properties": [
|
|
@@ -11831,7 +12024,7 @@
|
|
|
11831
12024
|
"immutable": true,
|
|
11832
12025
|
"locationInModule": {
|
|
11833
12026
|
"filename": "src/providers/common.ts",
|
|
11834
|
-
"line":
|
|
12027
|
+
"line": 196
|
|
11835
12028
|
},
|
|
11836
12029
|
"name": "architecture",
|
|
11837
12030
|
"type": {
|
|
@@ -11847,7 +12040,7 @@
|
|
|
11847
12040
|
"immutable": true,
|
|
11848
12041
|
"locationInModule": {
|
|
11849
12042
|
"filename": "src/providers/common.ts",
|
|
11850
|
-
"line":
|
|
12043
|
+
"line": 186
|
|
11851
12044
|
},
|
|
11852
12045
|
"name": "imageRepository",
|
|
11853
12046
|
"type": {
|
|
@@ -11863,7 +12056,7 @@
|
|
|
11863
12056
|
"immutable": true,
|
|
11864
12057
|
"locationInModule": {
|
|
11865
12058
|
"filename": "src/providers/common.ts",
|
|
11866
|
-
"line":
|
|
12059
|
+
"line": 191
|
|
11867
12060
|
},
|
|
11868
12061
|
"name": "imageTag",
|
|
11869
12062
|
"type": {
|
|
@@ -11879,7 +12072,7 @@
|
|
|
11879
12072
|
"immutable": true,
|
|
11880
12073
|
"locationInModule": {
|
|
11881
12074
|
"filename": "src/providers/common.ts",
|
|
11882
|
-
"line":
|
|
12075
|
+
"line": 201
|
|
11883
12076
|
},
|
|
11884
12077
|
"name": "os",
|
|
11885
12078
|
"type": {
|
|
@@ -11896,7 +12089,7 @@
|
|
|
11896
12089
|
"immutable": true,
|
|
11897
12090
|
"locationInModule": {
|
|
11898
12091
|
"filename": "src/providers/common.ts",
|
|
11899
|
-
"line":
|
|
12092
|
+
"line": 213
|
|
11900
12093
|
},
|
|
11901
12094
|
"name": "runnerVersion",
|
|
11902
12095
|
"type": {
|
|
@@ -11912,7 +12105,7 @@
|
|
|
11912
12105
|
"immutable": true,
|
|
11913
12106
|
"locationInModule": {
|
|
11914
12107
|
"filename": "src/providers/common.ts",
|
|
11915
|
-
"line":
|
|
12108
|
+
"line": 206
|
|
11916
12109
|
},
|
|
11917
12110
|
"name": "logGroup",
|
|
11918
12111
|
"optional": true,
|
|
@@ -13135,7 +13328,7 @@
|
|
|
13135
13328
|
"kind": "interface",
|
|
13136
13329
|
"locationInModule": {
|
|
13137
13330
|
"filename": "src/providers/common.ts",
|
|
13138
|
-
"line":
|
|
13331
|
+
"line": 291
|
|
13139
13332
|
},
|
|
13140
13333
|
"name": "RunnerProviderProps",
|
|
13141
13334
|
"properties": [
|
|
@@ -13150,7 +13343,7 @@
|
|
|
13150
13343
|
"immutable": true,
|
|
13151
13344
|
"locationInModule": {
|
|
13152
13345
|
"filename": "src/providers/common.ts",
|
|
13153
|
-
"line":
|
|
13346
|
+
"line": 299
|
|
13154
13347
|
},
|
|
13155
13348
|
"name": "logRetention",
|
|
13156
13349
|
"optional": true,
|
|
@@ -13167,7 +13360,7 @@
|
|
|
13167
13360
|
"immutable": true,
|
|
13168
13361
|
"locationInModule": {
|
|
13169
13362
|
"filename": "src/providers/common.ts",
|
|
13170
|
-
"line":
|
|
13363
|
+
"line": 304
|
|
13171
13364
|
},
|
|
13172
13365
|
"name": "retryOptions",
|
|
13173
13366
|
"optional": true,
|
|
@@ -13190,7 +13383,7 @@
|
|
|
13190
13383
|
"kind": "interface",
|
|
13191
13384
|
"locationInModule": {
|
|
13192
13385
|
"filename": "src/providers/common.ts",
|
|
13193
|
-
"line":
|
|
13386
|
+
"line": 316
|
|
13194
13387
|
},
|
|
13195
13388
|
"name": "RunnerRuntimeParameters",
|
|
13196
13389
|
"properties": [
|
|
@@ -13204,7 +13397,7 @@
|
|
|
13204
13397
|
"immutable": true,
|
|
13205
13398
|
"locationInModule": {
|
|
13206
13399
|
"filename": "src/providers/common.ts",
|
|
13207
|
-
"line":
|
|
13400
|
+
"line": 330
|
|
13208
13401
|
},
|
|
13209
13402
|
"name": "githubDomainPath",
|
|
13210
13403
|
"type": {
|
|
@@ -13220,7 +13413,7 @@
|
|
|
13220
13413
|
"immutable": true,
|
|
13221
13414
|
"locationInModule": {
|
|
13222
13415
|
"filename": "src/providers/common.ts",
|
|
13223
|
-
"line":
|
|
13416
|
+
"line": 335
|
|
13224
13417
|
},
|
|
13225
13418
|
"name": "ownerPath",
|
|
13226
13419
|
"type": {
|
|
@@ -13236,7 +13429,7 @@
|
|
|
13236
13429
|
"immutable": true,
|
|
13237
13430
|
"locationInModule": {
|
|
13238
13431
|
"filename": "src/providers/common.ts",
|
|
13239
|
-
"line":
|
|
13432
|
+
"line": 345
|
|
13240
13433
|
},
|
|
13241
13434
|
"name": "registrationUrl",
|
|
13242
13435
|
"type": {
|
|
@@ -13252,7 +13445,7 @@
|
|
|
13252
13445
|
"immutable": true,
|
|
13253
13446
|
"locationInModule": {
|
|
13254
13447
|
"filename": "src/providers/common.ts",
|
|
13255
|
-
"line":
|
|
13448
|
+
"line": 340
|
|
13256
13449
|
},
|
|
13257
13450
|
"name": "repoPath",
|
|
13258
13451
|
"type": {
|
|
@@ -13269,7 +13462,7 @@
|
|
|
13269
13462
|
"immutable": true,
|
|
13270
13463
|
"locationInModule": {
|
|
13271
13464
|
"filename": "src/providers/common.ts",
|
|
13272
|
-
"line":
|
|
13465
|
+
"line": 325
|
|
13273
13466
|
},
|
|
13274
13467
|
"name": "runnerNamePath",
|
|
13275
13468
|
"type": {
|
|
@@ -13285,7 +13478,7 @@
|
|
|
13285
13478
|
"immutable": true,
|
|
13286
13479
|
"locationInModule": {
|
|
13287
13480
|
"filename": "src/providers/common.ts",
|
|
13288
|
-
"line":
|
|
13481
|
+
"line": 320
|
|
13289
13482
|
},
|
|
13290
13483
|
"name": "runnerTokenPath",
|
|
13291
13484
|
"type": {
|
|
@@ -13308,7 +13501,7 @@
|
|
|
13308
13501
|
},
|
|
13309
13502
|
"locationInModule": {
|
|
13310
13503
|
"filename": "src/providers/common.ts",
|
|
13311
|
-
"line":
|
|
13504
|
+
"line": 39
|
|
13312
13505
|
},
|
|
13313
13506
|
"parameters": [
|
|
13314
13507
|
{
|
|
@@ -13323,7 +13516,7 @@
|
|
|
13323
13516
|
"kind": "class",
|
|
13324
13517
|
"locationInModule": {
|
|
13325
13518
|
"filename": "src/providers/common.ts",
|
|
13326
|
-
"line":
|
|
13519
|
+
"line": 20
|
|
13327
13520
|
},
|
|
13328
13521
|
"methods": [
|
|
13329
13522
|
{
|
|
@@ -13333,7 +13526,7 @@
|
|
|
13333
13526
|
},
|
|
13334
13527
|
"locationInModule": {
|
|
13335
13528
|
"filename": "src/providers/common.ts",
|
|
13336
|
-
"line":
|
|
13529
|
+
"line": 24
|
|
13337
13530
|
},
|
|
13338
13531
|
"name": "latest",
|
|
13339
13532
|
"returns": {
|
|
@@ -13351,7 +13544,7 @@
|
|
|
13351
13544
|
},
|
|
13352
13545
|
"locationInModule": {
|
|
13353
13546
|
"filename": "src/providers/common.ts",
|
|
13354
|
-
"line":
|
|
13547
|
+
"line": 35
|
|
13355
13548
|
},
|
|
13356
13549
|
"name": "specific",
|
|
13357
13550
|
"parameters": [
|
|
@@ -13379,7 +13572,7 @@
|
|
|
13379
13572
|
},
|
|
13380
13573
|
"locationInModule": {
|
|
13381
13574
|
"filename": "src/providers/common.ts",
|
|
13382
|
-
"line":
|
|
13575
|
+
"line": 47
|
|
13383
13576
|
},
|
|
13384
13577
|
"name": "is",
|
|
13385
13578
|
"parameters": [
|
|
@@ -13409,7 +13602,7 @@
|
|
|
13409
13602
|
"immutable": true,
|
|
13410
13603
|
"locationInModule": {
|
|
13411
13604
|
"filename": "src/providers/common.ts",
|
|
13412
|
-
"line":
|
|
13605
|
+
"line": 39
|
|
13413
13606
|
},
|
|
13414
13607
|
"name": "version",
|
|
13415
13608
|
"type": {
|
|
@@ -13665,6 +13858,82 @@
|
|
|
13665
13858
|
"name": "StaticRunnerImage",
|
|
13666
13859
|
"symbolId": "src/image-builders/static:StaticRunnerImage"
|
|
13667
13860
|
},
|
|
13861
|
+
"@cloudsnorkel/cdk-github-runners.StorageOptions": {
|
|
13862
|
+
"assembly": "@cloudsnorkel/cdk-github-runners",
|
|
13863
|
+
"datatype": true,
|
|
13864
|
+
"docs": {
|
|
13865
|
+
"stability": "experimental",
|
|
13866
|
+
"summary": "Storage options for the runner instance."
|
|
13867
|
+
},
|
|
13868
|
+
"fqn": "@cloudsnorkel/cdk-github-runners.StorageOptions",
|
|
13869
|
+
"kind": "interface",
|
|
13870
|
+
"locationInModule": {
|
|
13871
|
+
"filename": "src/providers/common.ts",
|
|
13872
|
+
"line": 484
|
|
13873
|
+
},
|
|
13874
|
+
"name": "StorageOptions",
|
|
13875
|
+
"properties": [
|
|
13876
|
+
{
|
|
13877
|
+
"abstract": true,
|
|
13878
|
+
"docs": {
|
|
13879
|
+
"default": "- none, required for `EbsDeviceVolumeType.IO1`",
|
|
13880
|
+
"remarks": "Must only be set for `volumeType`: `EbsDeviceVolumeType.IO1`\n\nThe maximum ratio of IOPS to volume size (in GiB) is 50:1, so for 5,000 provisioned IOPS,\nyou need at least 100 GiB storage on the volume.",
|
|
13881
|
+
"see": "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html",
|
|
13882
|
+
"stability": "experimental",
|
|
13883
|
+
"summary": "The number of I/O operations per second (IOPS) to provision for the volume."
|
|
13884
|
+
},
|
|
13885
|
+
"immutable": true,
|
|
13886
|
+
"locationInModule": {
|
|
13887
|
+
"filename": "src/providers/common.ts",
|
|
13888
|
+
"line": 505
|
|
13889
|
+
},
|
|
13890
|
+
"name": "iops",
|
|
13891
|
+
"optional": true,
|
|
13892
|
+
"type": {
|
|
13893
|
+
"primitive": "number"
|
|
13894
|
+
}
|
|
13895
|
+
},
|
|
13896
|
+
{
|
|
13897
|
+
"abstract": true,
|
|
13898
|
+
"docs": {
|
|
13899
|
+
"default": "- 125 MiB/s. Only valid on gp3 volumes.",
|
|
13900
|
+
"see": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-throughput",
|
|
13901
|
+
"stability": "experimental",
|
|
13902
|
+
"summary": "The throughput that the volume supports, in MiB/s Takes a minimum of 125 and maximum of 1000."
|
|
13903
|
+
},
|
|
13904
|
+
"immutable": true,
|
|
13905
|
+
"locationInModule": {
|
|
13906
|
+
"filename": "src/providers/common.ts",
|
|
13907
|
+
"line": 513
|
|
13908
|
+
},
|
|
13909
|
+
"name": "throughput",
|
|
13910
|
+
"optional": true,
|
|
13911
|
+
"type": {
|
|
13912
|
+
"primitive": "number"
|
|
13913
|
+
}
|
|
13914
|
+
},
|
|
13915
|
+
{
|
|
13916
|
+
"abstract": true,
|
|
13917
|
+
"docs": {
|
|
13918
|
+
"default": "`EbsDeviceVolumeType.GP2`",
|
|
13919
|
+
"see": "https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html",
|
|
13920
|
+
"stability": "experimental",
|
|
13921
|
+
"summary": "The EBS volume type."
|
|
13922
|
+
},
|
|
13923
|
+
"immutable": true,
|
|
13924
|
+
"locationInModule": {
|
|
13925
|
+
"filename": "src/providers/common.ts",
|
|
13926
|
+
"line": 491
|
|
13927
|
+
},
|
|
13928
|
+
"name": "volumeType",
|
|
13929
|
+
"optional": true,
|
|
13930
|
+
"type": {
|
|
13931
|
+
"fqn": "aws-cdk-lib.aws_ec2.EbsDeviceVolumeType"
|
|
13932
|
+
}
|
|
13933
|
+
}
|
|
13934
|
+
],
|
|
13935
|
+
"symbolId": "src/providers/common:StorageOptions"
|
|
13936
|
+
},
|
|
13668
13937
|
"@cloudsnorkel/cdk-github-runners.WindowsComponents": {
|
|
13669
13938
|
"assembly": "@cloudsnorkel/cdk-github-runners",
|
|
13670
13939
|
"docs": {
|
|
@@ -13912,6 +14181,6 @@
|
|
|
13912
14181
|
"symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
|
|
13913
14182
|
}
|
|
13914
14183
|
},
|
|
13915
|
-
"version": "0.14.
|
|
13916
|
-
"fingerprint": "
|
|
14184
|
+
"version": "0.14.4",
|
|
14185
|
+
"fingerprint": "PaGUCa4nBADpQF6hrYCugJum4jjVpB4HFUdCIrr2ydM="
|
|
13917
14186
|
}
|