@cloudsnorkel/cdk-github-runners 0.10.2 → 0.10.3
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/.gitattributes +1 -0
- package/.jsii +133 -133
- package/assets/providers/ami-root-device.lambda/index.js +147 -0
- package/assets/webhook-handler.lambda/index.js +1 -0
- package/lib/access.js +1 -1
- package/lib/image-builders/api.js +1 -1
- package/lib/image-builders/aws-image-builder/builder.js +1 -1
- 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/components.js +1 -1
- package/lib/image-builders/static.js +1 -1
- package/lib/providers/ami-root-device-function.d.ts +13 -0
- package/lib/providers/ami-root-device-function.js +23 -0
- package/lib/providers/ami-root-device.lambda.d.ts +2 -0
- package/lib/providers/ami-root-device.lambda.js +74 -0
- package/lib/providers/codebuild.js +2 -2
- package/lib/providers/common.d.ts +6 -0
- package/lib/providers/common.js +39 -5
- package/lib/providers/ec2.js +5 -4
- package/lib/providers/ecs.d.ts +1 -0
- package/lib/providers/ecs.js +11 -7
- package/lib/providers/fargate.js +2 -2
- package/lib/providers/lambda.js +2 -2
- package/lib/runner.js +3 -3
- package/lib/secrets.js +1 -1
- package/lib/webhook-handler.lambda.js +2 -1
- package/package.json +3 -1
package/.jsii
CHANGED
|
@@ -3940,7 +3940,7 @@
|
|
|
3940
3940
|
"kind": "class",
|
|
3941
3941
|
"locationInModule": {
|
|
3942
3942
|
"filename": "src/providers/common.ts",
|
|
3943
|
-
"line":
|
|
3943
|
+
"line": 53
|
|
3944
3944
|
},
|
|
3945
3945
|
"methods": [
|
|
3946
3946
|
{
|
|
@@ -3950,7 +3950,7 @@
|
|
|
3950
3950
|
},
|
|
3951
3951
|
"locationInModule": {
|
|
3952
3952
|
"filename": "src/providers/common.ts",
|
|
3953
|
-
"line":
|
|
3953
|
+
"line": 99
|
|
3954
3954
|
},
|
|
3955
3955
|
"name": "instanceTypeMatch",
|
|
3956
3956
|
"parameters": [
|
|
@@ -3977,7 +3977,7 @@
|
|
|
3977
3977
|
},
|
|
3978
3978
|
"locationInModule": {
|
|
3979
3979
|
"filename": "src/providers/common.ts",
|
|
3980
|
-
"line":
|
|
3980
|
+
"line": 76
|
|
3981
3981
|
},
|
|
3982
3982
|
"name": "is",
|
|
3983
3983
|
"parameters": [
|
|
@@ -4004,7 +4004,7 @@
|
|
|
4004
4004
|
},
|
|
4005
4005
|
"locationInModule": {
|
|
4006
4006
|
"filename": "src/providers/common.ts",
|
|
4007
|
-
"line":
|
|
4007
|
+
"line": 85
|
|
4008
4008
|
},
|
|
4009
4009
|
"name": "isIn",
|
|
4010
4010
|
"parameters": [
|
|
@@ -4041,7 +4041,7 @@
|
|
|
4041
4041
|
"immutable": true,
|
|
4042
4042
|
"locationInModule": {
|
|
4043
4043
|
"filename": "src/providers/common.ts",
|
|
4044
|
-
"line":
|
|
4044
|
+
"line": 57
|
|
4045
4045
|
},
|
|
4046
4046
|
"name": "ARM64",
|
|
4047
4047
|
"static": true,
|
|
@@ -4058,7 +4058,7 @@
|
|
|
4058
4058
|
"immutable": true,
|
|
4059
4059
|
"locationInModule": {
|
|
4060
4060
|
"filename": "src/providers/common.ts",
|
|
4061
|
-
"line":
|
|
4061
|
+
"line": 62
|
|
4062
4062
|
},
|
|
4063
4063
|
"name": "X86_64",
|
|
4064
4064
|
"static": true,
|
|
@@ -4073,7 +4073,7 @@
|
|
|
4073
4073
|
"immutable": true,
|
|
4074
4074
|
"locationInModule": {
|
|
4075
4075
|
"filename": "src/providers/common.ts",
|
|
4076
|
-
"line":
|
|
4076
|
+
"line": 68
|
|
4077
4077
|
},
|
|
4078
4078
|
"name": "name",
|
|
4079
4079
|
"type": {
|
|
@@ -4907,7 +4907,7 @@
|
|
|
4907
4907
|
},
|
|
4908
4908
|
"locationInModule": {
|
|
4909
4909
|
"filename": "src/providers/common.ts",
|
|
4910
|
-
"line":
|
|
4910
|
+
"line": 471
|
|
4911
4911
|
},
|
|
4912
4912
|
"name": "labelsFromProperties",
|
|
4913
4913
|
"parameters": [
|
|
@@ -6044,7 +6044,7 @@
|
|
|
6044
6044
|
},
|
|
6045
6045
|
"locationInModule": {
|
|
6046
6046
|
"filename": "src/providers/ec2.ts",
|
|
6047
|
-
"line":
|
|
6047
|
+
"line": 298
|
|
6048
6048
|
},
|
|
6049
6049
|
"parameters": [
|
|
6050
6050
|
{
|
|
@@ -6071,7 +6071,7 @@
|
|
|
6071
6071
|
"kind": "class",
|
|
6072
6072
|
"locationInModule": {
|
|
6073
6073
|
"filename": "src/providers/ec2.ts",
|
|
6074
|
-
"line":
|
|
6074
|
+
"line": 508
|
|
6075
6075
|
},
|
|
6076
6076
|
"name": "Ec2Runner",
|
|
6077
6077
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -6091,7 +6091,7 @@
|
|
|
6091
6091
|
},
|
|
6092
6092
|
"locationInModule": {
|
|
6093
6093
|
"filename": "src/providers/ec2.ts",
|
|
6094
|
-
"line":
|
|
6094
|
+
"line": 298
|
|
6095
6095
|
},
|
|
6096
6096
|
"parameters": [
|
|
6097
6097
|
{
|
|
@@ -6121,7 +6121,7 @@
|
|
|
6121
6121
|
"kind": "class",
|
|
6122
6122
|
"locationInModule": {
|
|
6123
6123
|
"filename": "src/providers/ec2.ts",
|
|
6124
|
-
"line":
|
|
6124
|
+
"line": 235
|
|
6125
6125
|
},
|
|
6126
6126
|
"methods": [
|
|
6127
6127
|
{
|
|
@@ -6132,7 +6132,7 @@
|
|
|
6132
6132
|
},
|
|
6133
6133
|
"locationInModule": {
|
|
6134
6134
|
"filename": "src/providers/ec2.ts",
|
|
6135
|
-
"line":
|
|
6135
|
+
"line": 248
|
|
6136
6136
|
},
|
|
6137
6137
|
"name": "imageBuilder",
|
|
6138
6138
|
"parameters": [
|
|
@@ -6171,7 +6171,7 @@
|
|
|
6171
6171
|
},
|
|
6172
6172
|
"locationInModule": {
|
|
6173
6173
|
"filename": "src/providers/ec2.ts",
|
|
6174
|
-
"line":
|
|
6174
|
+
"line": 350
|
|
6175
6175
|
},
|
|
6176
6176
|
"name": "getStepFunctionTask",
|
|
6177
6177
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6200,7 +6200,7 @@
|
|
|
6200
6200
|
},
|
|
6201
6201
|
"locationInModule": {
|
|
6202
6202
|
"filename": "src/providers/ec2.ts",
|
|
6203
|
-
"line":
|
|
6203
|
+
"line": 448
|
|
6204
6204
|
},
|
|
6205
6205
|
"name": "grantStateMachine",
|
|
6206
6206
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6219,7 +6219,7 @@
|
|
|
6219
6219
|
},
|
|
6220
6220
|
"locationInModule": {
|
|
6221
6221
|
"filename": "src/providers/common.ts",
|
|
6222
|
-
"line":
|
|
6222
|
+
"line": 471
|
|
6223
6223
|
},
|
|
6224
6224
|
"name": "labelsFromProperties",
|
|
6225
6225
|
"parameters": [
|
|
@@ -6269,7 +6269,7 @@
|
|
|
6269
6269
|
},
|
|
6270
6270
|
"locationInModule": {
|
|
6271
6271
|
"filename": "src/providers/ec2.ts",
|
|
6272
|
-
"line":
|
|
6272
|
+
"line": 478
|
|
6273
6273
|
},
|
|
6274
6274
|
"name": "status",
|
|
6275
6275
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6298,7 +6298,7 @@
|
|
|
6298
6298
|
"immutable": true,
|
|
6299
6299
|
"locationInModule": {
|
|
6300
6300
|
"filename": "src/providers/ec2.ts",
|
|
6301
|
-
"line":
|
|
6301
|
+
"line": 500
|
|
6302
6302
|
},
|
|
6303
6303
|
"name": "connections",
|
|
6304
6304
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -6314,7 +6314,7 @@
|
|
|
6314
6314
|
"immutable": true,
|
|
6315
6315
|
"locationInModule": {
|
|
6316
6316
|
"filename": "src/providers/ec2.ts",
|
|
6317
|
-
"line":
|
|
6317
|
+
"line": 274
|
|
6318
6318
|
},
|
|
6319
6319
|
"name": "grantPrincipal",
|
|
6320
6320
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -6330,7 +6330,7 @@
|
|
|
6330
6330
|
"immutable": true,
|
|
6331
6331
|
"locationInModule": {
|
|
6332
6332
|
"filename": "src/providers/ec2.ts",
|
|
6333
|
-
"line":
|
|
6333
|
+
"line": 269
|
|
6334
6334
|
},
|
|
6335
6335
|
"name": "labels",
|
|
6336
6336
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6352,7 +6352,7 @@
|
|
|
6352
6352
|
"immutable": true,
|
|
6353
6353
|
"locationInModule": {
|
|
6354
6354
|
"filename": "src/providers/ec2.ts",
|
|
6355
|
-
"line":
|
|
6355
|
+
"line": 281
|
|
6356
6356
|
},
|
|
6357
6357
|
"name": "logGroup",
|
|
6358
6358
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6368,7 +6368,7 @@
|
|
|
6368
6368
|
"immutable": true,
|
|
6369
6369
|
"locationInModule": {
|
|
6370
6370
|
"filename": "src/providers/ec2.ts",
|
|
6371
|
-
"line":
|
|
6371
|
+
"line": 283
|
|
6372
6372
|
},
|
|
6373
6373
|
"name": "retryableErrors",
|
|
6374
6374
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6398,7 +6398,7 @@
|
|
|
6398
6398
|
"kind": "interface",
|
|
6399
6399
|
"locationInModule": {
|
|
6400
6400
|
"filename": "src/providers/ec2.ts",
|
|
6401
|
-
"line":
|
|
6401
|
+
"line": 136
|
|
6402
6402
|
},
|
|
6403
6403
|
"name": "Ec2RunnerProviderProps",
|
|
6404
6404
|
"properties": [
|
|
@@ -6411,7 +6411,7 @@
|
|
|
6411
6411
|
"immutable": true,
|
|
6412
6412
|
"locationInModule": {
|
|
6413
6413
|
"filename": "src/providers/ec2.ts",
|
|
6414
|
-
"line":
|
|
6414
|
+
"line": 149
|
|
6415
6415
|
},
|
|
6416
6416
|
"name": "amiBuilder",
|
|
6417
6417
|
"optional": true,
|
|
@@ -6430,7 +6430,7 @@
|
|
|
6430
6430
|
"immutable": true,
|
|
6431
6431
|
"locationInModule": {
|
|
6432
6432
|
"filename": "src/providers/ec2.ts",
|
|
6433
|
-
"line":
|
|
6433
|
+
"line": 144
|
|
6434
6434
|
},
|
|
6435
6435
|
"name": "imageBuilder",
|
|
6436
6436
|
"optional": true,
|
|
@@ -6448,7 +6448,7 @@
|
|
|
6448
6448
|
"immutable": true,
|
|
6449
6449
|
"locationInModule": {
|
|
6450
6450
|
"filename": "src/providers/ec2.ts",
|
|
6451
|
-
"line":
|
|
6451
|
+
"line": 167
|
|
6452
6452
|
},
|
|
6453
6453
|
"name": "instanceType",
|
|
6454
6454
|
"optional": true,
|
|
@@ -6467,7 +6467,7 @@
|
|
|
6467
6467
|
"immutable": true,
|
|
6468
6468
|
"locationInModule": {
|
|
6469
6469
|
"filename": "src/providers/ec2.ts",
|
|
6470
|
-
"line":
|
|
6470
|
+
"line": 160
|
|
6471
6471
|
},
|
|
6472
6472
|
"name": "labels",
|
|
6473
6473
|
"optional": true,
|
|
@@ -6491,7 +6491,7 @@
|
|
|
6491
6491
|
"immutable": true,
|
|
6492
6492
|
"locationInModule": {
|
|
6493
6493
|
"filename": "src/providers/ec2.ts",
|
|
6494
|
-
"line":
|
|
6494
|
+
"line": 183
|
|
6495
6495
|
},
|
|
6496
6496
|
"name": "securityGroup",
|
|
6497
6497
|
"optional": true,
|
|
@@ -6509,7 +6509,7 @@
|
|
|
6509
6509
|
"immutable": true,
|
|
6510
6510
|
"locationInModule": {
|
|
6511
6511
|
"filename": "src/providers/ec2.ts",
|
|
6512
|
-
"line":
|
|
6512
|
+
"line": 190
|
|
6513
6513
|
},
|
|
6514
6514
|
"name": "securityGroups",
|
|
6515
6515
|
"optional": true,
|
|
@@ -6533,7 +6533,7 @@
|
|
|
6533
6533
|
"immutable": true,
|
|
6534
6534
|
"locationInModule": {
|
|
6535
6535
|
"filename": "src/providers/ec2.ts",
|
|
6536
|
-
"line":
|
|
6536
|
+
"line": 220
|
|
6537
6537
|
},
|
|
6538
6538
|
"name": "spot",
|
|
6539
6539
|
"optional": true,
|
|
@@ -6551,7 +6551,7 @@
|
|
|
6551
6551
|
"immutable": true,
|
|
6552
6552
|
"locationInModule": {
|
|
6553
6553
|
"filename": "src/providers/ec2.ts",
|
|
6554
|
-
"line":
|
|
6554
|
+
"line": 227
|
|
6555
6555
|
},
|
|
6556
6556
|
"name": "spotMaxPrice",
|
|
6557
6557
|
"optional": true,
|
|
@@ -6570,7 +6570,7 @@
|
|
|
6570
6570
|
"immutable": true,
|
|
6571
6571
|
"locationInModule": {
|
|
6572
6572
|
"filename": "src/providers/ec2.ts",
|
|
6573
|
-
"line":
|
|
6573
|
+
"line": 174
|
|
6574
6574
|
},
|
|
6575
6575
|
"name": "storageSize",
|
|
6576
6576
|
"optional": true,
|
|
@@ -6589,7 +6589,7 @@
|
|
|
6589
6589
|
"immutable": true,
|
|
6590
6590
|
"locationInModule": {
|
|
6591
6591
|
"filename": "src/providers/ec2.ts",
|
|
6592
|
-
"line":
|
|
6592
|
+
"line": 199
|
|
6593
6593
|
},
|
|
6594
6594
|
"name": "subnet",
|
|
6595
6595
|
"optional": true,
|
|
@@ -6608,7 +6608,7 @@
|
|
|
6608
6608
|
"immutable": true,
|
|
6609
6609
|
"locationInModule": {
|
|
6610
6610
|
"filename": "src/providers/ec2.ts",
|
|
6611
|
-
"line":
|
|
6611
|
+
"line": 213
|
|
6612
6612
|
},
|
|
6613
6613
|
"name": "subnetSelection",
|
|
6614
6614
|
"optional": true,
|
|
@@ -6626,7 +6626,7 @@
|
|
|
6626
6626
|
"immutable": true,
|
|
6627
6627
|
"locationInModule": {
|
|
6628
6628
|
"filename": "src/providers/ec2.ts",
|
|
6629
|
-
"line":
|
|
6629
|
+
"line": 206
|
|
6630
6630
|
},
|
|
6631
6631
|
"name": "vpc",
|
|
6632
6632
|
"optional": true,
|
|
@@ -6652,7 +6652,7 @@
|
|
|
6652
6652
|
},
|
|
6653
6653
|
"locationInModule": {
|
|
6654
6654
|
"filename": "src/providers/ecs.ts",
|
|
6655
|
-
"line":
|
|
6655
|
+
"line": 311
|
|
6656
6656
|
},
|
|
6657
6657
|
"parameters": [
|
|
6658
6658
|
{
|
|
@@ -6682,7 +6682,7 @@
|
|
|
6682
6682
|
"kind": "class",
|
|
6683
6683
|
"locationInModule": {
|
|
6684
6684
|
"filename": "src/providers/ecs.ts",
|
|
6685
|
-
"line":
|
|
6685
|
+
"line": 202
|
|
6686
6686
|
},
|
|
6687
6687
|
"methods": [
|
|
6688
6688
|
{
|
|
@@ -6693,7 +6693,7 @@
|
|
|
6693
6693
|
},
|
|
6694
6694
|
"locationInModule": {
|
|
6695
6695
|
"filename": "src/providers/ecs.ts",
|
|
6696
|
-
"line":
|
|
6696
|
+
"line": 215
|
|
6697
6697
|
},
|
|
6698
6698
|
"name": "imageBuilder",
|
|
6699
6699
|
"parameters": [
|
|
@@ -6732,7 +6732,7 @@
|
|
|
6732
6732
|
},
|
|
6733
6733
|
"locationInModule": {
|
|
6734
6734
|
"filename": "src/providers/ecs.ts",
|
|
6735
|
-
"line":
|
|
6735
|
+
"line": 503
|
|
6736
6736
|
},
|
|
6737
6737
|
"name": "getStepFunctionTask",
|
|
6738
6738
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6761,7 +6761,7 @@
|
|
|
6761
6761
|
},
|
|
6762
6762
|
"locationInModule": {
|
|
6763
6763
|
"filename": "src/providers/ecs.ts",
|
|
6764
|
-
"line":
|
|
6764
|
+
"line": 548
|
|
6765
6765
|
},
|
|
6766
6766
|
"name": "grantStateMachine",
|
|
6767
6767
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6780,7 +6780,7 @@
|
|
|
6780
6780
|
},
|
|
6781
6781
|
"locationInModule": {
|
|
6782
6782
|
"filename": "src/providers/common.ts",
|
|
6783
|
-
"line":
|
|
6783
|
+
"line": 471
|
|
6784
6784
|
},
|
|
6785
6785
|
"name": "labelsFromProperties",
|
|
6786
6786
|
"parameters": [
|
|
@@ -6830,7 +6830,7 @@
|
|
|
6830
6830
|
},
|
|
6831
6831
|
"locationInModule": {
|
|
6832
6832
|
"filename": "src/providers/ecs.ts",
|
|
6833
|
-
"line":
|
|
6833
|
+
"line": 551
|
|
6834
6834
|
},
|
|
6835
6835
|
"name": "status",
|
|
6836
6836
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6859,7 +6859,7 @@
|
|
|
6859
6859
|
"immutable": true,
|
|
6860
6860
|
"locationInModule": {
|
|
6861
6861
|
"filename": "src/providers/ecs.ts",
|
|
6862
|
-
"line":
|
|
6862
|
+
"line": 280
|
|
6863
6863
|
},
|
|
6864
6864
|
"name": "connections",
|
|
6865
6865
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -6875,7 +6875,7 @@
|
|
|
6875
6875
|
"immutable": true,
|
|
6876
6876
|
"locationInModule": {
|
|
6877
6877
|
"filename": "src/providers/ecs.ts",
|
|
6878
|
-
"line":
|
|
6878
|
+
"line": 275
|
|
6879
6879
|
},
|
|
6880
6880
|
"name": "grantPrincipal",
|
|
6881
6881
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -6891,7 +6891,7 @@
|
|
|
6891
6891
|
"immutable": true,
|
|
6892
6892
|
"locationInModule": {
|
|
6893
6893
|
"filename": "src/providers/ecs.ts",
|
|
6894
|
-
"line":
|
|
6894
|
+
"line": 255
|
|
6895
6895
|
},
|
|
6896
6896
|
"name": "labels",
|
|
6897
6897
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6913,7 +6913,7 @@
|
|
|
6913
6913
|
"immutable": true,
|
|
6914
6914
|
"locationInModule": {
|
|
6915
6915
|
"filename": "src/providers/ecs.ts",
|
|
6916
|
-
"line":
|
|
6916
|
+
"line": 292
|
|
6917
6917
|
},
|
|
6918
6918
|
"name": "logGroup",
|
|
6919
6919
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6929,7 +6929,7 @@
|
|
|
6929
6929
|
"immutable": true,
|
|
6930
6930
|
"locationInModule": {
|
|
6931
6931
|
"filename": "src/providers/ecs.ts",
|
|
6932
|
-
"line":
|
|
6932
|
+
"line": 304
|
|
6933
6933
|
},
|
|
6934
6934
|
"name": "retryableErrors",
|
|
6935
6935
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6959,7 +6959,7 @@
|
|
|
6959
6959
|
"kind": "interface",
|
|
6960
6960
|
"locationInModule": {
|
|
6961
6961
|
"filename": "src/providers/ecs.ts",
|
|
6962
|
-
"line":
|
|
6962
|
+
"line": 35
|
|
6963
6963
|
},
|
|
6964
6964
|
"name": "EcsRunnerProviderProps",
|
|
6965
6965
|
"properties": [
|
|
@@ -6974,7 +6974,7 @@
|
|
|
6974
6974
|
"immutable": true,
|
|
6975
6975
|
"locationInModule": {
|
|
6976
6976
|
"filename": "src/providers/ecs.ts",
|
|
6977
|
-
"line":
|
|
6977
|
+
"line": 100
|
|
6978
6978
|
},
|
|
6979
6979
|
"name": "assignPublicIp",
|
|
6980
6980
|
"optional": true,
|
|
@@ -6993,7 +6993,7 @@
|
|
|
6993
6993
|
"immutable": true,
|
|
6994
6994
|
"locationInModule": {
|
|
6995
6995
|
"filename": "src/providers/ecs.ts",
|
|
6996
|
-
"line":
|
|
6996
|
+
"line": 91
|
|
6997
6997
|
},
|
|
6998
6998
|
"name": "capacityProvider",
|
|
6999
6999
|
"optional": true,
|
|
@@ -7011,7 +7011,7 @@
|
|
|
7011
7011
|
"immutable": true,
|
|
7012
7012
|
"locationInModule": {
|
|
7013
7013
|
"filename": "src/providers/ecs.ts",
|
|
7014
|
-
"line":
|
|
7014
|
+
"line": 82
|
|
7015
7015
|
},
|
|
7016
7016
|
"name": "cluster",
|
|
7017
7017
|
"optional": true,
|
|
@@ -7030,7 +7030,7 @@
|
|
|
7030
7030
|
"immutable": true,
|
|
7031
7031
|
"locationInModule": {
|
|
7032
7032
|
"filename": "src/providers/ecs.ts",
|
|
7033
|
-
"line":
|
|
7033
|
+
"line": 107
|
|
7034
7034
|
},
|
|
7035
7035
|
"name": "cpu",
|
|
7036
7036
|
"optional": true,
|
|
@@ -7049,7 +7049,7 @@
|
|
|
7049
7049
|
"immutable": true,
|
|
7050
7050
|
"locationInModule": {
|
|
7051
7051
|
"filename": "src/providers/ecs.ts",
|
|
7052
|
-
"line":
|
|
7052
|
+
"line": 152
|
|
7053
7053
|
},
|
|
7054
7054
|
"name": "dockerInDocker",
|
|
7055
7055
|
"optional": true,
|
|
@@ -7068,7 +7068,7 @@
|
|
|
7068
7068
|
"immutable": true,
|
|
7069
7069
|
"locationInModule": {
|
|
7070
7070
|
"filename": "src/providers/ecs.ts",
|
|
7071
|
-
"line":
|
|
7071
|
+
"line": 43
|
|
7072
7072
|
},
|
|
7073
7073
|
"name": "imageBuilder",
|
|
7074
7074
|
"optional": true,
|
|
@@ -7087,7 +7087,7 @@
|
|
|
7087
7087
|
"immutable": true,
|
|
7088
7088
|
"locationInModule": {
|
|
7089
7089
|
"filename": "src/providers/ecs.ts",
|
|
7090
|
-
"line":
|
|
7090
|
+
"line": 121
|
|
7091
7091
|
},
|
|
7092
7092
|
"name": "instanceType",
|
|
7093
7093
|
"optional": true,
|
|
@@ -7106,7 +7106,7 @@
|
|
|
7106
7106
|
"immutable": true,
|
|
7107
7107
|
"locationInModule": {
|
|
7108
7108
|
"filename": "src/providers/ecs.ts",
|
|
7109
|
-
"line":
|
|
7109
|
+
"line": 54
|
|
7110
7110
|
},
|
|
7111
7111
|
"name": "labels",
|
|
7112
7112
|
"optional": true,
|
|
@@ -7130,7 +7130,7 @@
|
|
|
7130
7130
|
"immutable": true,
|
|
7131
7131
|
"locationInModule": {
|
|
7132
7132
|
"filename": "src/providers/ecs.ts",
|
|
7133
|
-
"line":
|
|
7133
|
+
"line": 135
|
|
7134
7134
|
},
|
|
7135
7135
|
"name": "maxInstances",
|
|
7136
7136
|
"optional": true,
|
|
@@ -7148,7 +7148,7 @@
|
|
|
7148
7148
|
"immutable": true,
|
|
7149
7149
|
"locationInModule": {
|
|
7150
7150
|
"filename": "src/providers/ecs.ts",
|
|
7151
|
-
"line":
|
|
7151
|
+
"line": 114
|
|
7152
7152
|
},
|
|
7153
7153
|
"name": "memoryLimitMiB",
|
|
7154
7154
|
"optional": true,
|
|
@@ -7167,7 +7167,7 @@
|
|
|
7167
7167
|
"immutable": true,
|
|
7168
7168
|
"locationInModule": {
|
|
7169
7169
|
"filename": "src/providers/ecs.ts",
|
|
7170
|
-
"line":
|
|
7170
|
+
"line": 128
|
|
7171
7171
|
},
|
|
7172
7172
|
"name": "minInstances",
|
|
7173
7173
|
"optional": true,
|
|
@@ -7185,7 +7185,7 @@
|
|
|
7185
7185
|
"immutable": true,
|
|
7186
7186
|
"locationInModule": {
|
|
7187
7187
|
"filename": "src/providers/ecs.ts",
|
|
7188
|
-
"line":
|
|
7188
|
+
"line": 75
|
|
7189
7189
|
},
|
|
7190
7190
|
"name": "securityGroups",
|
|
7191
7191
|
"optional": true,
|
|
@@ -7208,7 +7208,7 @@
|
|
|
7208
7208
|
"immutable": true,
|
|
7209
7209
|
"locationInModule": {
|
|
7210
7210
|
"filename": "src/providers/ecs.ts",
|
|
7211
|
-
"line":
|
|
7211
|
+
"line": 159
|
|
7212
7212
|
},
|
|
7213
7213
|
"name": "spot",
|
|
7214
7214
|
"optional": true,
|
|
@@ -7225,7 +7225,7 @@
|
|
|
7225
7225
|
"immutable": true,
|
|
7226
7226
|
"locationInModule": {
|
|
7227
7227
|
"filename": "src/providers/ecs.ts",
|
|
7228
|
-
"line":
|
|
7228
|
+
"line": 164
|
|
7229
7229
|
},
|
|
7230
7230
|
"name": "spotMaxPrice",
|
|
7231
7231
|
"optional": true,
|
|
@@ -7244,7 +7244,7 @@
|
|
|
7244
7244
|
"immutable": true,
|
|
7245
7245
|
"locationInModule": {
|
|
7246
7246
|
"filename": "src/providers/ecs.ts",
|
|
7247
|
-
"line":
|
|
7247
|
+
"line": 144
|
|
7248
7248
|
},
|
|
7249
7249
|
"name": "storageSize",
|
|
7250
7250
|
"optional": true,
|
|
@@ -7262,7 +7262,7 @@
|
|
|
7262
7262
|
"immutable": true,
|
|
7263
7263
|
"locationInModule": {
|
|
7264
7264
|
"filename": "src/providers/ecs.ts",
|
|
7265
|
-
"line":
|
|
7265
|
+
"line": 68
|
|
7266
7266
|
},
|
|
7267
7267
|
"name": "subnetSelection",
|
|
7268
7268
|
"optional": true,
|
|
@@ -7280,7 +7280,7 @@
|
|
|
7280
7280
|
"immutable": true,
|
|
7281
7281
|
"locationInModule": {
|
|
7282
7282
|
"filename": "src/providers/ecs.ts",
|
|
7283
|
-
"line":
|
|
7283
|
+
"line": 61
|
|
7284
7284
|
},
|
|
7285
7285
|
"name": "vpc",
|
|
7286
7286
|
"optional": true,
|
|
@@ -7480,7 +7480,7 @@
|
|
|
7480
7480
|
},
|
|
7481
7481
|
"locationInModule": {
|
|
7482
7482
|
"filename": "src/providers/common.ts",
|
|
7483
|
-
"line":
|
|
7483
|
+
"line": 471
|
|
7484
7484
|
},
|
|
7485
7485
|
"name": "labelsFromProperties",
|
|
7486
7486
|
"parameters": [
|
|
@@ -8602,7 +8602,7 @@
|
|
|
8602
8602
|
"kind": "interface",
|
|
8603
8603
|
"locationInModule": {
|
|
8604
8604
|
"filename": "src/providers/common.ts",
|
|
8605
|
-
"line":
|
|
8605
|
+
"line": 354
|
|
8606
8606
|
},
|
|
8607
8607
|
"name": "IRunnerAmiStatus",
|
|
8608
8608
|
"properties": [
|
|
@@ -8615,7 +8615,7 @@
|
|
|
8615
8615
|
"immutable": true,
|
|
8616
8616
|
"locationInModule": {
|
|
8617
8617
|
"filename": "src/providers/common.ts",
|
|
8618
|
-
"line":
|
|
8618
|
+
"line": 358
|
|
8619
8619
|
},
|
|
8620
8620
|
"name": "launchTemplate",
|
|
8621
8621
|
"type": {
|
|
@@ -8631,7 +8631,7 @@
|
|
|
8631
8631
|
"immutable": true,
|
|
8632
8632
|
"locationInModule": {
|
|
8633
8633
|
"filename": "src/providers/common.ts",
|
|
8634
|
-
"line":
|
|
8634
|
+
"line": 363
|
|
8635
8635
|
},
|
|
8636
8636
|
"name": "amiBuilderLogGroup",
|
|
8637
8637
|
"optional": true,
|
|
@@ -8706,7 +8706,7 @@
|
|
|
8706
8706
|
"kind": "interface",
|
|
8707
8707
|
"locationInModule": {
|
|
8708
8708
|
"filename": "src/providers/common.ts",
|
|
8709
|
-
"line":
|
|
8709
|
+
"line": 334
|
|
8710
8710
|
},
|
|
8711
8711
|
"name": "IRunnerImageStatus",
|
|
8712
8712
|
"properties": [
|
|
@@ -8719,7 +8719,7 @@
|
|
|
8719
8719
|
"immutable": true,
|
|
8720
8720
|
"locationInModule": {
|
|
8721
8721
|
"filename": "src/providers/common.ts",
|
|
8722
|
-
"line":
|
|
8722
|
+
"line": 338
|
|
8723
8723
|
},
|
|
8724
8724
|
"name": "imageRepository",
|
|
8725
8725
|
"type": {
|
|
@@ -8735,7 +8735,7 @@
|
|
|
8735
8735
|
"immutable": true,
|
|
8736
8736
|
"locationInModule": {
|
|
8737
8737
|
"filename": "src/providers/common.ts",
|
|
8738
|
-
"line":
|
|
8738
|
+
"line": 343
|
|
8739
8739
|
},
|
|
8740
8740
|
"name": "imageTag",
|
|
8741
8741
|
"type": {
|
|
@@ -8751,7 +8751,7 @@
|
|
|
8751
8751
|
"immutable": true,
|
|
8752
8752
|
"locationInModule": {
|
|
8753
8753
|
"filename": "src/providers/common.ts",
|
|
8754
|
-
"line":
|
|
8754
|
+
"line": 348
|
|
8755
8755
|
},
|
|
8756
8756
|
"name": "imageBuilderLogGroup",
|
|
8757
8757
|
"optional": true,
|
|
@@ -8778,7 +8778,7 @@
|
|
|
8778
8778
|
"kind": "interface",
|
|
8779
8779
|
"locationInModule": {
|
|
8780
8780
|
"filename": "src/providers/common.ts",
|
|
8781
|
-
"line":
|
|
8781
|
+
"line": 414
|
|
8782
8782
|
},
|
|
8783
8783
|
"methods": [
|
|
8784
8784
|
{
|
|
@@ -8790,7 +8790,7 @@
|
|
|
8790
8790
|
},
|
|
8791
8791
|
"locationInModule": {
|
|
8792
8792
|
"filename": "src/providers/common.ts",
|
|
8793
|
-
"line":
|
|
8793
|
+
"line": 443
|
|
8794
8794
|
},
|
|
8795
8795
|
"name": "getStepFunctionTask",
|
|
8796
8796
|
"parameters": [
|
|
@@ -8819,7 +8819,7 @@
|
|
|
8819
8819
|
},
|
|
8820
8820
|
"locationInModule": {
|
|
8821
8821
|
"filename": "src/providers/common.ts",
|
|
8822
|
-
"line":
|
|
8822
|
+
"line": 451
|
|
8823
8823
|
},
|
|
8824
8824
|
"name": "grantStateMachine",
|
|
8825
8825
|
"parameters": [
|
|
@@ -8843,7 +8843,7 @@
|
|
|
8843
8843
|
},
|
|
8844
8844
|
"locationInModule": {
|
|
8845
8845
|
"filename": "src/providers/common.ts",
|
|
8846
|
-
"line":
|
|
8846
|
+
"line": 458
|
|
8847
8847
|
},
|
|
8848
8848
|
"name": "status",
|
|
8849
8849
|
"parameters": [
|
|
@@ -8876,7 +8876,7 @@
|
|
|
8876
8876
|
"immutable": true,
|
|
8877
8877
|
"locationInModule": {
|
|
8878
8878
|
"filename": "src/providers/common.ts",
|
|
8879
|
-
"line":
|
|
8879
|
+
"line": 422
|
|
8880
8880
|
},
|
|
8881
8881
|
"name": "labels",
|
|
8882
8882
|
"type": {
|
|
@@ -8898,7 +8898,7 @@
|
|
|
8898
8898
|
"immutable": true,
|
|
8899
8899
|
"locationInModule": {
|
|
8900
8900
|
"filename": "src/providers/common.ts",
|
|
8901
|
-
"line":
|
|
8901
|
+
"line": 429
|
|
8902
8902
|
},
|
|
8903
8903
|
"name": "logGroup",
|
|
8904
8904
|
"type": {
|
|
@@ -8914,7 +8914,7 @@
|
|
|
8914
8914
|
"immutable": true,
|
|
8915
8915
|
"locationInModule": {
|
|
8916
8916
|
"filename": "src/providers/common.ts",
|
|
8917
|
-
"line":
|
|
8917
|
+
"line": 434
|
|
8918
8918
|
},
|
|
8919
8919
|
"name": "retryableErrors",
|
|
8920
8920
|
"type": {
|
|
@@ -8939,7 +8939,7 @@
|
|
|
8939
8939
|
"kind": "interface",
|
|
8940
8940
|
"locationInModule": {
|
|
8941
8941
|
"filename": "src/providers/common.ts",
|
|
8942
|
-
"line":
|
|
8942
|
+
"line": 369
|
|
8943
8943
|
},
|
|
8944
8944
|
"name": "IRunnerProviderStatus",
|
|
8945
8945
|
"properties": [
|
|
@@ -8952,7 +8952,7 @@
|
|
|
8952
8952
|
"immutable": true,
|
|
8953
8953
|
"locationInModule": {
|
|
8954
8954
|
"filename": "src/providers/common.ts",
|
|
8955
|
-
"line":
|
|
8955
|
+
"line": 378
|
|
8956
8956
|
},
|
|
8957
8957
|
"name": "labels",
|
|
8958
8958
|
"type": {
|
|
@@ -8973,7 +8973,7 @@
|
|
|
8973
8973
|
"immutable": true,
|
|
8974
8974
|
"locationInModule": {
|
|
8975
8975
|
"filename": "src/providers/common.ts",
|
|
8976
|
-
"line":
|
|
8976
|
+
"line": 373
|
|
8977
8977
|
},
|
|
8978
8978
|
"name": "type",
|
|
8979
8979
|
"type": {
|
|
@@ -8989,7 +8989,7 @@
|
|
|
8989
8989
|
"immutable": true,
|
|
8990
8990
|
"locationInModule": {
|
|
8991
8991
|
"filename": "src/providers/common.ts",
|
|
8992
|
-
"line":
|
|
8992
|
+
"line": 403
|
|
8993
8993
|
},
|
|
8994
8994
|
"name": "ami",
|
|
8995
8995
|
"optional": true,
|
|
@@ -9006,7 +9006,7 @@
|
|
|
9006
9006
|
"immutable": true,
|
|
9007
9007
|
"locationInModule": {
|
|
9008
9008
|
"filename": "src/providers/common.ts",
|
|
9009
|
-
"line":
|
|
9009
|
+
"line": 398
|
|
9010
9010
|
},
|
|
9011
9011
|
"name": "image",
|
|
9012
9012
|
"optional": true,
|
|
@@ -9023,7 +9023,7 @@
|
|
|
9023
9023
|
"immutable": true,
|
|
9024
9024
|
"locationInModule": {
|
|
9025
9025
|
"filename": "src/providers/common.ts",
|
|
9026
|
-
"line":
|
|
9026
|
+
"line": 408
|
|
9027
9027
|
},
|
|
9028
9028
|
"name": "logGroup",
|
|
9029
9029
|
"optional": true,
|
|
@@ -9040,7 +9040,7 @@
|
|
|
9040
9040
|
"immutable": true,
|
|
9041
9041
|
"locationInModule": {
|
|
9042
9042
|
"filename": "src/providers/common.ts",
|
|
9043
|
-
"line":
|
|
9043
|
+
"line": 393
|
|
9044
9044
|
},
|
|
9045
9045
|
"name": "roleArn",
|
|
9046
9046
|
"optional": true,
|
|
@@ -9057,7 +9057,7 @@
|
|
|
9057
9057
|
"immutable": true,
|
|
9058
9058
|
"locationInModule": {
|
|
9059
9059
|
"filename": "src/providers/common.ts",
|
|
9060
|
-
"line":
|
|
9060
|
+
"line": 388
|
|
9061
9061
|
},
|
|
9062
9062
|
"name": "securityGroups",
|
|
9063
9063
|
"optional": true,
|
|
@@ -9079,7 +9079,7 @@
|
|
|
9079
9079
|
"immutable": true,
|
|
9080
9080
|
"locationInModule": {
|
|
9081
9081
|
"filename": "src/providers/common.ts",
|
|
9082
|
-
"line":
|
|
9082
|
+
"line": 383
|
|
9083
9083
|
},
|
|
9084
9084
|
"name": "vpcArn",
|
|
9085
9085
|
"optional": true,
|
|
@@ -9743,7 +9743,7 @@
|
|
|
9743
9743
|
},
|
|
9744
9744
|
"locationInModule": {
|
|
9745
9745
|
"filename": "src/providers/common.ts",
|
|
9746
|
-
"line":
|
|
9746
|
+
"line": 471
|
|
9747
9747
|
},
|
|
9748
9748
|
"name": "labelsFromProperties",
|
|
9749
9749
|
"parameters": [
|
|
@@ -10611,7 +10611,7 @@
|
|
|
10611
10611
|
"kind": "class",
|
|
10612
10612
|
"locationInModule": {
|
|
10613
10613
|
"filename": "src/providers/common.ts",
|
|
10614
|
-
"line":
|
|
10614
|
+
"line": 113
|
|
10615
10615
|
},
|
|
10616
10616
|
"methods": [
|
|
10617
10617
|
{
|
|
@@ -10621,7 +10621,7 @@
|
|
|
10621
10621
|
},
|
|
10622
10622
|
"locationInModule": {
|
|
10623
10623
|
"filename": "src/providers/common.ts",
|
|
10624
|
-
"line":
|
|
10624
|
+
"line": 148
|
|
10625
10625
|
},
|
|
10626
10626
|
"name": "is",
|
|
10627
10627
|
"parameters": [
|
|
@@ -10648,7 +10648,7 @@
|
|
|
10648
10648
|
},
|
|
10649
10649
|
"locationInModule": {
|
|
10650
10650
|
"filename": "src/providers/common.ts",
|
|
10651
|
-
"line":
|
|
10651
|
+
"line": 157
|
|
10652
10652
|
},
|
|
10653
10653
|
"name": "isIn",
|
|
10654
10654
|
"parameters": [
|
|
@@ -10686,7 +10686,7 @@
|
|
|
10686
10686
|
"immutable": true,
|
|
10687
10687
|
"locationInModule": {
|
|
10688
10688
|
"filename": "src/providers/common.ts",
|
|
10689
|
-
"line":
|
|
10689
|
+
"line": 119
|
|
10690
10690
|
},
|
|
10691
10691
|
"name": "LINUX",
|
|
10692
10692
|
"static": true,
|
|
@@ -10703,7 +10703,7 @@
|
|
|
10703
10703
|
"immutable": true,
|
|
10704
10704
|
"locationInModule": {
|
|
10705
10705
|
"filename": "src/providers/common.ts",
|
|
10706
|
-
"line":
|
|
10706
|
+
"line": 129
|
|
10707
10707
|
},
|
|
10708
10708
|
"name": "LINUX_AMAZON_2",
|
|
10709
10709
|
"static": true,
|
|
@@ -10720,7 +10720,7 @@
|
|
|
10720
10720
|
"immutable": true,
|
|
10721
10721
|
"locationInModule": {
|
|
10722
10722
|
"filename": "src/providers/common.ts",
|
|
10723
|
-
"line":
|
|
10723
|
+
"line": 124
|
|
10724
10724
|
},
|
|
10725
10725
|
"name": "LINUX_UBUNTU",
|
|
10726
10726
|
"static": true,
|
|
@@ -10737,7 +10737,7 @@
|
|
|
10737
10737
|
"immutable": true,
|
|
10738
10738
|
"locationInModule": {
|
|
10739
10739
|
"filename": "src/providers/common.ts",
|
|
10740
|
-
"line":
|
|
10740
|
+
"line": 134
|
|
10741
10741
|
},
|
|
10742
10742
|
"name": "WINDOWS",
|
|
10743
10743
|
"static": true,
|
|
@@ -10752,7 +10752,7 @@
|
|
|
10752
10752
|
"immutable": true,
|
|
10753
10753
|
"locationInModule": {
|
|
10754
10754
|
"filename": "src/providers/common.ts",
|
|
10755
|
-
"line":
|
|
10755
|
+
"line": 140
|
|
10756
10756
|
},
|
|
10757
10757
|
"name": "name",
|
|
10758
10758
|
"type": {
|
|
@@ -10774,7 +10774,7 @@
|
|
|
10774
10774
|
"kind": "interface",
|
|
10775
10775
|
"locationInModule": {
|
|
10776
10776
|
"filename": "src/providers/common.ts",
|
|
10777
|
-
"line":
|
|
10777
|
+
"line": 246
|
|
10778
10778
|
},
|
|
10779
10779
|
"name": "ProviderRetryOptions",
|
|
10780
10780
|
"properties": [
|
|
@@ -10788,7 +10788,7 @@
|
|
|
10788
10788
|
"immutable": true,
|
|
10789
10789
|
"locationInModule": {
|
|
10790
10790
|
"filename": "src/providers/common.ts",
|
|
10791
|
-
"line":
|
|
10791
|
+
"line": 273
|
|
10792
10792
|
},
|
|
10793
10793
|
"name": "backoffRate",
|
|
10794
10794
|
"optional": true,
|
|
@@ -10807,7 +10807,7 @@
|
|
|
10807
10807
|
"immutable": true,
|
|
10808
10808
|
"locationInModule": {
|
|
10809
10809
|
"filename": "src/providers/common.ts",
|
|
10810
|
-
"line":
|
|
10810
|
+
"line": 259
|
|
10811
10811
|
},
|
|
10812
10812
|
"name": "interval",
|
|
10813
10813
|
"optional": true,
|
|
@@ -10825,7 +10825,7 @@
|
|
|
10825
10825
|
"immutable": true,
|
|
10826
10826
|
"locationInModule": {
|
|
10827
10827
|
"filename": "src/providers/common.ts",
|
|
10828
|
-
"line":
|
|
10828
|
+
"line": 266
|
|
10829
10829
|
},
|
|
10830
10830
|
"name": "maxAttempts",
|
|
10831
10831
|
"optional": true,
|
|
@@ -10844,7 +10844,7 @@
|
|
|
10844
10844
|
"immutable": true,
|
|
10845
10845
|
"locationInModule": {
|
|
10846
10846
|
"filename": "src/providers/common.ts",
|
|
10847
|
-
"line":
|
|
10847
|
+
"line": 252
|
|
10848
10848
|
},
|
|
10849
10849
|
"name": "retry",
|
|
10850
10850
|
"optional": true,
|
|
@@ -10866,7 +10866,7 @@
|
|
|
10866
10866
|
"kind": "interface",
|
|
10867
10867
|
"locationInModule": {
|
|
10868
10868
|
"filename": "src/providers/common.ts",
|
|
10869
|
-
"line":
|
|
10869
|
+
"line": 214
|
|
10870
10870
|
},
|
|
10871
10871
|
"name": "RunnerAmi",
|
|
10872
10872
|
"properties": [
|
|
@@ -10879,7 +10879,7 @@
|
|
|
10879
10879
|
"immutable": true,
|
|
10880
10880
|
"locationInModule": {
|
|
10881
10881
|
"filename": "src/providers/common.ts",
|
|
10882
|
-
"line":
|
|
10882
|
+
"line": 223
|
|
10883
10883
|
},
|
|
10884
10884
|
"name": "architecture",
|
|
10885
10885
|
"type": {
|
|
@@ -10895,7 +10895,7 @@
|
|
|
10895
10895
|
"immutable": true,
|
|
10896
10896
|
"locationInModule": {
|
|
10897
10897
|
"filename": "src/providers/common.ts",
|
|
10898
|
-
"line":
|
|
10898
|
+
"line": 218
|
|
10899
10899
|
},
|
|
10900
10900
|
"name": "launchTemplate",
|
|
10901
10901
|
"type": {
|
|
@@ -10911,7 +10911,7 @@
|
|
|
10911
10911
|
"immutable": true,
|
|
10912
10912
|
"locationInModule": {
|
|
10913
10913
|
"filename": "src/providers/common.ts",
|
|
10914
|
-
"line":
|
|
10914
|
+
"line": 228
|
|
10915
10915
|
},
|
|
10916
10916
|
"name": "os",
|
|
10917
10917
|
"type": {
|
|
@@ -10928,7 +10928,7 @@
|
|
|
10928
10928
|
"immutable": true,
|
|
10929
10929
|
"locationInModule": {
|
|
10930
10930
|
"filename": "src/providers/common.ts",
|
|
10931
|
-
"line":
|
|
10931
|
+
"line": 240
|
|
10932
10932
|
},
|
|
10933
10933
|
"name": "runnerVersion",
|
|
10934
10934
|
"type": {
|
|
@@ -10944,7 +10944,7 @@
|
|
|
10944
10944
|
"immutable": true,
|
|
10945
10945
|
"locationInModule": {
|
|
10946
10946
|
"filename": "src/providers/common.ts",
|
|
10947
|
-
"line":
|
|
10947
|
+
"line": 233
|
|
10948
10948
|
},
|
|
10949
10949
|
"name": "logGroup",
|
|
10950
10950
|
"optional": true,
|
|
@@ -10966,7 +10966,7 @@
|
|
|
10966
10966
|
"kind": "interface",
|
|
10967
10967
|
"locationInModule": {
|
|
10968
10968
|
"filename": "src/providers/common.ts",
|
|
10969
|
-
"line":
|
|
10969
|
+
"line": 170
|
|
10970
10970
|
},
|
|
10971
10971
|
"name": "RunnerImage",
|
|
10972
10972
|
"properties": [
|
|
@@ -10979,7 +10979,7 @@
|
|
|
10979
10979
|
"immutable": true,
|
|
10980
10980
|
"locationInModule": {
|
|
10981
10981
|
"filename": "src/providers/common.ts",
|
|
10982
|
-
"line":
|
|
10982
|
+
"line": 184
|
|
10983
10983
|
},
|
|
10984
10984
|
"name": "architecture",
|
|
10985
10985
|
"type": {
|
|
@@ -10995,7 +10995,7 @@
|
|
|
10995
10995
|
"immutable": true,
|
|
10996
10996
|
"locationInModule": {
|
|
10997
10997
|
"filename": "src/providers/common.ts",
|
|
10998
|
-
"line":
|
|
10998
|
+
"line": 174
|
|
10999
10999
|
},
|
|
11000
11000
|
"name": "imageRepository",
|
|
11001
11001
|
"type": {
|
|
@@ -11011,7 +11011,7 @@
|
|
|
11011
11011
|
"immutable": true,
|
|
11012
11012
|
"locationInModule": {
|
|
11013
11013
|
"filename": "src/providers/common.ts",
|
|
11014
|
-
"line":
|
|
11014
|
+
"line": 179
|
|
11015
11015
|
},
|
|
11016
11016
|
"name": "imageTag",
|
|
11017
11017
|
"type": {
|
|
@@ -11027,7 +11027,7 @@
|
|
|
11027
11027
|
"immutable": true,
|
|
11028
11028
|
"locationInModule": {
|
|
11029
11029
|
"filename": "src/providers/common.ts",
|
|
11030
|
-
"line":
|
|
11030
|
+
"line": 189
|
|
11031
11031
|
},
|
|
11032
11032
|
"name": "os",
|
|
11033
11033
|
"type": {
|
|
@@ -11044,7 +11044,7 @@
|
|
|
11044
11044
|
"immutable": true,
|
|
11045
11045
|
"locationInModule": {
|
|
11046
11046
|
"filename": "src/providers/common.ts",
|
|
11047
|
-
"line":
|
|
11047
|
+
"line": 201
|
|
11048
11048
|
},
|
|
11049
11049
|
"name": "runnerVersion",
|
|
11050
11050
|
"type": {
|
|
@@ -11060,7 +11060,7 @@
|
|
|
11060
11060
|
"immutable": true,
|
|
11061
11061
|
"locationInModule": {
|
|
11062
11062
|
"filename": "src/providers/common.ts",
|
|
11063
|
-
"line":
|
|
11063
|
+
"line": 194
|
|
11064
11064
|
},
|
|
11065
11065
|
"name": "logGroup",
|
|
11066
11066
|
"optional": true,
|
|
@@ -12213,7 +12213,7 @@
|
|
|
12213
12213
|
"kind": "interface",
|
|
12214
12214
|
"locationInModule": {
|
|
12215
12215
|
"filename": "src/providers/common.ts",
|
|
12216
|
-
"line":
|
|
12216
|
+
"line": 279
|
|
12217
12217
|
},
|
|
12218
12218
|
"name": "RunnerProviderProps",
|
|
12219
12219
|
"properties": [
|
|
@@ -12228,7 +12228,7 @@
|
|
|
12228
12228
|
"immutable": true,
|
|
12229
12229
|
"locationInModule": {
|
|
12230
12230
|
"filename": "src/providers/common.ts",
|
|
12231
|
-
"line":
|
|
12231
|
+
"line": 287
|
|
12232
12232
|
},
|
|
12233
12233
|
"name": "logRetention",
|
|
12234
12234
|
"optional": true,
|
|
@@ -12245,7 +12245,7 @@
|
|
|
12245
12245
|
"immutable": true,
|
|
12246
12246
|
"locationInModule": {
|
|
12247
12247
|
"filename": "src/providers/common.ts",
|
|
12248
|
-
"line":
|
|
12248
|
+
"line": 292
|
|
12249
12249
|
},
|
|
12250
12250
|
"name": "retryOptions",
|
|
12251
12251
|
"optional": true,
|
|
@@ -12268,7 +12268,7 @@
|
|
|
12268
12268
|
"kind": "interface",
|
|
12269
12269
|
"locationInModule": {
|
|
12270
12270
|
"filename": "src/providers/common.ts",
|
|
12271
|
-
"line":
|
|
12271
|
+
"line": 304
|
|
12272
12272
|
},
|
|
12273
12273
|
"name": "RunnerRuntimeParameters",
|
|
12274
12274
|
"properties": [
|
|
@@ -12282,7 +12282,7 @@
|
|
|
12282
12282
|
"immutable": true,
|
|
12283
12283
|
"locationInModule": {
|
|
12284
12284
|
"filename": "src/providers/common.ts",
|
|
12285
|
-
"line":
|
|
12285
|
+
"line": 318
|
|
12286
12286
|
},
|
|
12287
12287
|
"name": "githubDomainPath",
|
|
12288
12288
|
"type": {
|
|
@@ -12298,7 +12298,7 @@
|
|
|
12298
12298
|
"immutable": true,
|
|
12299
12299
|
"locationInModule": {
|
|
12300
12300
|
"filename": "src/providers/common.ts",
|
|
12301
|
-
"line":
|
|
12301
|
+
"line": 323
|
|
12302
12302
|
},
|
|
12303
12303
|
"name": "ownerPath",
|
|
12304
12304
|
"type": {
|
|
@@ -12314,7 +12314,7 @@
|
|
|
12314
12314
|
"immutable": true,
|
|
12315
12315
|
"locationInModule": {
|
|
12316
12316
|
"filename": "src/providers/common.ts",
|
|
12317
|
-
"line":
|
|
12317
|
+
"line": 328
|
|
12318
12318
|
},
|
|
12319
12319
|
"name": "repoPath",
|
|
12320
12320
|
"type": {
|
|
@@ -12331,7 +12331,7 @@
|
|
|
12331
12331
|
"immutable": true,
|
|
12332
12332
|
"locationInModule": {
|
|
12333
12333
|
"filename": "src/providers/common.ts",
|
|
12334
|
-
"line":
|
|
12334
|
+
"line": 313
|
|
12335
12335
|
},
|
|
12336
12336
|
"name": "runnerNamePath",
|
|
12337
12337
|
"type": {
|
|
@@ -12347,7 +12347,7 @@
|
|
|
12347
12347
|
"immutable": true,
|
|
12348
12348
|
"locationInModule": {
|
|
12349
12349
|
"filename": "src/providers/common.ts",
|
|
12350
|
-
"line":
|
|
12350
|
+
"line": 308
|
|
12351
12351
|
},
|
|
12352
12352
|
"name": "runnerTokenPath",
|
|
12353
12353
|
"type": {
|
|
@@ -12370,7 +12370,7 @@
|
|
|
12370
12370
|
},
|
|
12371
12371
|
"locationInModule": {
|
|
12372
12372
|
"filename": "src/providers/common.ts",
|
|
12373
|
-
"line":
|
|
12373
|
+
"line": 37
|
|
12374
12374
|
},
|
|
12375
12375
|
"parameters": [
|
|
12376
12376
|
{
|
|
@@ -12385,7 +12385,7 @@
|
|
|
12385
12385
|
"kind": "class",
|
|
12386
12386
|
"locationInModule": {
|
|
12387
12387
|
"filename": "src/providers/common.ts",
|
|
12388
|
-
"line":
|
|
12388
|
+
"line": 18
|
|
12389
12389
|
},
|
|
12390
12390
|
"methods": [
|
|
12391
12391
|
{
|
|
@@ -12395,7 +12395,7 @@
|
|
|
12395
12395
|
},
|
|
12396
12396
|
"locationInModule": {
|
|
12397
12397
|
"filename": "src/providers/common.ts",
|
|
12398
|
-
"line":
|
|
12398
|
+
"line": 22
|
|
12399
12399
|
},
|
|
12400
12400
|
"name": "latest",
|
|
12401
12401
|
"returns": {
|
|
@@ -12413,7 +12413,7 @@
|
|
|
12413
12413
|
},
|
|
12414
12414
|
"locationInModule": {
|
|
12415
12415
|
"filename": "src/providers/common.ts",
|
|
12416
|
-
"line":
|
|
12416
|
+
"line": 33
|
|
12417
12417
|
},
|
|
12418
12418
|
"name": "specific",
|
|
12419
12419
|
"parameters": [
|
|
@@ -12441,7 +12441,7 @@
|
|
|
12441
12441
|
},
|
|
12442
12442
|
"locationInModule": {
|
|
12443
12443
|
"filename": "src/providers/common.ts",
|
|
12444
|
-
"line":
|
|
12444
|
+
"line": 45
|
|
12445
12445
|
},
|
|
12446
12446
|
"name": "is",
|
|
12447
12447
|
"parameters": [
|
|
@@ -12471,7 +12471,7 @@
|
|
|
12471
12471
|
"immutable": true,
|
|
12472
12472
|
"locationInModule": {
|
|
12473
12473
|
"filename": "src/providers/common.ts",
|
|
12474
|
-
"line":
|
|
12474
|
+
"line": 37
|
|
12475
12475
|
},
|
|
12476
12476
|
"name": "version",
|
|
12477
12477
|
"type": {
|
|
@@ -12974,6 +12974,6 @@
|
|
|
12974
12974
|
"symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
|
|
12975
12975
|
}
|
|
12976
12976
|
},
|
|
12977
|
-
"version": "0.10.
|
|
12978
|
-
"fingerprint": "
|
|
12977
|
+
"version": "0.10.3",
|
|
12978
|
+
"fingerprint": "AYyfAYvwgR45c5Do+7mQmlWMzqvOxbJ4WoFcX3xTZLI="
|
|
12979
12979
|
}
|