@cloudsnorkel/cdk-github-runners 0.7.6 → 0.8.0
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 +294 -86
- package/API.md +160 -0
- package/lib/lambdas/webhook-handler/index.js +7 -0
- package/lib/providers/codebuild.d.ts +7 -1
- package/lib/providers/codebuild.js +12 -6
- package/lib/providers/common.d.ts +10 -0
- package/lib/providers/common.js +4 -4
- package/lib/providers/docker-images/lambda/linux-arm64/runner.sh +3 -0
- package/lib/providers/docker-images/lambda/linux-x64/runner.sh +3 -0
- package/lib/providers/ec2.d.ts +7 -2
- package/lib/providers/ec2.js +10 -7
- package/lib/providers/fargate.d.ts +7 -1
- package/lib/providers/fargate.js +16 -8
- package/lib/providers/image-builders/ami.js +1 -1
- package/lib/providers/image-builders/codebuild.js +1 -1
- package/lib/providers/image-builders/common.js +1 -1
- package/lib/providers/image-builders/container.js +1 -1
- package/lib/providers/image-builders/linux-components.js +1 -1
- package/lib/providers/image-builders/static.js +1 -1
- package/lib/providers/image-builders/windows-components.js +1 -1
- package/lib/providers/lambda.d.ts +7 -1
- package/lib/providers/lambda.js +4 -2
- package/lib/runner.d.ts +26 -1
- package/lib/runner.js +66 -6
- package/lib/secrets.js +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -4453,7 +4453,7 @@
|
|
|
4453
4453
|
},
|
|
4454
4454
|
"locationInModule": {
|
|
4455
4455
|
"filename": "src/providers/codebuild.ts",
|
|
4456
|
-
"line":
|
|
4456
|
+
"line": 178
|
|
4457
4457
|
},
|
|
4458
4458
|
"parameters": [
|
|
4459
4459
|
{
|
|
@@ -4492,7 +4492,7 @@
|
|
|
4492
4492
|
},
|
|
4493
4493
|
"locationInModule": {
|
|
4494
4494
|
"filename": "src/providers/common.ts",
|
|
4495
|
-
"line":
|
|
4495
|
+
"line": 489
|
|
4496
4496
|
},
|
|
4497
4497
|
"name": "addRetry",
|
|
4498
4498
|
"parameters": [
|
|
@@ -4533,7 +4533,7 @@
|
|
|
4533
4533
|
},
|
|
4534
4534
|
"locationInModule": {
|
|
4535
4535
|
"filename": "src/providers/codebuild.ts",
|
|
4536
|
-
"line":
|
|
4536
|
+
"line": 308
|
|
4537
4537
|
},
|
|
4538
4538
|
"name": "getStepFunctionTask",
|
|
4539
4539
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -4562,7 +4562,7 @@
|
|
|
4562
4562
|
},
|
|
4563
4563
|
"locationInModule": {
|
|
4564
4564
|
"filename": "src/providers/codebuild.ts",
|
|
4565
|
-
"line":
|
|
4565
|
+
"line": 349
|
|
4566
4566
|
},
|
|
4567
4567
|
"name": "grantStateMachine",
|
|
4568
4568
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -4581,7 +4581,7 @@
|
|
|
4581
4581
|
},
|
|
4582
4582
|
"locationInModule": {
|
|
4583
4583
|
"filename": "src/providers/common.ts",
|
|
4584
|
-
"line":
|
|
4584
|
+
"line": 475
|
|
4585
4585
|
},
|
|
4586
4586
|
"name": "labelsFromProperties",
|
|
4587
4587
|
"parameters": [
|
|
@@ -4631,7 +4631,7 @@
|
|
|
4631
4631
|
},
|
|
4632
4632
|
"locationInModule": {
|
|
4633
4633
|
"filename": "src/providers/codebuild.ts",
|
|
4634
|
-
"line":
|
|
4634
|
+
"line": 352
|
|
4635
4635
|
},
|
|
4636
4636
|
"name": "status",
|
|
4637
4637
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -4696,7 +4696,7 @@
|
|
|
4696
4696
|
"immutable": true,
|
|
4697
4697
|
"locationInModule": {
|
|
4698
4698
|
"filename": "src/providers/codebuild.ts",
|
|
4699
|
-
"line":
|
|
4699
|
+
"line": 373
|
|
4700
4700
|
},
|
|
4701
4701
|
"name": "connections",
|
|
4702
4702
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -4757,6 +4757,23 @@
|
|
|
4757
4757
|
}
|
|
4758
4758
|
}
|
|
4759
4759
|
},
|
|
4760
|
+
{
|
|
4761
|
+
"docs": {
|
|
4762
|
+
"remarks": "Note that this is not the job log, but the runner itself. It will not contain output from the GitHub Action but only metadata on its execution.",
|
|
4763
|
+
"stability": "experimental",
|
|
4764
|
+
"summary": "Log group where provided runners will save their logs."
|
|
4765
|
+
},
|
|
4766
|
+
"immutable": true,
|
|
4767
|
+
"locationInModule": {
|
|
4768
|
+
"filename": "src/providers/codebuild.ts",
|
|
4769
|
+
"line": 172
|
|
4770
|
+
},
|
|
4771
|
+
"name": "logGroup",
|
|
4772
|
+
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
4773
|
+
"type": {
|
|
4774
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
4775
|
+
}
|
|
4776
|
+
},
|
|
4760
4777
|
{
|
|
4761
4778
|
"docs": {
|
|
4762
4779
|
"stability": "experimental",
|
|
@@ -5662,7 +5679,7 @@
|
|
|
5662
5679
|
},
|
|
5663
5680
|
"locationInModule": {
|
|
5664
5681
|
"filename": "src/providers/ec2.ts",
|
|
5665
|
-
"line":
|
|
5682
|
+
"line": 252
|
|
5666
5683
|
},
|
|
5667
5684
|
"parameters": [
|
|
5668
5685
|
{
|
|
@@ -5692,7 +5709,7 @@
|
|
|
5692
5709
|
"kind": "class",
|
|
5693
5710
|
"locationInModule": {
|
|
5694
5711
|
"filename": "src/providers/ec2.ts",
|
|
5695
|
-
"line":
|
|
5712
|
+
"line": 224
|
|
5696
5713
|
},
|
|
5697
5714
|
"methods": [
|
|
5698
5715
|
{
|
|
@@ -5701,7 +5718,7 @@
|
|
|
5701
5718
|
},
|
|
5702
5719
|
"locationInModule": {
|
|
5703
5720
|
"filename": "src/providers/common.ts",
|
|
5704
|
-
"line":
|
|
5721
|
+
"line": 489
|
|
5705
5722
|
},
|
|
5706
5723
|
"name": "addRetry",
|
|
5707
5724
|
"parameters": [
|
|
@@ -5742,7 +5759,7 @@
|
|
|
5742
5759
|
},
|
|
5743
5760
|
"locationInModule": {
|
|
5744
5761
|
"filename": "src/providers/ec2.ts",
|
|
5745
|
-
"line":
|
|
5762
|
+
"line": 304
|
|
5746
5763
|
},
|
|
5747
5764
|
"name": "getStepFunctionTask",
|
|
5748
5765
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5771,7 +5788,7 @@
|
|
|
5771
5788
|
},
|
|
5772
5789
|
"locationInModule": {
|
|
5773
5790
|
"filename": "src/providers/ec2.ts",
|
|
5774
|
-
"line":
|
|
5791
|
+
"line": 409
|
|
5775
5792
|
},
|
|
5776
5793
|
"name": "grantStateMachine",
|
|
5777
5794
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5790,7 +5807,7 @@
|
|
|
5790
5807
|
},
|
|
5791
5808
|
"locationInModule": {
|
|
5792
5809
|
"filename": "src/providers/common.ts",
|
|
5793
|
-
"line":
|
|
5810
|
+
"line": 475
|
|
5794
5811
|
},
|
|
5795
5812
|
"name": "labelsFromProperties",
|
|
5796
5813
|
"parameters": [
|
|
@@ -5840,7 +5857,7 @@
|
|
|
5840
5857
|
},
|
|
5841
5858
|
"locationInModule": {
|
|
5842
5859
|
"filename": "src/providers/ec2.ts",
|
|
5843
|
-
"line":
|
|
5860
|
+
"line": 439
|
|
5844
5861
|
},
|
|
5845
5862
|
"name": "status",
|
|
5846
5863
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5869,7 +5886,7 @@
|
|
|
5869
5886
|
"immutable": true,
|
|
5870
5887
|
"locationInModule": {
|
|
5871
5888
|
"filename": "src/providers/ec2.ts",
|
|
5872
|
-
"line":
|
|
5889
|
+
"line": 461
|
|
5873
5890
|
},
|
|
5874
5891
|
"name": "connections",
|
|
5875
5892
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -5885,7 +5902,7 @@
|
|
|
5885
5902
|
"immutable": true,
|
|
5886
5903
|
"locationInModule": {
|
|
5887
5904
|
"filename": "src/providers/ec2.ts",
|
|
5888
|
-
"line":
|
|
5905
|
+
"line": 233
|
|
5889
5906
|
},
|
|
5890
5907
|
"name": "grantPrincipal",
|
|
5891
5908
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -5901,7 +5918,7 @@
|
|
|
5901
5918
|
"immutable": true,
|
|
5902
5919
|
"locationInModule": {
|
|
5903
5920
|
"filename": "src/providers/ec2.ts",
|
|
5904
|
-
"line":
|
|
5921
|
+
"line": 228
|
|
5905
5922
|
},
|
|
5906
5923
|
"name": "labels",
|
|
5907
5924
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5913,6 +5930,23 @@
|
|
|
5913
5930
|
"kind": "array"
|
|
5914
5931
|
}
|
|
5915
5932
|
}
|
|
5933
|
+
},
|
|
5934
|
+
{
|
|
5935
|
+
"docs": {
|
|
5936
|
+
"remarks": "Note that this is not the job log, but the runner itself. It will not contain output from the GitHub Action but only metadata on its execution.",
|
|
5937
|
+
"stability": "experimental",
|
|
5938
|
+
"summary": "Log group where provided runners will save their logs."
|
|
5939
|
+
},
|
|
5940
|
+
"immutable": true,
|
|
5941
|
+
"locationInModule": {
|
|
5942
|
+
"filename": "src/providers/ec2.ts",
|
|
5943
|
+
"line": 240
|
|
5944
|
+
},
|
|
5945
|
+
"name": "logGroup",
|
|
5946
|
+
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
5947
|
+
"type": {
|
|
5948
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
5949
|
+
}
|
|
5916
5950
|
}
|
|
5917
5951
|
],
|
|
5918
5952
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -5931,7 +5965,7 @@
|
|
|
5931
5965
|
"kind": "interface",
|
|
5932
5966
|
"locationInModule": {
|
|
5933
5967
|
"filename": "src/providers/ec2.ts",
|
|
5934
|
-
"line":
|
|
5968
|
+
"line": 132
|
|
5935
5969
|
},
|
|
5936
5970
|
"name": "Ec2RunnerProps",
|
|
5937
5971
|
"properties": [
|
|
@@ -5946,7 +5980,7 @@
|
|
|
5946
5980
|
"immutable": true,
|
|
5947
5981
|
"locationInModule": {
|
|
5948
5982
|
"filename": "src/providers/ec2.ts",
|
|
5949
|
-
"line":
|
|
5983
|
+
"line": 138
|
|
5950
5984
|
},
|
|
5951
5985
|
"name": "amiBuilder",
|
|
5952
5986
|
"optional": true,
|
|
@@ -5964,7 +5998,7 @@
|
|
|
5964
5998
|
"immutable": true,
|
|
5965
5999
|
"locationInModule": {
|
|
5966
6000
|
"filename": "src/providers/ec2.ts",
|
|
5967
|
-
"line":
|
|
6001
|
+
"line": 156
|
|
5968
6002
|
},
|
|
5969
6003
|
"name": "instanceType",
|
|
5970
6004
|
"optional": true,
|
|
@@ -5983,7 +6017,7 @@
|
|
|
5983
6017
|
"immutable": true,
|
|
5984
6018
|
"locationInModule": {
|
|
5985
6019
|
"filename": "src/providers/ec2.ts",
|
|
5986
|
-
"line":
|
|
6020
|
+
"line": 149
|
|
5987
6021
|
},
|
|
5988
6022
|
"name": "labels",
|
|
5989
6023
|
"optional": true,
|
|
@@ -6007,7 +6041,7 @@
|
|
|
6007
6041
|
"immutable": true,
|
|
6008
6042
|
"locationInModule": {
|
|
6009
6043
|
"filename": "src/providers/ec2.ts",
|
|
6010
|
-
"line":
|
|
6044
|
+
"line": 172
|
|
6011
6045
|
},
|
|
6012
6046
|
"name": "securityGroup",
|
|
6013
6047
|
"optional": true,
|
|
@@ -6025,7 +6059,7 @@
|
|
|
6025
6059
|
"immutable": true,
|
|
6026
6060
|
"locationInModule": {
|
|
6027
6061
|
"filename": "src/providers/ec2.ts",
|
|
6028
|
-
"line":
|
|
6062
|
+
"line": 179
|
|
6029
6063
|
},
|
|
6030
6064
|
"name": "securityGroups",
|
|
6031
6065
|
"optional": true,
|
|
@@ -6049,7 +6083,7 @@
|
|
|
6049
6083
|
"immutable": true,
|
|
6050
6084
|
"locationInModule": {
|
|
6051
6085
|
"filename": "src/providers/ec2.ts",
|
|
6052
|
-
"line":
|
|
6086
|
+
"line": 209
|
|
6053
6087
|
},
|
|
6054
6088
|
"name": "spot",
|
|
6055
6089
|
"optional": true,
|
|
@@ -6067,7 +6101,7 @@
|
|
|
6067
6101
|
"immutable": true,
|
|
6068
6102
|
"locationInModule": {
|
|
6069
6103
|
"filename": "src/providers/ec2.ts",
|
|
6070
|
-
"line":
|
|
6104
|
+
"line": 216
|
|
6071
6105
|
},
|
|
6072
6106
|
"name": "spotMaxPrice",
|
|
6073
6107
|
"optional": true,
|
|
@@ -6086,7 +6120,7 @@
|
|
|
6086
6120
|
"immutable": true,
|
|
6087
6121
|
"locationInModule": {
|
|
6088
6122
|
"filename": "src/providers/ec2.ts",
|
|
6089
|
-
"line":
|
|
6123
|
+
"line": 163
|
|
6090
6124
|
},
|
|
6091
6125
|
"name": "storageSize",
|
|
6092
6126
|
"optional": true,
|
|
@@ -6105,7 +6139,7 @@
|
|
|
6105
6139
|
"immutable": true,
|
|
6106
6140
|
"locationInModule": {
|
|
6107
6141
|
"filename": "src/providers/ec2.ts",
|
|
6108
|
-
"line":
|
|
6142
|
+
"line": 188
|
|
6109
6143
|
},
|
|
6110
6144
|
"name": "subnet",
|
|
6111
6145
|
"optional": true,
|
|
@@ -6124,7 +6158,7 @@
|
|
|
6124
6158
|
"immutable": true,
|
|
6125
6159
|
"locationInModule": {
|
|
6126
6160
|
"filename": "src/providers/ec2.ts",
|
|
6127
|
-
"line":
|
|
6161
|
+
"line": 202
|
|
6128
6162
|
},
|
|
6129
6163
|
"name": "subnetSelection",
|
|
6130
6164
|
"optional": true,
|
|
@@ -6142,7 +6176,7 @@
|
|
|
6142
6176
|
"immutable": true,
|
|
6143
6177
|
"locationInModule": {
|
|
6144
6178
|
"filename": "src/providers/ec2.ts",
|
|
6145
|
-
"line":
|
|
6179
|
+
"line": 195
|
|
6146
6180
|
},
|
|
6147
6181
|
"name": "vpc",
|
|
6148
6182
|
"optional": true,
|
|
@@ -6168,7 +6202,7 @@
|
|
|
6168
6202
|
},
|
|
6169
6203
|
"locationInModule": {
|
|
6170
6204
|
"filename": "src/providers/fargate.ts",
|
|
6171
|
-
"line":
|
|
6205
|
+
"line": 288
|
|
6172
6206
|
},
|
|
6173
6207
|
"parameters": [
|
|
6174
6208
|
{
|
|
@@ -6207,7 +6241,7 @@
|
|
|
6207
6241
|
},
|
|
6208
6242
|
"locationInModule": {
|
|
6209
6243
|
"filename": "src/providers/common.ts",
|
|
6210
|
-
"line":
|
|
6244
|
+
"line": 489
|
|
6211
6245
|
},
|
|
6212
6246
|
"name": "addRetry",
|
|
6213
6247
|
"parameters": [
|
|
@@ -6248,7 +6282,7 @@
|
|
|
6248
6282
|
},
|
|
6249
6283
|
"locationInModule": {
|
|
6250
6284
|
"filename": "src/providers/fargate.ts",
|
|
6251
|
-
"line":
|
|
6285
|
+
"line": 373
|
|
6252
6286
|
},
|
|
6253
6287
|
"name": "getStepFunctionTask",
|
|
6254
6288
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6277,7 +6311,7 @@
|
|
|
6277
6311
|
},
|
|
6278
6312
|
"locationInModule": {
|
|
6279
6313
|
"filename": "src/providers/fargate.ts",
|
|
6280
|
-
"line":
|
|
6314
|
+
"line": 427
|
|
6281
6315
|
},
|
|
6282
6316
|
"name": "grantStateMachine",
|
|
6283
6317
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6296,7 +6330,7 @@
|
|
|
6296
6330
|
},
|
|
6297
6331
|
"locationInModule": {
|
|
6298
6332
|
"filename": "src/providers/common.ts",
|
|
6299
|
-
"line":
|
|
6333
|
+
"line": 475
|
|
6300
6334
|
},
|
|
6301
6335
|
"name": "labelsFromProperties",
|
|
6302
6336
|
"parameters": [
|
|
@@ -6346,7 +6380,7 @@
|
|
|
6346
6380
|
},
|
|
6347
6381
|
"locationInModule": {
|
|
6348
6382
|
"filename": "src/providers/fargate.ts",
|
|
6349
|
-
"line":
|
|
6383
|
+
"line": 430
|
|
6350
6384
|
},
|
|
6351
6385
|
"name": "status",
|
|
6352
6386
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6517,6 +6551,23 @@
|
|
|
6517
6551
|
}
|
|
6518
6552
|
}
|
|
6519
6553
|
},
|
|
6554
|
+
{
|
|
6555
|
+
"docs": {
|
|
6556
|
+
"remarks": "Note that this is not the job log, but the runner itself. It will not contain output from the GitHub Action but only metadata on its execution.",
|
|
6557
|
+
"stability": "experimental",
|
|
6558
|
+
"summary": "Log group where provided runners will save their logs."
|
|
6559
|
+
},
|
|
6560
|
+
"immutable": true,
|
|
6561
|
+
"locationInModule": {
|
|
6562
|
+
"filename": "src/providers/fargate.ts",
|
|
6563
|
+
"line": 284
|
|
6564
|
+
},
|
|
6565
|
+
"name": "logGroup",
|
|
6566
|
+
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
6567
|
+
"type": {
|
|
6568
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
6569
|
+
}
|
|
6570
|
+
},
|
|
6520
6571
|
{
|
|
6521
6572
|
"docs": {
|
|
6522
6573
|
"stability": "experimental",
|
|
@@ -6871,7 +6922,7 @@
|
|
|
6871
6922
|
},
|
|
6872
6923
|
"locationInModule": {
|
|
6873
6924
|
"filename": "src/runner.ts",
|
|
6874
|
-
"line":
|
|
6925
|
+
"line": 190
|
|
6875
6926
|
},
|
|
6876
6927
|
"parameters": [
|
|
6877
6928
|
{
|
|
@@ -6898,8 +6949,114 @@
|
|
|
6898
6949
|
"kind": "class",
|
|
6899
6950
|
"locationInModule": {
|
|
6900
6951
|
"filename": "src/runner.ts",
|
|
6901
|
-
"line":
|
|
6952
|
+
"line": 171
|
|
6902
6953
|
},
|
|
6954
|
+
"methods": [
|
|
6955
|
+
{
|
|
6956
|
+
"docs": {
|
|
6957
|
+
"remarks": "A failed runner usually means the runner failed to start and so a job was never executed. It doesn't necessarily mean the job was executed and failed. For that, see {@link metricJobCompleted}.",
|
|
6958
|
+
"stability": "experimental",
|
|
6959
|
+
"summary": "Metric for failed runner executions."
|
|
6960
|
+
},
|
|
6961
|
+
"locationInModule": {
|
|
6962
|
+
"filename": "src/runner.ts",
|
|
6963
|
+
"line": 560
|
|
6964
|
+
},
|
|
6965
|
+
"name": "metricFailed",
|
|
6966
|
+
"parameters": [
|
|
6967
|
+
{
|
|
6968
|
+
"name": "props",
|
|
6969
|
+
"optional": true,
|
|
6970
|
+
"type": {
|
|
6971
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.MetricProps"
|
|
6972
|
+
}
|
|
6973
|
+
}
|
|
6974
|
+
],
|
|
6975
|
+
"returns": {
|
|
6976
|
+
"type": {
|
|
6977
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.Metric"
|
|
6978
|
+
}
|
|
6979
|
+
}
|
|
6980
|
+
},
|
|
6981
|
+
{
|
|
6982
|
+
"docs": {
|
|
6983
|
+
"remarks": "It has `ProviderLabels` and `Status` dimensions. The status can be one of \"Succeeded\", \"SucceededWithIssues\", \"Failed\", \"Canceled\", \"Skipped\", or \"Abandoned\".\n\n**WARNING:** this method creates a metric filter for each provider. Each metric has a status dimension with six possible values. These resources may incur cost.",
|
|
6984
|
+
"stability": "experimental",
|
|
6985
|
+
"summary": "Metric for the number of GitHub Actions jobs completed."
|
|
6986
|
+
},
|
|
6987
|
+
"locationInModule": {
|
|
6988
|
+
"filename": "src/runner.ts",
|
|
6989
|
+
"line": 505
|
|
6990
|
+
},
|
|
6991
|
+
"name": "metricJobCompleted",
|
|
6992
|
+
"parameters": [
|
|
6993
|
+
{
|
|
6994
|
+
"name": "props",
|
|
6995
|
+
"optional": true,
|
|
6996
|
+
"type": {
|
|
6997
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.MetricProps"
|
|
6998
|
+
}
|
|
6999
|
+
}
|
|
7000
|
+
],
|
|
7001
|
+
"returns": {
|
|
7002
|
+
"type": {
|
|
7003
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.Metric"
|
|
7004
|
+
}
|
|
7005
|
+
}
|
|
7006
|
+
},
|
|
7007
|
+
{
|
|
7008
|
+
"docs": {
|
|
7009
|
+
"remarks": "A successful execution doesn't always mean a runner was started. It can be successful even without any label matches.\n\nA successful runner doesn't mean the job it executed was successful. For that, see {@link metricJobCompleted}.",
|
|
7010
|
+
"stability": "experimental",
|
|
7011
|
+
"summary": "Metric for successful executions."
|
|
7012
|
+
},
|
|
7013
|
+
"locationInModule": {
|
|
7014
|
+
"filename": "src/runner.ts",
|
|
7015
|
+
"line": 551
|
|
7016
|
+
},
|
|
7017
|
+
"name": "metricSucceeded",
|
|
7018
|
+
"parameters": [
|
|
7019
|
+
{
|
|
7020
|
+
"name": "props",
|
|
7021
|
+
"optional": true,
|
|
7022
|
+
"type": {
|
|
7023
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.MetricProps"
|
|
7024
|
+
}
|
|
7025
|
+
}
|
|
7026
|
+
],
|
|
7027
|
+
"returns": {
|
|
7028
|
+
"type": {
|
|
7029
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.Metric"
|
|
7030
|
+
}
|
|
7031
|
+
}
|
|
7032
|
+
},
|
|
7033
|
+
{
|
|
7034
|
+
"docs": {
|
|
7035
|
+
"remarks": "This time may be longer than the time the runner took.",
|
|
7036
|
+
"stability": "experimental",
|
|
7037
|
+
"summary": "Metric for the interval, in milliseconds, between the time the execution starts and the time it closes."
|
|
7038
|
+
},
|
|
7039
|
+
"locationInModule": {
|
|
7040
|
+
"filename": "src/runner.ts",
|
|
7041
|
+
"line": 567
|
|
7042
|
+
},
|
|
7043
|
+
"name": "metricTime",
|
|
7044
|
+
"parameters": [
|
|
7045
|
+
{
|
|
7046
|
+
"name": "props",
|
|
7047
|
+
"optional": true,
|
|
7048
|
+
"type": {
|
|
7049
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.MetricProps"
|
|
7050
|
+
}
|
|
7051
|
+
}
|
|
7052
|
+
],
|
|
7053
|
+
"returns": {
|
|
7054
|
+
"type": {
|
|
7055
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.Metric"
|
|
7056
|
+
}
|
|
7057
|
+
}
|
|
7058
|
+
}
|
|
7059
|
+
],
|
|
6903
7060
|
"name": "GitHubRunners",
|
|
6904
7061
|
"properties": [
|
|
6905
7062
|
{
|
|
@@ -6910,7 +7067,7 @@
|
|
|
6910
7067
|
"immutable": true,
|
|
6911
7068
|
"locationInModule": {
|
|
6912
7069
|
"filename": "src/runner.ts",
|
|
6913
|
-
"line":
|
|
7070
|
+
"line": 175
|
|
6914
7071
|
},
|
|
6915
7072
|
"name": "providers",
|
|
6916
7073
|
"type": {
|
|
@@ -6930,7 +7087,7 @@
|
|
|
6930
7087
|
"immutable": true,
|
|
6931
7088
|
"locationInModule": {
|
|
6932
7089
|
"filename": "src/runner.ts",
|
|
6933
|
-
"line":
|
|
7090
|
+
"line": 180
|
|
6934
7091
|
},
|
|
6935
7092
|
"name": "secrets",
|
|
6936
7093
|
"type": {
|
|
@@ -6944,7 +7101,7 @@
|
|
|
6944
7101
|
"immutable": true,
|
|
6945
7102
|
"locationInModule": {
|
|
6946
7103
|
"filename": "src/runner.ts",
|
|
6947
|
-
"line":
|
|
7104
|
+
"line": 190
|
|
6948
7105
|
},
|
|
6949
7106
|
"name": "props",
|
|
6950
7107
|
"optional": true,
|
|
@@ -6966,7 +7123,7 @@
|
|
|
6966
7123
|
"kind": "interface",
|
|
6967
7124
|
"locationInModule": {
|
|
6968
7125
|
"filename": "src/runner.ts",
|
|
6969
|
-
"line":
|
|
7126
|
+
"line": 26
|
|
6970
7127
|
},
|
|
6971
7128
|
"name": "GitHubRunnersProps",
|
|
6972
7129
|
"properties": [
|
|
@@ -6981,7 +7138,7 @@
|
|
|
6981
7138
|
"immutable": true,
|
|
6982
7139
|
"locationInModule": {
|
|
6983
7140
|
"filename": "src/runner.ts",
|
|
6984
|
-
"line":
|
|
7141
|
+
"line": 49
|
|
6985
7142
|
},
|
|
6986
7143
|
"name": "allowPublicSubnet",
|
|
6987
7144
|
"optional": true,
|
|
@@ -6999,7 +7156,7 @@
|
|
|
6999
7156
|
"immutable": true,
|
|
7000
7157
|
"locationInModule": {
|
|
7001
7158
|
"filename": "src/runner.ts",
|
|
7002
|
-
"line":
|
|
7159
|
+
"line": 81
|
|
7003
7160
|
},
|
|
7004
7161
|
"name": "extraCertificates",
|
|
7005
7162
|
"optional": true,
|
|
@@ -7018,7 +7175,7 @@
|
|
|
7018
7175
|
"immutable": true,
|
|
7019
7176
|
"locationInModule": {
|
|
7020
7177
|
"filename": "src/runner.ts",
|
|
7021
|
-
"line":
|
|
7178
|
+
"line": 88
|
|
7022
7179
|
},
|
|
7023
7180
|
"name": "idleTimeout",
|
|
7024
7181
|
"optional": true,
|
|
@@ -7036,7 +7193,7 @@
|
|
|
7036
7193
|
"immutable": true,
|
|
7037
7194
|
"locationInModule": {
|
|
7038
7195
|
"filename": "src/runner.ts",
|
|
7039
|
-
"line":
|
|
7196
|
+
"line": 95
|
|
7040
7197
|
},
|
|
7041
7198
|
"name": "logOptions",
|
|
7042
7199
|
"optional": true,
|
|
@@ -7055,7 +7212,7 @@
|
|
|
7055
7212
|
"immutable": true,
|
|
7056
7213
|
"locationInModule": {
|
|
7057
7214
|
"filename": "src/runner.ts",
|
|
7058
|
-
"line":
|
|
7215
|
+
"line": 32
|
|
7059
7216
|
},
|
|
7060
7217
|
"name": "providers",
|
|
7061
7218
|
"optional": true,
|
|
@@ -7078,7 +7235,7 @@
|
|
|
7078
7235
|
"immutable": true,
|
|
7079
7236
|
"locationInModule": {
|
|
7080
7237
|
"filename": "src/runner.ts",
|
|
7081
|
-
"line":
|
|
7238
|
+
"line": 54
|
|
7082
7239
|
},
|
|
7083
7240
|
"name": "securityGroup",
|
|
7084
7241
|
"optional": true,
|
|
@@ -7096,7 +7253,7 @@
|
|
|
7096
7253
|
"immutable": true,
|
|
7097
7254
|
"locationInModule": {
|
|
7098
7255
|
"filename": "src/runner.ts",
|
|
7099
|
-
"line":
|
|
7256
|
+
"line": 37
|
|
7100
7257
|
},
|
|
7101
7258
|
"name": "vpc",
|
|
7102
7259
|
"optional": true,
|
|
@@ -7114,7 +7271,7 @@
|
|
|
7114
7271
|
"immutable": true,
|
|
7115
7272
|
"locationInModule": {
|
|
7116
7273
|
"filename": "src/runner.ts",
|
|
7117
|
-
"line":
|
|
7274
|
+
"line": 42
|
|
7118
7275
|
},
|
|
7119
7276
|
"name": "vpcSubnets",
|
|
7120
7277
|
"optional": true,
|
|
@@ -7331,7 +7488,7 @@
|
|
|
7331
7488
|
"kind": "interface",
|
|
7332
7489
|
"locationInModule": {
|
|
7333
7490
|
"filename": "src/providers/common.ts",
|
|
7334
|
-
"line":
|
|
7491
|
+
"line": 420
|
|
7335
7492
|
},
|
|
7336
7493
|
"methods": [
|
|
7337
7494
|
{
|
|
@@ -7343,7 +7500,7 @@
|
|
|
7343
7500
|
},
|
|
7344
7501
|
"locationInModule": {
|
|
7345
7502
|
"filename": "src/providers/common.ts",
|
|
7346
|
-
"line":
|
|
7503
|
+
"line": 444
|
|
7347
7504
|
},
|
|
7348
7505
|
"name": "getStepFunctionTask",
|
|
7349
7506
|
"parameters": [
|
|
@@ -7372,7 +7529,7 @@
|
|
|
7372
7529
|
},
|
|
7373
7530
|
"locationInModule": {
|
|
7374
7531
|
"filename": "src/providers/common.ts",
|
|
7375
|
-
"line":
|
|
7532
|
+
"line": 452
|
|
7376
7533
|
},
|
|
7377
7534
|
"name": "grantStateMachine",
|
|
7378
7535
|
"parameters": [
|
|
@@ -7396,7 +7553,7 @@
|
|
|
7396
7553
|
},
|
|
7397
7554
|
"locationInModule": {
|
|
7398
7555
|
"filename": "src/providers/common.ts",
|
|
7399
|
-
"line":
|
|
7556
|
+
"line": 459
|
|
7400
7557
|
},
|
|
7401
7558
|
"name": "status",
|
|
7402
7559
|
"parameters": [
|
|
@@ -7429,7 +7586,7 @@
|
|
|
7429
7586
|
"immutable": true,
|
|
7430
7587
|
"locationInModule": {
|
|
7431
7588
|
"filename": "src/providers/common.ts",
|
|
7432
|
-
"line":
|
|
7589
|
+
"line": 428
|
|
7433
7590
|
},
|
|
7434
7591
|
"name": "labels",
|
|
7435
7592
|
"type": {
|
|
@@ -7440,6 +7597,23 @@
|
|
|
7440
7597
|
"kind": "array"
|
|
7441
7598
|
}
|
|
7442
7599
|
}
|
|
7600
|
+
},
|
|
7601
|
+
{
|
|
7602
|
+
"abstract": true,
|
|
7603
|
+
"docs": {
|
|
7604
|
+
"remarks": "Note that this is not the job log, but the runner itself. It will not contain output from the GitHub Action but only metadata on its execution.",
|
|
7605
|
+
"stability": "experimental",
|
|
7606
|
+
"summary": "Log group where provided runners will save their logs."
|
|
7607
|
+
},
|
|
7608
|
+
"immutable": true,
|
|
7609
|
+
"locationInModule": {
|
|
7610
|
+
"filename": "src/providers/common.ts",
|
|
7611
|
+
"line": 435
|
|
7612
|
+
},
|
|
7613
|
+
"name": "logGroup",
|
|
7614
|
+
"type": {
|
|
7615
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
7616
|
+
}
|
|
7443
7617
|
}
|
|
7444
7618
|
],
|
|
7445
7619
|
"symbolId": "src/providers/common:IRunnerProvider"
|
|
@@ -7529,6 +7703,23 @@
|
|
|
7529
7703
|
"fqn": "@cloudsnorkel/cdk-github-runners.IRunnerImageStatus"
|
|
7530
7704
|
}
|
|
7531
7705
|
},
|
|
7706
|
+
{
|
|
7707
|
+
"abstract": true,
|
|
7708
|
+
"docs": {
|
|
7709
|
+
"stability": "experimental",
|
|
7710
|
+
"summary": "Log group for runners."
|
|
7711
|
+
},
|
|
7712
|
+
"immutable": true,
|
|
7713
|
+
"locationInModule": {
|
|
7714
|
+
"filename": "src/providers/common.ts",
|
|
7715
|
+
"line": 414
|
|
7716
|
+
},
|
|
7717
|
+
"name": "logGroup",
|
|
7718
|
+
"optional": true,
|
|
7719
|
+
"type": {
|
|
7720
|
+
"primitive": "string"
|
|
7721
|
+
}
|
|
7722
|
+
},
|
|
7532
7723
|
{
|
|
7533
7724
|
"abstract": true,
|
|
7534
7725
|
"docs": {
|
|
@@ -7899,7 +8090,7 @@
|
|
|
7899
8090
|
},
|
|
7900
8091
|
"locationInModule": {
|
|
7901
8092
|
"filename": "src/providers/lambda.ts",
|
|
7902
|
-
"line":
|
|
8093
|
+
"line": 173
|
|
7903
8094
|
},
|
|
7904
8095
|
"parameters": [
|
|
7905
8096
|
{
|
|
@@ -7929,7 +8120,7 @@
|
|
|
7929
8120
|
"kind": "class",
|
|
7930
8121
|
"locationInModule": {
|
|
7931
8122
|
"filename": "src/providers/lambda.ts",
|
|
7932
|
-
"line":
|
|
8123
|
+
"line": 124
|
|
7933
8124
|
},
|
|
7934
8125
|
"methods": [
|
|
7935
8126
|
{
|
|
@@ -7938,7 +8129,7 @@
|
|
|
7938
8129
|
},
|
|
7939
8130
|
"locationInModule": {
|
|
7940
8131
|
"filename": "src/providers/common.ts",
|
|
7941
|
-
"line":
|
|
8132
|
+
"line": 489
|
|
7942
8133
|
},
|
|
7943
8134
|
"name": "addRetry",
|
|
7944
8135
|
"parameters": [
|
|
@@ -7979,7 +8170,7 @@
|
|
|
7979
8170
|
},
|
|
7980
8171
|
"locationInModule": {
|
|
7981
8172
|
"filename": "src/providers/lambda.ts",
|
|
7982
|
-
"line":
|
|
8173
|
+
"line": 254
|
|
7983
8174
|
},
|
|
7984
8175
|
"name": "getStepFunctionTask",
|
|
7985
8176
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8008,7 +8199,7 @@
|
|
|
8008
8199
|
},
|
|
8009
8200
|
"locationInModule": {
|
|
8010
8201
|
"filename": "src/providers/lambda.ts",
|
|
8011
|
-
"line":
|
|
8202
|
+
"line": 316
|
|
8012
8203
|
},
|
|
8013
8204
|
"name": "grantStateMachine",
|
|
8014
8205
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8027,7 +8218,7 @@
|
|
|
8027
8218
|
},
|
|
8028
8219
|
"locationInModule": {
|
|
8029
8220
|
"filename": "src/providers/common.ts",
|
|
8030
|
-
"line":
|
|
8221
|
+
"line": 475
|
|
8031
8222
|
},
|
|
8032
8223
|
"name": "labelsFromProperties",
|
|
8033
8224
|
"parameters": [
|
|
@@ -8077,7 +8268,7 @@
|
|
|
8077
8268
|
},
|
|
8078
8269
|
"locationInModule": {
|
|
8079
8270
|
"filename": "src/providers/lambda.ts",
|
|
8080
|
-
"line":
|
|
8271
|
+
"line": 319
|
|
8081
8272
|
},
|
|
8082
8273
|
"name": "status",
|
|
8083
8274
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8108,7 +8299,7 @@
|
|
|
8108
8299
|
"immutable": true,
|
|
8109
8300
|
"locationInModule": {
|
|
8110
8301
|
"filename": "src/providers/lambda.ts",
|
|
8111
|
-
"line":
|
|
8302
|
+
"line": 141
|
|
8112
8303
|
},
|
|
8113
8304
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
8114
8305
|
"static": true,
|
|
@@ -8126,7 +8317,7 @@
|
|
|
8126
8317
|
"immutable": true,
|
|
8127
8318
|
"locationInModule": {
|
|
8128
8319
|
"filename": "src/providers/lambda.ts",
|
|
8129
|
-
"line":
|
|
8320
|
+
"line": 132
|
|
8130
8321
|
},
|
|
8131
8322
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
8132
8323
|
"static": true,
|
|
@@ -8142,7 +8333,7 @@
|
|
|
8142
8333
|
"immutable": true,
|
|
8143
8334
|
"locationInModule": {
|
|
8144
8335
|
"filename": "src/providers/lambda.ts",
|
|
8145
|
-
"line":
|
|
8336
|
+
"line": 243
|
|
8146
8337
|
},
|
|
8147
8338
|
"name": "connections",
|
|
8148
8339
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -8158,7 +8349,7 @@
|
|
|
8158
8349
|
"immutable": true,
|
|
8159
8350
|
"locationInModule": {
|
|
8160
8351
|
"filename": "src/providers/lambda.ts",
|
|
8161
|
-
"line":
|
|
8352
|
+
"line": 146
|
|
8162
8353
|
},
|
|
8163
8354
|
"name": "function",
|
|
8164
8355
|
"type": {
|
|
@@ -8173,7 +8364,7 @@
|
|
|
8173
8364
|
"immutable": true,
|
|
8174
8365
|
"locationInModule": {
|
|
8175
8366
|
"filename": "src/providers/lambda.ts",
|
|
8176
|
-
"line":
|
|
8367
|
+
"line": 156
|
|
8177
8368
|
},
|
|
8178
8369
|
"name": "grantPrincipal",
|
|
8179
8370
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -8190,7 +8381,7 @@
|
|
|
8190
8381
|
"immutable": true,
|
|
8191
8382
|
"locationInModule": {
|
|
8192
8383
|
"filename": "src/providers/lambda.ts",
|
|
8193
|
-
"line":
|
|
8384
|
+
"line": 161
|
|
8194
8385
|
},
|
|
8195
8386
|
"name": "image",
|
|
8196
8387
|
"type": {
|
|
@@ -8205,7 +8396,7 @@
|
|
|
8205
8396
|
"immutable": true,
|
|
8206
8397
|
"locationInModule": {
|
|
8207
8398
|
"filename": "src/providers/lambda.ts",
|
|
8208
|
-
"line":
|
|
8399
|
+
"line": 151
|
|
8209
8400
|
},
|
|
8210
8401
|
"name": "labels",
|
|
8211
8402
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8217,6 +8408,23 @@
|
|
|
8217
8408
|
"kind": "array"
|
|
8218
8409
|
}
|
|
8219
8410
|
}
|
|
8411
|
+
},
|
|
8412
|
+
{
|
|
8413
|
+
"docs": {
|
|
8414
|
+
"remarks": "Note that this is not the job log, but the runner itself. It will not contain output from the GitHub Action but only metadata on its execution.",
|
|
8415
|
+
"stability": "experimental",
|
|
8416
|
+
"summary": "Log group where provided runners will save their logs."
|
|
8417
|
+
},
|
|
8418
|
+
"immutable": true,
|
|
8419
|
+
"locationInModule": {
|
|
8420
|
+
"filename": "src/providers/lambda.ts",
|
|
8421
|
+
"line": 168
|
|
8422
|
+
},
|
|
8423
|
+
"name": "logGroup",
|
|
8424
|
+
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
8425
|
+
"type": {
|
|
8426
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
8427
|
+
}
|
|
8220
8428
|
}
|
|
8221
8429
|
],
|
|
8222
8430
|
"symbolId": "src/providers/lambda:LambdaRunner"
|
|
@@ -8234,7 +8442,7 @@
|
|
|
8234
8442
|
"kind": "interface",
|
|
8235
8443
|
"locationInModule": {
|
|
8236
8444
|
"filename": "src/providers/lambda.ts",
|
|
8237
|
-
"line":
|
|
8445
|
+
"line": 30
|
|
8238
8446
|
},
|
|
8239
8447
|
"name": "LambdaRunnerProps",
|
|
8240
8448
|
"properties": [
|
|
@@ -8248,7 +8456,7 @@
|
|
|
8248
8456
|
"immutable": true,
|
|
8249
8457
|
"locationInModule": {
|
|
8250
8458
|
"filename": "src/providers/lambda.ts",
|
|
8251
|
-
"line":
|
|
8459
|
+
"line": 75
|
|
8252
8460
|
},
|
|
8253
8461
|
"name": "ephemeralStorageSize",
|
|
8254
8462
|
"optional": true,
|
|
@@ -8268,7 +8476,7 @@
|
|
|
8268
8476
|
"immutable": true,
|
|
8269
8477
|
"locationInModule": {
|
|
8270
8478
|
"filename": "src/providers/lambda.ts",
|
|
8271
|
-
"line":
|
|
8479
|
+
"line": 39
|
|
8272
8480
|
},
|
|
8273
8481
|
"name": "imageBuilder",
|
|
8274
8482
|
"optional": true,
|
|
@@ -8287,7 +8495,7 @@
|
|
|
8287
8495
|
"immutable": true,
|
|
8288
8496
|
"locationInModule": {
|
|
8289
8497
|
"filename": "src/providers/lambda.ts",
|
|
8290
|
-
"line":
|
|
8498
|
+
"line": 47
|
|
8291
8499
|
},
|
|
8292
8500
|
"name": "label",
|
|
8293
8501
|
"optional": true,
|
|
@@ -8306,7 +8514,7 @@
|
|
|
8306
8514
|
"immutable": true,
|
|
8307
8515
|
"locationInModule": {
|
|
8308
8516
|
"filename": "src/providers/lambda.ts",
|
|
8309
|
-
"line":
|
|
8517
|
+
"line": 58
|
|
8310
8518
|
},
|
|
8311
8519
|
"name": "labels",
|
|
8312
8520
|
"optional": true,
|
|
@@ -8330,7 +8538,7 @@
|
|
|
8330
8538
|
"immutable": true,
|
|
8331
8539
|
"locationInModule": {
|
|
8332
8540
|
"filename": "src/providers/lambda.ts",
|
|
8333
|
-
"line":
|
|
8541
|
+
"line": 68
|
|
8334
8542
|
},
|
|
8335
8543
|
"name": "memorySize",
|
|
8336
8544
|
"optional": true,
|
|
@@ -8349,7 +8557,7 @@
|
|
|
8349
8557
|
"immutable": true,
|
|
8350
8558
|
"locationInModule": {
|
|
8351
8559
|
"filename": "src/providers/lambda.ts",
|
|
8352
|
-
"line":
|
|
8560
|
+
"line": 100
|
|
8353
8561
|
},
|
|
8354
8562
|
"name": "securityGroup",
|
|
8355
8563
|
"optional": true,
|
|
@@ -8367,7 +8575,7 @@
|
|
|
8367
8575
|
"immutable": true,
|
|
8368
8576
|
"locationInModule": {
|
|
8369
8577
|
"filename": "src/providers/lambda.ts",
|
|
8370
|
-
"line":
|
|
8578
|
+
"line": 107
|
|
8371
8579
|
},
|
|
8372
8580
|
"name": "securityGroups",
|
|
8373
8581
|
"optional": true,
|
|
@@ -8390,7 +8598,7 @@
|
|
|
8390
8598
|
"immutable": true,
|
|
8391
8599
|
"locationInModule": {
|
|
8392
8600
|
"filename": "src/providers/lambda.ts",
|
|
8393
|
-
"line":
|
|
8601
|
+
"line": 114
|
|
8394
8602
|
},
|
|
8395
8603
|
"name": "subnetSelection",
|
|
8396
8604
|
"optional": true,
|
|
@@ -8409,7 +8617,7 @@
|
|
|
8409
8617
|
"immutable": true,
|
|
8410
8618
|
"locationInModule": {
|
|
8411
8619
|
"filename": "src/providers/lambda.ts",
|
|
8412
|
-
"line":
|
|
8620
|
+
"line": 84
|
|
8413
8621
|
},
|
|
8414
8622
|
"name": "timeout",
|
|
8415
8623
|
"optional": true,
|
|
@@ -8427,7 +8635,7 @@
|
|
|
8427
8635
|
"immutable": true,
|
|
8428
8636
|
"locationInModule": {
|
|
8429
8637
|
"filename": "src/providers/lambda.ts",
|
|
8430
|
-
"line":
|
|
8638
|
+
"line": 91
|
|
8431
8639
|
},
|
|
8432
8640
|
"name": "vpc",
|
|
8433
8641
|
"optional": true,
|
|
@@ -8766,7 +8974,7 @@
|
|
|
8766
8974
|
"kind": "interface",
|
|
8767
8975
|
"locationInModule": {
|
|
8768
8976
|
"filename": "src/runner.ts",
|
|
8769
|
-
"line":
|
|
8977
|
+
"line": 101
|
|
8770
8978
|
},
|
|
8771
8979
|
"name": "LogOptions",
|
|
8772
8980
|
"properties": [
|
|
@@ -8780,7 +8988,7 @@
|
|
|
8780
8988
|
"immutable": true,
|
|
8781
8989
|
"locationInModule": {
|
|
8782
8990
|
"filename": "src/runner.ts",
|
|
8783
|
-
"line":
|
|
8991
|
+
"line": 112
|
|
8784
8992
|
},
|
|
8785
8993
|
"name": "includeExecutionData",
|
|
8786
8994
|
"optional": true,
|
|
@@ -8798,7 +9006,7 @@
|
|
|
8798
9006
|
"immutable": true,
|
|
8799
9007
|
"locationInModule": {
|
|
8800
9008
|
"filename": "src/runner.ts",
|
|
8801
|
-
"line":
|
|
9009
|
+
"line": 119
|
|
8802
9010
|
},
|
|
8803
9011
|
"name": "level",
|
|
8804
9012
|
"optional": true,
|
|
@@ -8815,7 +9023,7 @@
|
|
|
8815
9023
|
"immutable": true,
|
|
8816
9024
|
"locationInModule": {
|
|
8817
9025
|
"filename": "src/runner.ts",
|
|
8818
|
-
"line":
|
|
9026
|
+
"line": 105
|
|
8819
9027
|
},
|
|
8820
9028
|
"name": "logGroupName",
|
|
8821
9029
|
"optional": true,
|
|
@@ -8834,7 +9042,7 @@
|
|
|
8834
9042
|
"immutable": true,
|
|
8835
9043
|
"locationInModule": {
|
|
8836
9044
|
"filename": "src/runner.ts",
|
|
8837
|
-
"line":
|
|
9045
|
+
"line": 128
|
|
8838
9046
|
},
|
|
8839
9047
|
"name": "logRetention",
|
|
8840
9048
|
"optional": true,
|
|
@@ -10050,6 +10258,6 @@
|
|
|
10050
10258
|
"symbolId": "src/providers/image-builders/windows-components:WindowsComponents"
|
|
10051
10259
|
}
|
|
10052
10260
|
},
|
|
10053
|
-
"version": "0.
|
|
10054
|
-
"fingerprint": "
|
|
10261
|
+
"version": "0.8.0",
|
|
10262
|
+
"fingerprint": "hG0jayveZV6WH9SPX76kZV6XCazbfoOtwe9VkakdaFQ="
|
|
10055
10263
|
}
|