@cloudsnorkel/cdk-github-runners 0.7.6 → 0.8.1
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 +327 -100
- package/API.md +178 -0
- package/lib/lambdas/delete-runner/index.js +17 -15
- package/lib/lambdas/setup/index.js +3 -1
- package/lib/lambdas/status/index.js +17 -15
- package/lib/lambdas/token-retriever/index.js +17 -15
- package/lib/lambdas/update-lambda/index.js +1 -29093
- 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.d.ts +8 -0
- package/lib/providers/image-builders/codebuild.js +6 -5
- 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 +12 -14
package/.jsii
CHANGED
|
@@ -3114,7 +3114,7 @@
|
|
|
3114
3114
|
"stability": "experimental"
|
|
3115
3115
|
},
|
|
3116
3116
|
"homepage": "https://github.com/CloudSnorkel/cdk-github-runners.git",
|
|
3117
|
-
"jsiiVersion": "1.
|
|
3117
|
+
"jsiiVersion": "1.74.0 (build 6d08790)",
|
|
3118
3118
|
"keywords": [
|
|
3119
3119
|
"aws",
|
|
3120
3120
|
"aws-cdk",
|
|
@@ -3979,7 +3979,7 @@
|
|
|
3979
3979
|
},
|
|
3980
3980
|
"locationInModule": {
|
|
3981
3981
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
3982
|
-
"line":
|
|
3982
|
+
"line": 177
|
|
3983
3983
|
},
|
|
3984
3984
|
"parameters": [
|
|
3985
3985
|
{
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
"kind": "class",
|
|
4009
4009
|
"locationInModule": {
|
|
4010
4010
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4011
|
-
"line":
|
|
4011
|
+
"line": 158
|
|
4012
4012
|
},
|
|
4013
4013
|
"methods": [
|
|
4014
4014
|
{
|
|
@@ -4019,7 +4019,7 @@
|
|
|
4019
4019
|
},
|
|
4020
4020
|
"locationInModule": {
|
|
4021
4021
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4022
|
-
"line":
|
|
4022
|
+
"line": 284
|
|
4023
4023
|
},
|
|
4024
4024
|
"name": "addExtraCertificates",
|
|
4025
4025
|
"parameters": [
|
|
@@ -4041,7 +4041,7 @@
|
|
|
4041
4041
|
},
|
|
4042
4042
|
"locationInModule": {
|
|
4043
4043
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4044
|
-
"line":
|
|
4044
|
+
"line": 218
|
|
4045
4045
|
},
|
|
4046
4046
|
"name": "addFiles",
|
|
4047
4047
|
"parameters": [
|
|
@@ -4072,7 +4072,7 @@
|
|
|
4072
4072
|
},
|
|
4073
4073
|
"locationInModule": {
|
|
4074
4074
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4075
|
-
"line":
|
|
4075
|
+
"line": 270
|
|
4076
4076
|
},
|
|
4077
4077
|
"name": "addPolicyStatement",
|
|
4078
4078
|
"parameters": [
|
|
@@ -4094,7 +4094,7 @@
|
|
|
4094
4094
|
},
|
|
4095
4095
|
"locationInModule": {
|
|
4096
4096
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4097
|
-
"line":
|
|
4097
|
+
"line": 245
|
|
4098
4098
|
},
|
|
4099
4099
|
"name": "addPostBuildCommand",
|
|
4100
4100
|
"parameters": [
|
|
@@ -4116,7 +4116,7 @@
|
|
|
4116
4116
|
},
|
|
4117
4117
|
"locationInModule": {
|
|
4118
4118
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4119
|
-
"line":
|
|
4119
|
+
"line": 233
|
|
4120
4120
|
},
|
|
4121
4121
|
"name": "addPreBuildCommand",
|
|
4122
4122
|
"parameters": [
|
|
@@ -4138,7 +4138,7 @@
|
|
|
4138
4138
|
},
|
|
4139
4139
|
"locationInModule": {
|
|
4140
4140
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4141
|
-
"line":
|
|
4141
|
+
"line": 294
|
|
4142
4142
|
},
|
|
4143
4143
|
"name": "bind",
|
|
4144
4144
|
"overrides": "@cloudsnorkel/cdk-github-runners.IImageBuilder",
|
|
@@ -4156,7 +4156,7 @@
|
|
|
4156
4156
|
},
|
|
4157
4157
|
"locationInModule": {
|
|
4158
4158
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4159
|
-
"line":
|
|
4159
|
+
"line": 258
|
|
4160
4160
|
},
|
|
4161
4161
|
"name": "setBuildArg",
|
|
4162
4162
|
"parameters": [
|
|
@@ -4190,7 +4190,7 @@
|
|
|
4190
4190
|
"immutable": true,
|
|
4191
4191
|
"locationInModule": {
|
|
4192
4192
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4193
|
-
"line":
|
|
4193
|
+
"line": 177
|
|
4194
4194
|
},
|
|
4195
4195
|
"name": "props",
|
|
4196
4196
|
"type": {
|
|
@@ -4250,6 +4250,25 @@
|
|
|
4250
4250
|
"fqn": "@cloudsnorkel/cdk-github-runners.Architecture"
|
|
4251
4251
|
}
|
|
4252
4252
|
},
|
|
4253
|
+
{
|
|
4254
|
+
"abstract": true,
|
|
4255
|
+
"docs": {
|
|
4256
|
+
"default": "Ubuntu 20.04 for x64 and Amazon Linux 2 for ARM64",
|
|
4257
|
+
"remarks": "This is the image that's going to run the code that builds the runner image.\n\nThe only action taken in CodeBuild is running `docker build`. You would therefore not need to change this setting often.",
|
|
4258
|
+
"stability": "experimental",
|
|
4259
|
+
"summary": "Build image to use in CodeBuild."
|
|
4260
|
+
},
|
|
4261
|
+
"immutable": true,
|
|
4262
|
+
"locationInModule": {
|
|
4263
|
+
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4264
|
+
"line": 106
|
|
4265
|
+
},
|
|
4266
|
+
"name": "buildImage",
|
|
4267
|
+
"optional": true,
|
|
4268
|
+
"type": {
|
|
4269
|
+
"fqn": "aws-cdk-lib.aws_codebuild.IBuildImage"
|
|
4270
|
+
}
|
|
4271
|
+
},
|
|
4253
4272
|
{
|
|
4254
4273
|
"abstract": true,
|
|
4255
4274
|
"docs": {
|
|
@@ -4280,7 +4299,7 @@
|
|
|
4280
4299
|
"immutable": true,
|
|
4281
4300
|
"locationInModule": {
|
|
4282
4301
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4283
|
-
"line":
|
|
4302
|
+
"line": 133
|
|
4284
4303
|
},
|
|
4285
4304
|
"name": "logRemovalPolicy",
|
|
4286
4305
|
"optional": true,
|
|
@@ -4299,7 +4318,7 @@
|
|
|
4299
4318
|
"immutable": true,
|
|
4300
4319
|
"locationInModule": {
|
|
4301
4320
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4302
|
-
"line":
|
|
4321
|
+
"line": 124
|
|
4303
4322
|
},
|
|
4304
4323
|
"name": "logRetention",
|
|
4305
4324
|
"optional": true,
|
|
@@ -4409,7 +4428,7 @@
|
|
|
4409
4428
|
"immutable": true,
|
|
4410
4429
|
"locationInModule": {
|
|
4411
4430
|
"filename": "src/providers/image-builders/codebuild.ts",
|
|
4412
|
-
"line":
|
|
4431
|
+
"line": 115
|
|
4413
4432
|
},
|
|
4414
4433
|
"name": "timeout",
|
|
4415
4434
|
"optional": true,
|
|
@@ -4453,7 +4472,7 @@
|
|
|
4453
4472
|
},
|
|
4454
4473
|
"locationInModule": {
|
|
4455
4474
|
"filename": "src/providers/codebuild.ts",
|
|
4456
|
-
"line":
|
|
4475
|
+
"line": 178
|
|
4457
4476
|
},
|
|
4458
4477
|
"parameters": [
|
|
4459
4478
|
{
|
|
@@ -4492,7 +4511,7 @@
|
|
|
4492
4511
|
},
|
|
4493
4512
|
"locationInModule": {
|
|
4494
4513
|
"filename": "src/providers/common.ts",
|
|
4495
|
-
"line":
|
|
4514
|
+
"line": 489
|
|
4496
4515
|
},
|
|
4497
4516
|
"name": "addRetry",
|
|
4498
4517
|
"parameters": [
|
|
@@ -4533,7 +4552,7 @@
|
|
|
4533
4552
|
},
|
|
4534
4553
|
"locationInModule": {
|
|
4535
4554
|
"filename": "src/providers/codebuild.ts",
|
|
4536
|
-
"line":
|
|
4555
|
+
"line": 308
|
|
4537
4556
|
},
|
|
4538
4557
|
"name": "getStepFunctionTask",
|
|
4539
4558
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -4562,7 +4581,7 @@
|
|
|
4562
4581
|
},
|
|
4563
4582
|
"locationInModule": {
|
|
4564
4583
|
"filename": "src/providers/codebuild.ts",
|
|
4565
|
-
"line":
|
|
4584
|
+
"line": 349
|
|
4566
4585
|
},
|
|
4567
4586
|
"name": "grantStateMachine",
|
|
4568
4587
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -4581,7 +4600,7 @@
|
|
|
4581
4600
|
},
|
|
4582
4601
|
"locationInModule": {
|
|
4583
4602
|
"filename": "src/providers/common.ts",
|
|
4584
|
-
"line":
|
|
4603
|
+
"line": 475
|
|
4585
4604
|
},
|
|
4586
4605
|
"name": "labelsFromProperties",
|
|
4587
4606
|
"parameters": [
|
|
@@ -4631,7 +4650,7 @@
|
|
|
4631
4650
|
},
|
|
4632
4651
|
"locationInModule": {
|
|
4633
4652
|
"filename": "src/providers/codebuild.ts",
|
|
4634
|
-
"line":
|
|
4653
|
+
"line": 352
|
|
4635
4654
|
},
|
|
4636
4655
|
"name": "status",
|
|
4637
4656
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -4696,7 +4715,7 @@
|
|
|
4696
4715
|
"immutable": true,
|
|
4697
4716
|
"locationInModule": {
|
|
4698
4717
|
"filename": "src/providers/codebuild.ts",
|
|
4699
|
-
"line":
|
|
4718
|
+
"line": 373
|
|
4700
4719
|
},
|
|
4701
4720
|
"name": "connections",
|
|
4702
4721
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -4757,6 +4776,23 @@
|
|
|
4757
4776
|
}
|
|
4758
4777
|
}
|
|
4759
4778
|
},
|
|
4779
|
+
{
|
|
4780
|
+
"docs": {
|
|
4781
|
+
"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.",
|
|
4782
|
+
"stability": "experimental",
|
|
4783
|
+
"summary": "Log group where provided runners will save their logs."
|
|
4784
|
+
},
|
|
4785
|
+
"immutable": true,
|
|
4786
|
+
"locationInModule": {
|
|
4787
|
+
"filename": "src/providers/codebuild.ts",
|
|
4788
|
+
"line": 172
|
|
4789
|
+
},
|
|
4790
|
+
"name": "logGroup",
|
|
4791
|
+
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
4792
|
+
"type": {
|
|
4793
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
4794
|
+
}
|
|
4795
|
+
},
|
|
4760
4796
|
{
|
|
4761
4797
|
"docs": {
|
|
4762
4798
|
"stability": "experimental",
|
|
@@ -5662,7 +5698,7 @@
|
|
|
5662
5698
|
},
|
|
5663
5699
|
"locationInModule": {
|
|
5664
5700
|
"filename": "src/providers/ec2.ts",
|
|
5665
|
-
"line":
|
|
5701
|
+
"line": 252
|
|
5666
5702
|
},
|
|
5667
5703
|
"parameters": [
|
|
5668
5704
|
{
|
|
@@ -5692,7 +5728,7 @@
|
|
|
5692
5728
|
"kind": "class",
|
|
5693
5729
|
"locationInModule": {
|
|
5694
5730
|
"filename": "src/providers/ec2.ts",
|
|
5695
|
-
"line":
|
|
5731
|
+
"line": 224
|
|
5696
5732
|
},
|
|
5697
5733
|
"methods": [
|
|
5698
5734
|
{
|
|
@@ -5701,7 +5737,7 @@
|
|
|
5701
5737
|
},
|
|
5702
5738
|
"locationInModule": {
|
|
5703
5739
|
"filename": "src/providers/common.ts",
|
|
5704
|
-
"line":
|
|
5740
|
+
"line": 489
|
|
5705
5741
|
},
|
|
5706
5742
|
"name": "addRetry",
|
|
5707
5743
|
"parameters": [
|
|
@@ -5742,7 +5778,7 @@
|
|
|
5742
5778
|
},
|
|
5743
5779
|
"locationInModule": {
|
|
5744
5780
|
"filename": "src/providers/ec2.ts",
|
|
5745
|
-
"line":
|
|
5781
|
+
"line": 304
|
|
5746
5782
|
},
|
|
5747
5783
|
"name": "getStepFunctionTask",
|
|
5748
5784
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5771,7 +5807,7 @@
|
|
|
5771
5807
|
},
|
|
5772
5808
|
"locationInModule": {
|
|
5773
5809
|
"filename": "src/providers/ec2.ts",
|
|
5774
|
-
"line":
|
|
5810
|
+
"line": 409
|
|
5775
5811
|
},
|
|
5776
5812
|
"name": "grantStateMachine",
|
|
5777
5813
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5790,7 +5826,7 @@
|
|
|
5790
5826
|
},
|
|
5791
5827
|
"locationInModule": {
|
|
5792
5828
|
"filename": "src/providers/common.ts",
|
|
5793
|
-
"line":
|
|
5829
|
+
"line": 475
|
|
5794
5830
|
},
|
|
5795
5831
|
"name": "labelsFromProperties",
|
|
5796
5832
|
"parameters": [
|
|
@@ -5840,7 +5876,7 @@
|
|
|
5840
5876
|
},
|
|
5841
5877
|
"locationInModule": {
|
|
5842
5878
|
"filename": "src/providers/ec2.ts",
|
|
5843
|
-
"line":
|
|
5879
|
+
"line": 439
|
|
5844
5880
|
},
|
|
5845
5881
|
"name": "status",
|
|
5846
5882
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5869,7 +5905,7 @@
|
|
|
5869
5905
|
"immutable": true,
|
|
5870
5906
|
"locationInModule": {
|
|
5871
5907
|
"filename": "src/providers/ec2.ts",
|
|
5872
|
-
"line":
|
|
5908
|
+
"line": 461
|
|
5873
5909
|
},
|
|
5874
5910
|
"name": "connections",
|
|
5875
5911
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -5885,7 +5921,7 @@
|
|
|
5885
5921
|
"immutable": true,
|
|
5886
5922
|
"locationInModule": {
|
|
5887
5923
|
"filename": "src/providers/ec2.ts",
|
|
5888
|
-
"line":
|
|
5924
|
+
"line": 233
|
|
5889
5925
|
},
|
|
5890
5926
|
"name": "grantPrincipal",
|
|
5891
5927
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -5901,7 +5937,7 @@
|
|
|
5901
5937
|
"immutable": true,
|
|
5902
5938
|
"locationInModule": {
|
|
5903
5939
|
"filename": "src/providers/ec2.ts",
|
|
5904
|
-
"line":
|
|
5940
|
+
"line": 228
|
|
5905
5941
|
},
|
|
5906
5942
|
"name": "labels",
|
|
5907
5943
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5913,6 +5949,23 @@
|
|
|
5913
5949
|
"kind": "array"
|
|
5914
5950
|
}
|
|
5915
5951
|
}
|
|
5952
|
+
},
|
|
5953
|
+
{
|
|
5954
|
+
"docs": {
|
|
5955
|
+
"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.",
|
|
5956
|
+
"stability": "experimental",
|
|
5957
|
+
"summary": "Log group where provided runners will save their logs."
|
|
5958
|
+
},
|
|
5959
|
+
"immutable": true,
|
|
5960
|
+
"locationInModule": {
|
|
5961
|
+
"filename": "src/providers/ec2.ts",
|
|
5962
|
+
"line": 240
|
|
5963
|
+
},
|
|
5964
|
+
"name": "logGroup",
|
|
5965
|
+
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
5966
|
+
"type": {
|
|
5967
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
5968
|
+
}
|
|
5916
5969
|
}
|
|
5917
5970
|
],
|
|
5918
5971
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -5931,7 +5984,7 @@
|
|
|
5931
5984
|
"kind": "interface",
|
|
5932
5985
|
"locationInModule": {
|
|
5933
5986
|
"filename": "src/providers/ec2.ts",
|
|
5934
|
-
"line":
|
|
5987
|
+
"line": 132
|
|
5935
5988
|
},
|
|
5936
5989
|
"name": "Ec2RunnerProps",
|
|
5937
5990
|
"properties": [
|
|
@@ -5946,7 +5999,7 @@
|
|
|
5946
5999
|
"immutable": true,
|
|
5947
6000
|
"locationInModule": {
|
|
5948
6001
|
"filename": "src/providers/ec2.ts",
|
|
5949
|
-
"line":
|
|
6002
|
+
"line": 138
|
|
5950
6003
|
},
|
|
5951
6004
|
"name": "amiBuilder",
|
|
5952
6005
|
"optional": true,
|
|
@@ -5964,7 +6017,7 @@
|
|
|
5964
6017
|
"immutable": true,
|
|
5965
6018
|
"locationInModule": {
|
|
5966
6019
|
"filename": "src/providers/ec2.ts",
|
|
5967
|
-
"line":
|
|
6020
|
+
"line": 156
|
|
5968
6021
|
},
|
|
5969
6022
|
"name": "instanceType",
|
|
5970
6023
|
"optional": true,
|
|
@@ -5983,7 +6036,7 @@
|
|
|
5983
6036
|
"immutable": true,
|
|
5984
6037
|
"locationInModule": {
|
|
5985
6038
|
"filename": "src/providers/ec2.ts",
|
|
5986
|
-
"line":
|
|
6039
|
+
"line": 149
|
|
5987
6040
|
},
|
|
5988
6041
|
"name": "labels",
|
|
5989
6042
|
"optional": true,
|
|
@@ -6007,7 +6060,7 @@
|
|
|
6007
6060
|
"immutable": true,
|
|
6008
6061
|
"locationInModule": {
|
|
6009
6062
|
"filename": "src/providers/ec2.ts",
|
|
6010
|
-
"line":
|
|
6063
|
+
"line": 172
|
|
6011
6064
|
},
|
|
6012
6065
|
"name": "securityGroup",
|
|
6013
6066
|
"optional": true,
|
|
@@ -6025,7 +6078,7 @@
|
|
|
6025
6078
|
"immutable": true,
|
|
6026
6079
|
"locationInModule": {
|
|
6027
6080
|
"filename": "src/providers/ec2.ts",
|
|
6028
|
-
"line":
|
|
6081
|
+
"line": 179
|
|
6029
6082
|
},
|
|
6030
6083
|
"name": "securityGroups",
|
|
6031
6084
|
"optional": true,
|
|
@@ -6049,7 +6102,7 @@
|
|
|
6049
6102
|
"immutable": true,
|
|
6050
6103
|
"locationInModule": {
|
|
6051
6104
|
"filename": "src/providers/ec2.ts",
|
|
6052
|
-
"line":
|
|
6105
|
+
"line": 209
|
|
6053
6106
|
},
|
|
6054
6107
|
"name": "spot",
|
|
6055
6108
|
"optional": true,
|
|
@@ -6067,7 +6120,7 @@
|
|
|
6067
6120
|
"immutable": true,
|
|
6068
6121
|
"locationInModule": {
|
|
6069
6122
|
"filename": "src/providers/ec2.ts",
|
|
6070
|
-
"line":
|
|
6123
|
+
"line": 216
|
|
6071
6124
|
},
|
|
6072
6125
|
"name": "spotMaxPrice",
|
|
6073
6126
|
"optional": true,
|
|
@@ -6086,7 +6139,7 @@
|
|
|
6086
6139
|
"immutable": true,
|
|
6087
6140
|
"locationInModule": {
|
|
6088
6141
|
"filename": "src/providers/ec2.ts",
|
|
6089
|
-
"line":
|
|
6142
|
+
"line": 163
|
|
6090
6143
|
},
|
|
6091
6144
|
"name": "storageSize",
|
|
6092
6145
|
"optional": true,
|
|
@@ -6105,7 +6158,7 @@
|
|
|
6105
6158
|
"immutable": true,
|
|
6106
6159
|
"locationInModule": {
|
|
6107
6160
|
"filename": "src/providers/ec2.ts",
|
|
6108
|
-
"line":
|
|
6161
|
+
"line": 188
|
|
6109
6162
|
},
|
|
6110
6163
|
"name": "subnet",
|
|
6111
6164
|
"optional": true,
|
|
@@ -6124,7 +6177,7 @@
|
|
|
6124
6177
|
"immutable": true,
|
|
6125
6178
|
"locationInModule": {
|
|
6126
6179
|
"filename": "src/providers/ec2.ts",
|
|
6127
|
-
"line":
|
|
6180
|
+
"line": 202
|
|
6128
6181
|
},
|
|
6129
6182
|
"name": "subnetSelection",
|
|
6130
6183
|
"optional": true,
|
|
@@ -6142,7 +6195,7 @@
|
|
|
6142
6195
|
"immutable": true,
|
|
6143
6196
|
"locationInModule": {
|
|
6144
6197
|
"filename": "src/providers/ec2.ts",
|
|
6145
|
-
"line":
|
|
6198
|
+
"line": 195
|
|
6146
6199
|
},
|
|
6147
6200
|
"name": "vpc",
|
|
6148
6201
|
"optional": true,
|
|
@@ -6168,7 +6221,7 @@
|
|
|
6168
6221
|
},
|
|
6169
6222
|
"locationInModule": {
|
|
6170
6223
|
"filename": "src/providers/fargate.ts",
|
|
6171
|
-
"line":
|
|
6224
|
+
"line": 288
|
|
6172
6225
|
},
|
|
6173
6226
|
"parameters": [
|
|
6174
6227
|
{
|
|
@@ -6207,7 +6260,7 @@
|
|
|
6207
6260
|
},
|
|
6208
6261
|
"locationInModule": {
|
|
6209
6262
|
"filename": "src/providers/common.ts",
|
|
6210
|
-
"line":
|
|
6263
|
+
"line": 489
|
|
6211
6264
|
},
|
|
6212
6265
|
"name": "addRetry",
|
|
6213
6266
|
"parameters": [
|
|
@@ -6248,7 +6301,7 @@
|
|
|
6248
6301
|
},
|
|
6249
6302
|
"locationInModule": {
|
|
6250
6303
|
"filename": "src/providers/fargate.ts",
|
|
6251
|
-
"line":
|
|
6304
|
+
"line": 373
|
|
6252
6305
|
},
|
|
6253
6306
|
"name": "getStepFunctionTask",
|
|
6254
6307
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6277,7 +6330,7 @@
|
|
|
6277
6330
|
},
|
|
6278
6331
|
"locationInModule": {
|
|
6279
6332
|
"filename": "src/providers/fargate.ts",
|
|
6280
|
-
"line":
|
|
6333
|
+
"line": 427
|
|
6281
6334
|
},
|
|
6282
6335
|
"name": "grantStateMachine",
|
|
6283
6336
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6296,7 +6349,7 @@
|
|
|
6296
6349
|
},
|
|
6297
6350
|
"locationInModule": {
|
|
6298
6351
|
"filename": "src/providers/common.ts",
|
|
6299
|
-
"line":
|
|
6352
|
+
"line": 475
|
|
6300
6353
|
},
|
|
6301
6354
|
"name": "labelsFromProperties",
|
|
6302
6355
|
"parameters": [
|
|
@@ -6346,7 +6399,7 @@
|
|
|
6346
6399
|
},
|
|
6347
6400
|
"locationInModule": {
|
|
6348
6401
|
"filename": "src/providers/fargate.ts",
|
|
6349
|
-
"line":
|
|
6402
|
+
"line": 430
|
|
6350
6403
|
},
|
|
6351
6404
|
"name": "status",
|
|
6352
6405
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6517,6 +6570,23 @@
|
|
|
6517
6570
|
}
|
|
6518
6571
|
}
|
|
6519
6572
|
},
|
|
6573
|
+
{
|
|
6574
|
+
"docs": {
|
|
6575
|
+
"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.",
|
|
6576
|
+
"stability": "experimental",
|
|
6577
|
+
"summary": "Log group where provided runners will save their logs."
|
|
6578
|
+
},
|
|
6579
|
+
"immutable": true,
|
|
6580
|
+
"locationInModule": {
|
|
6581
|
+
"filename": "src/providers/fargate.ts",
|
|
6582
|
+
"line": 284
|
|
6583
|
+
},
|
|
6584
|
+
"name": "logGroup",
|
|
6585
|
+
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
6586
|
+
"type": {
|
|
6587
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
6588
|
+
}
|
|
6589
|
+
},
|
|
6520
6590
|
{
|
|
6521
6591
|
"docs": {
|
|
6522
6592
|
"stability": "experimental",
|
|
@@ -6871,7 +6941,7 @@
|
|
|
6871
6941
|
},
|
|
6872
6942
|
"locationInModule": {
|
|
6873
6943
|
"filename": "src/runner.ts",
|
|
6874
|
-
"line":
|
|
6944
|
+
"line": 190
|
|
6875
6945
|
},
|
|
6876
6946
|
"parameters": [
|
|
6877
6947
|
{
|
|
@@ -6898,8 +6968,114 @@
|
|
|
6898
6968
|
"kind": "class",
|
|
6899
6969
|
"locationInModule": {
|
|
6900
6970
|
"filename": "src/runner.ts",
|
|
6901
|
-
"line":
|
|
6971
|
+
"line": 171
|
|
6902
6972
|
},
|
|
6973
|
+
"methods": [
|
|
6974
|
+
{
|
|
6975
|
+
"docs": {
|
|
6976
|
+
"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}.",
|
|
6977
|
+
"stability": "experimental",
|
|
6978
|
+
"summary": "Metric for failed runner executions."
|
|
6979
|
+
},
|
|
6980
|
+
"locationInModule": {
|
|
6981
|
+
"filename": "src/runner.ts",
|
|
6982
|
+
"line": 560
|
|
6983
|
+
},
|
|
6984
|
+
"name": "metricFailed",
|
|
6985
|
+
"parameters": [
|
|
6986
|
+
{
|
|
6987
|
+
"name": "props",
|
|
6988
|
+
"optional": true,
|
|
6989
|
+
"type": {
|
|
6990
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.MetricProps"
|
|
6991
|
+
}
|
|
6992
|
+
}
|
|
6993
|
+
],
|
|
6994
|
+
"returns": {
|
|
6995
|
+
"type": {
|
|
6996
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.Metric"
|
|
6997
|
+
}
|
|
6998
|
+
}
|
|
6999
|
+
},
|
|
7000
|
+
{
|
|
7001
|
+
"docs": {
|
|
7002
|
+
"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.",
|
|
7003
|
+
"stability": "experimental",
|
|
7004
|
+
"summary": "Metric for the number of GitHub Actions jobs completed."
|
|
7005
|
+
},
|
|
7006
|
+
"locationInModule": {
|
|
7007
|
+
"filename": "src/runner.ts",
|
|
7008
|
+
"line": 505
|
|
7009
|
+
},
|
|
7010
|
+
"name": "metricJobCompleted",
|
|
7011
|
+
"parameters": [
|
|
7012
|
+
{
|
|
7013
|
+
"name": "props",
|
|
7014
|
+
"optional": true,
|
|
7015
|
+
"type": {
|
|
7016
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.MetricProps"
|
|
7017
|
+
}
|
|
7018
|
+
}
|
|
7019
|
+
],
|
|
7020
|
+
"returns": {
|
|
7021
|
+
"type": {
|
|
7022
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.Metric"
|
|
7023
|
+
}
|
|
7024
|
+
}
|
|
7025
|
+
},
|
|
7026
|
+
{
|
|
7027
|
+
"docs": {
|
|
7028
|
+
"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}.",
|
|
7029
|
+
"stability": "experimental",
|
|
7030
|
+
"summary": "Metric for successful executions."
|
|
7031
|
+
},
|
|
7032
|
+
"locationInModule": {
|
|
7033
|
+
"filename": "src/runner.ts",
|
|
7034
|
+
"line": 551
|
|
7035
|
+
},
|
|
7036
|
+
"name": "metricSucceeded",
|
|
7037
|
+
"parameters": [
|
|
7038
|
+
{
|
|
7039
|
+
"name": "props",
|
|
7040
|
+
"optional": true,
|
|
7041
|
+
"type": {
|
|
7042
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.MetricProps"
|
|
7043
|
+
}
|
|
7044
|
+
}
|
|
7045
|
+
],
|
|
7046
|
+
"returns": {
|
|
7047
|
+
"type": {
|
|
7048
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.Metric"
|
|
7049
|
+
}
|
|
7050
|
+
}
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"docs": {
|
|
7054
|
+
"remarks": "This time may be longer than the time the runner took.",
|
|
7055
|
+
"stability": "experimental",
|
|
7056
|
+
"summary": "Metric for the interval, in milliseconds, between the time the execution starts and the time it closes."
|
|
7057
|
+
},
|
|
7058
|
+
"locationInModule": {
|
|
7059
|
+
"filename": "src/runner.ts",
|
|
7060
|
+
"line": 567
|
|
7061
|
+
},
|
|
7062
|
+
"name": "metricTime",
|
|
7063
|
+
"parameters": [
|
|
7064
|
+
{
|
|
7065
|
+
"name": "props",
|
|
7066
|
+
"optional": true,
|
|
7067
|
+
"type": {
|
|
7068
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.MetricProps"
|
|
7069
|
+
}
|
|
7070
|
+
}
|
|
7071
|
+
],
|
|
7072
|
+
"returns": {
|
|
7073
|
+
"type": {
|
|
7074
|
+
"fqn": "aws-cdk-lib.aws_cloudwatch.Metric"
|
|
7075
|
+
}
|
|
7076
|
+
}
|
|
7077
|
+
}
|
|
7078
|
+
],
|
|
6903
7079
|
"name": "GitHubRunners",
|
|
6904
7080
|
"properties": [
|
|
6905
7081
|
{
|
|
@@ -6910,7 +7086,7 @@
|
|
|
6910
7086
|
"immutable": true,
|
|
6911
7087
|
"locationInModule": {
|
|
6912
7088
|
"filename": "src/runner.ts",
|
|
6913
|
-
"line":
|
|
7089
|
+
"line": 175
|
|
6914
7090
|
},
|
|
6915
7091
|
"name": "providers",
|
|
6916
7092
|
"type": {
|
|
@@ -6930,7 +7106,7 @@
|
|
|
6930
7106
|
"immutable": true,
|
|
6931
7107
|
"locationInModule": {
|
|
6932
7108
|
"filename": "src/runner.ts",
|
|
6933
|
-
"line":
|
|
7109
|
+
"line": 180
|
|
6934
7110
|
},
|
|
6935
7111
|
"name": "secrets",
|
|
6936
7112
|
"type": {
|
|
@@ -6944,7 +7120,7 @@
|
|
|
6944
7120
|
"immutable": true,
|
|
6945
7121
|
"locationInModule": {
|
|
6946
7122
|
"filename": "src/runner.ts",
|
|
6947
|
-
"line":
|
|
7123
|
+
"line": 190
|
|
6948
7124
|
},
|
|
6949
7125
|
"name": "props",
|
|
6950
7126
|
"optional": true,
|
|
@@ -6966,7 +7142,7 @@
|
|
|
6966
7142
|
"kind": "interface",
|
|
6967
7143
|
"locationInModule": {
|
|
6968
7144
|
"filename": "src/runner.ts",
|
|
6969
|
-
"line":
|
|
7145
|
+
"line": 26
|
|
6970
7146
|
},
|
|
6971
7147
|
"name": "GitHubRunnersProps",
|
|
6972
7148
|
"properties": [
|
|
@@ -6981,7 +7157,7 @@
|
|
|
6981
7157
|
"immutable": true,
|
|
6982
7158
|
"locationInModule": {
|
|
6983
7159
|
"filename": "src/runner.ts",
|
|
6984
|
-
"line":
|
|
7160
|
+
"line": 49
|
|
6985
7161
|
},
|
|
6986
7162
|
"name": "allowPublicSubnet",
|
|
6987
7163
|
"optional": true,
|
|
@@ -6999,7 +7175,7 @@
|
|
|
6999
7175
|
"immutable": true,
|
|
7000
7176
|
"locationInModule": {
|
|
7001
7177
|
"filename": "src/runner.ts",
|
|
7002
|
-
"line":
|
|
7178
|
+
"line": 81
|
|
7003
7179
|
},
|
|
7004
7180
|
"name": "extraCertificates",
|
|
7005
7181
|
"optional": true,
|
|
@@ -7018,7 +7194,7 @@
|
|
|
7018
7194
|
"immutable": true,
|
|
7019
7195
|
"locationInModule": {
|
|
7020
7196
|
"filename": "src/runner.ts",
|
|
7021
|
-
"line":
|
|
7197
|
+
"line": 88
|
|
7022
7198
|
},
|
|
7023
7199
|
"name": "idleTimeout",
|
|
7024
7200
|
"optional": true,
|
|
@@ -7036,7 +7212,7 @@
|
|
|
7036
7212
|
"immutable": true,
|
|
7037
7213
|
"locationInModule": {
|
|
7038
7214
|
"filename": "src/runner.ts",
|
|
7039
|
-
"line":
|
|
7215
|
+
"line": 95
|
|
7040
7216
|
},
|
|
7041
7217
|
"name": "logOptions",
|
|
7042
7218
|
"optional": true,
|
|
@@ -7055,7 +7231,7 @@
|
|
|
7055
7231
|
"immutable": true,
|
|
7056
7232
|
"locationInModule": {
|
|
7057
7233
|
"filename": "src/runner.ts",
|
|
7058
|
-
"line":
|
|
7234
|
+
"line": 32
|
|
7059
7235
|
},
|
|
7060
7236
|
"name": "providers",
|
|
7061
7237
|
"optional": true,
|
|
@@ -7078,7 +7254,7 @@
|
|
|
7078
7254
|
"immutable": true,
|
|
7079
7255
|
"locationInModule": {
|
|
7080
7256
|
"filename": "src/runner.ts",
|
|
7081
|
-
"line":
|
|
7257
|
+
"line": 54
|
|
7082
7258
|
},
|
|
7083
7259
|
"name": "securityGroup",
|
|
7084
7260
|
"optional": true,
|
|
@@ -7096,7 +7272,7 @@
|
|
|
7096
7272
|
"immutable": true,
|
|
7097
7273
|
"locationInModule": {
|
|
7098
7274
|
"filename": "src/runner.ts",
|
|
7099
|
-
"line":
|
|
7275
|
+
"line": 37
|
|
7100
7276
|
},
|
|
7101
7277
|
"name": "vpc",
|
|
7102
7278
|
"optional": true,
|
|
@@ -7114,7 +7290,7 @@
|
|
|
7114
7290
|
"immutable": true,
|
|
7115
7291
|
"locationInModule": {
|
|
7116
7292
|
"filename": "src/runner.ts",
|
|
7117
|
-
"line":
|
|
7293
|
+
"line": 42
|
|
7118
7294
|
},
|
|
7119
7295
|
"name": "vpcSubnets",
|
|
7120
7296
|
"optional": true,
|
|
@@ -7331,7 +7507,7 @@
|
|
|
7331
7507
|
"kind": "interface",
|
|
7332
7508
|
"locationInModule": {
|
|
7333
7509
|
"filename": "src/providers/common.ts",
|
|
7334
|
-
"line":
|
|
7510
|
+
"line": 420
|
|
7335
7511
|
},
|
|
7336
7512
|
"methods": [
|
|
7337
7513
|
{
|
|
@@ -7343,7 +7519,7 @@
|
|
|
7343
7519
|
},
|
|
7344
7520
|
"locationInModule": {
|
|
7345
7521
|
"filename": "src/providers/common.ts",
|
|
7346
|
-
"line":
|
|
7522
|
+
"line": 444
|
|
7347
7523
|
},
|
|
7348
7524
|
"name": "getStepFunctionTask",
|
|
7349
7525
|
"parameters": [
|
|
@@ -7372,7 +7548,7 @@
|
|
|
7372
7548
|
},
|
|
7373
7549
|
"locationInModule": {
|
|
7374
7550
|
"filename": "src/providers/common.ts",
|
|
7375
|
-
"line":
|
|
7551
|
+
"line": 452
|
|
7376
7552
|
},
|
|
7377
7553
|
"name": "grantStateMachine",
|
|
7378
7554
|
"parameters": [
|
|
@@ -7396,7 +7572,7 @@
|
|
|
7396
7572
|
},
|
|
7397
7573
|
"locationInModule": {
|
|
7398
7574
|
"filename": "src/providers/common.ts",
|
|
7399
|
-
"line":
|
|
7575
|
+
"line": 459
|
|
7400
7576
|
},
|
|
7401
7577
|
"name": "status",
|
|
7402
7578
|
"parameters": [
|
|
@@ -7429,7 +7605,7 @@
|
|
|
7429
7605
|
"immutable": true,
|
|
7430
7606
|
"locationInModule": {
|
|
7431
7607
|
"filename": "src/providers/common.ts",
|
|
7432
|
-
"line":
|
|
7608
|
+
"line": 428
|
|
7433
7609
|
},
|
|
7434
7610
|
"name": "labels",
|
|
7435
7611
|
"type": {
|
|
@@ -7440,6 +7616,23 @@
|
|
|
7440
7616
|
"kind": "array"
|
|
7441
7617
|
}
|
|
7442
7618
|
}
|
|
7619
|
+
},
|
|
7620
|
+
{
|
|
7621
|
+
"abstract": true,
|
|
7622
|
+
"docs": {
|
|
7623
|
+
"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.",
|
|
7624
|
+
"stability": "experimental",
|
|
7625
|
+
"summary": "Log group where provided runners will save their logs."
|
|
7626
|
+
},
|
|
7627
|
+
"immutable": true,
|
|
7628
|
+
"locationInModule": {
|
|
7629
|
+
"filename": "src/providers/common.ts",
|
|
7630
|
+
"line": 435
|
|
7631
|
+
},
|
|
7632
|
+
"name": "logGroup",
|
|
7633
|
+
"type": {
|
|
7634
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
7635
|
+
}
|
|
7443
7636
|
}
|
|
7444
7637
|
],
|
|
7445
7638
|
"symbolId": "src/providers/common:IRunnerProvider"
|
|
@@ -7529,6 +7722,23 @@
|
|
|
7529
7722
|
"fqn": "@cloudsnorkel/cdk-github-runners.IRunnerImageStatus"
|
|
7530
7723
|
}
|
|
7531
7724
|
},
|
|
7725
|
+
{
|
|
7726
|
+
"abstract": true,
|
|
7727
|
+
"docs": {
|
|
7728
|
+
"stability": "experimental",
|
|
7729
|
+
"summary": "Log group for runners."
|
|
7730
|
+
},
|
|
7731
|
+
"immutable": true,
|
|
7732
|
+
"locationInModule": {
|
|
7733
|
+
"filename": "src/providers/common.ts",
|
|
7734
|
+
"line": 414
|
|
7735
|
+
},
|
|
7736
|
+
"name": "logGroup",
|
|
7737
|
+
"optional": true,
|
|
7738
|
+
"type": {
|
|
7739
|
+
"primitive": "string"
|
|
7740
|
+
}
|
|
7741
|
+
},
|
|
7532
7742
|
{
|
|
7533
7743
|
"abstract": true,
|
|
7534
7744
|
"docs": {
|
|
@@ -7899,7 +8109,7 @@
|
|
|
7899
8109
|
},
|
|
7900
8110
|
"locationInModule": {
|
|
7901
8111
|
"filename": "src/providers/lambda.ts",
|
|
7902
|
-
"line":
|
|
8112
|
+
"line": 173
|
|
7903
8113
|
},
|
|
7904
8114
|
"parameters": [
|
|
7905
8115
|
{
|
|
@@ -7929,7 +8139,7 @@
|
|
|
7929
8139
|
"kind": "class",
|
|
7930
8140
|
"locationInModule": {
|
|
7931
8141
|
"filename": "src/providers/lambda.ts",
|
|
7932
|
-
"line":
|
|
8142
|
+
"line": 124
|
|
7933
8143
|
},
|
|
7934
8144
|
"methods": [
|
|
7935
8145
|
{
|
|
@@ -7938,7 +8148,7 @@
|
|
|
7938
8148
|
},
|
|
7939
8149
|
"locationInModule": {
|
|
7940
8150
|
"filename": "src/providers/common.ts",
|
|
7941
|
-
"line":
|
|
8151
|
+
"line": 489
|
|
7942
8152
|
},
|
|
7943
8153
|
"name": "addRetry",
|
|
7944
8154
|
"parameters": [
|
|
@@ -7979,7 +8189,7 @@
|
|
|
7979
8189
|
},
|
|
7980
8190
|
"locationInModule": {
|
|
7981
8191
|
"filename": "src/providers/lambda.ts",
|
|
7982
|
-
"line":
|
|
8192
|
+
"line": 254
|
|
7983
8193
|
},
|
|
7984
8194
|
"name": "getStepFunctionTask",
|
|
7985
8195
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8008,7 +8218,7 @@
|
|
|
8008
8218
|
},
|
|
8009
8219
|
"locationInModule": {
|
|
8010
8220
|
"filename": "src/providers/lambda.ts",
|
|
8011
|
-
"line":
|
|
8221
|
+
"line": 316
|
|
8012
8222
|
},
|
|
8013
8223
|
"name": "grantStateMachine",
|
|
8014
8224
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8027,7 +8237,7 @@
|
|
|
8027
8237
|
},
|
|
8028
8238
|
"locationInModule": {
|
|
8029
8239
|
"filename": "src/providers/common.ts",
|
|
8030
|
-
"line":
|
|
8240
|
+
"line": 475
|
|
8031
8241
|
},
|
|
8032
8242
|
"name": "labelsFromProperties",
|
|
8033
8243
|
"parameters": [
|
|
@@ -8077,7 +8287,7 @@
|
|
|
8077
8287
|
},
|
|
8078
8288
|
"locationInModule": {
|
|
8079
8289
|
"filename": "src/providers/lambda.ts",
|
|
8080
|
-
"line":
|
|
8290
|
+
"line": 319
|
|
8081
8291
|
},
|
|
8082
8292
|
"name": "status",
|
|
8083
8293
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8108,7 +8318,7 @@
|
|
|
8108
8318
|
"immutable": true,
|
|
8109
8319
|
"locationInModule": {
|
|
8110
8320
|
"filename": "src/providers/lambda.ts",
|
|
8111
|
-
"line":
|
|
8321
|
+
"line": 141
|
|
8112
8322
|
},
|
|
8113
8323
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
8114
8324
|
"static": true,
|
|
@@ -8126,7 +8336,7 @@
|
|
|
8126
8336
|
"immutable": true,
|
|
8127
8337
|
"locationInModule": {
|
|
8128
8338
|
"filename": "src/providers/lambda.ts",
|
|
8129
|
-
"line":
|
|
8339
|
+
"line": 132
|
|
8130
8340
|
},
|
|
8131
8341
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
8132
8342
|
"static": true,
|
|
@@ -8142,7 +8352,7 @@
|
|
|
8142
8352
|
"immutable": true,
|
|
8143
8353
|
"locationInModule": {
|
|
8144
8354
|
"filename": "src/providers/lambda.ts",
|
|
8145
|
-
"line":
|
|
8355
|
+
"line": 243
|
|
8146
8356
|
},
|
|
8147
8357
|
"name": "connections",
|
|
8148
8358
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -8158,7 +8368,7 @@
|
|
|
8158
8368
|
"immutable": true,
|
|
8159
8369
|
"locationInModule": {
|
|
8160
8370
|
"filename": "src/providers/lambda.ts",
|
|
8161
|
-
"line":
|
|
8371
|
+
"line": 146
|
|
8162
8372
|
},
|
|
8163
8373
|
"name": "function",
|
|
8164
8374
|
"type": {
|
|
@@ -8173,7 +8383,7 @@
|
|
|
8173
8383
|
"immutable": true,
|
|
8174
8384
|
"locationInModule": {
|
|
8175
8385
|
"filename": "src/providers/lambda.ts",
|
|
8176
|
-
"line":
|
|
8386
|
+
"line": 156
|
|
8177
8387
|
},
|
|
8178
8388
|
"name": "grantPrincipal",
|
|
8179
8389
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -8190,7 +8400,7 @@
|
|
|
8190
8400
|
"immutable": true,
|
|
8191
8401
|
"locationInModule": {
|
|
8192
8402
|
"filename": "src/providers/lambda.ts",
|
|
8193
|
-
"line":
|
|
8403
|
+
"line": 161
|
|
8194
8404
|
},
|
|
8195
8405
|
"name": "image",
|
|
8196
8406
|
"type": {
|
|
@@ -8205,7 +8415,7 @@
|
|
|
8205
8415
|
"immutable": true,
|
|
8206
8416
|
"locationInModule": {
|
|
8207
8417
|
"filename": "src/providers/lambda.ts",
|
|
8208
|
-
"line":
|
|
8418
|
+
"line": 151
|
|
8209
8419
|
},
|
|
8210
8420
|
"name": "labels",
|
|
8211
8421
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8217,6 +8427,23 @@
|
|
|
8217
8427
|
"kind": "array"
|
|
8218
8428
|
}
|
|
8219
8429
|
}
|
|
8430
|
+
},
|
|
8431
|
+
{
|
|
8432
|
+
"docs": {
|
|
8433
|
+
"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.",
|
|
8434
|
+
"stability": "experimental",
|
|
8435
|
+
"summary": "Log group where provided runners will save their logs."
|
|
8436
|
+
},
|
|
8437
|
+
"immutable": true,
|
|
8438
|
+
"locationInModule": {
|
|
8439
|
+
"filename": "src/providers/lambda.ts",
|
|
8440
|
+
"line": 168
|
|
8441
|
+
},
|
|
8442
|
+
"name": "logGroup",
|
|
8443
|
+
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
8444
|
+
"type": {
|
|
8445
|
+
"fqn": "aws-cdk-lib.aws_logs.ILogGroup"
|
|
8446
|
+
}
|
|
8220
8447
|
}
|
|
8221
8448
|
],
|
|
8222
8449
|
"symbolId": "src/providers/lambda:LambdaRunner"
|
|
@@ -8234,7 +8461,7 @@
|
|
|
8234
8461
|
"kind": "interface",
|
|
8235
8462
|
"locationInModule": {
|
|
8236
8463
|
"filename": "src/providers/lambda.ts",
|
|
8237
|
-
"line":
|
|
8464
|
+
"line": 30
|
|
8238
8465
|
},
|
|
8239
8466
|
"name": "LambdaRunnerProps",
|
|
8240
8467
|
"properties": [
|
|
@@ -8248,7 +8475,7 @@
|
|
|
8248
8475
|
"immutable": true,
|
|
8249
8476
|
"locationInModule": {
|
|
8250
8477
|
"filename": "src/providers/lambda.ts",
|
|
8251
|
-
"line":
|
|
8478
|
+
"line": 75
|
|
8252
8479
|
},
|
|
8253
8480
|
"name": "ephemeralStorageSize",
|
|
8254
8481
|
"optional": true,
|
|
@@ -8268,7 +8495,7 @@
|
|
|
8268
8495
|
"immutable": true,
|
|
8269
8496
|
"locationInModule": {
|
|
8270
8497
|
"filename": "src/providers/lambda.ts",
|
|
8271
|
-
"line":
|
|
8498
|
+
"line": 39
|
|
8272
8499
|
},
|
|
8273
8500
|
"name": "imageBuilder",
|
|
8274
8501
|
"optional": true,
|
|
@@ -8287,7 +8514,7 @@
|
|
|
8287
8514
|
"immutable": true,
|
|
8288
8515
|
"locationInModule": {
|
|
8289
8516
|
"filename": "src/providers/lambda.ts",
|
|
8290
|
-
"line":
|
|
8517
|
+
"line": 47
|
|
8291
8518
|
},
|
|
8292
8519
|
"name": "label",
|
|
8293
8520
|
"optional": true,
|
|
@@ -8306,7 +8533,7 @@
|
|
|
8306
8533
|
"immutable": true,
|
|
8307
8534
|
"locationInModule": {
|
|
8308
8535
|
"filename": "src/providers/lambda.ts",
|
|
8309
|
-
"line":
|
|
8536
|
+
"line": 58
|
|
8310
8537
|
},
|
|
8311
8538
|
"name": "labels",
|
|
8312
8539
|
"optional": true,
|
|
@@ -8330,7 +8557,7 @@
|
|
|
8330
8557
|
"immutable": true,
|
|
8331
8558
|
"locationInModule": {
|
|
8332
8559
|
"filename": "src/providers/lambda.ts",
|
|
8333
|
-
"line":
|
|
8560
|
+
"line": 68
|
|
8334
8561
|
},
|
|
8335
8562
|
"name": "memorySize",
|
|
8336
8563
|
"optional": true,
|
|
@@ -8349,7 +8576,7 @@
|
|
|
8349
8576
|
"immutable": true,
|
|
8350
8577
|
"locationInModule": {
|
|
8351
8578
|
"filename": "src/providers/lambda.ts",
|
|
8352
|
-
"line":
|
|
8579
|
+
"line": 100
|
|
8353
8580
|
},
|
|
8354
8581
|
"name": "securityGroup",
|
|
8355
8582
|
"optional": true,
|
|
@@ -8367,7 +8594,7 @@
|
|
|
8367
8594
|
"immutable": true,
|
|
8368
8595
|
"locationInModule": {
|
|
8369
8596
|
"filename": "src/providers/lambda.ts",
|
|
8370
|
-
"line":
|
|
8597
|
+
"line": 107
|
|
8371
8598
|
},
|
|
8372
8599
|
"name": "securityGroups",
|
|
8373
8600
|
"optional": true,
|
|
@@ -8390,7 +8617,7 @@
|
|
|
8390
8617
|
"immutable": true,
|
|
8391
8618
|
"locationInModule": {
|
|
8392
8619
|
"filename": "src/providers/lambda.ts",
|
|
8393
|
-
"line":
|
|
8620
|
+
"line": 114
|
|
8394
8621
|
},
|
|
8395
8622
|
"name": "subnetSelection",
|
|
8396
8623
|
"optional": true,
|
|
@@ -8409,7 +8636,7 @@
|
|
|
8409
8636
|
"immutable": true,
|
|
8410
8637
|
"locationInModule": {
|
|
8411
8638
|
"filename": "src/providers/lambda.ts",
|
|
8412
|
-
"line":
|
|
8639
|
+
"line": 84
|
|
8413
8640
|
},
|
|
8414
8641
|
"name": "timeout",
|
|
8415
8642
|
"optional": true,
|
|
@@ -8427,7 +8654,7 @@
|
|
|
8427
8654
|
"immutable": true,
|
|
8428
8655
|
"locationInModule": {
|
|
8429
8656
|
"filename": "src/providers/lambda.ts",
|
|
8430
|
-
"line":
|
|
8657
|
+
"line": 91
|
|
8431
8658
|
},
|
|
8432
8659
|
"name": "vpc",
|
|
8433
8660
|
"optional": true,
|
|
@@ -8766,7 +8993,7 @@
|
|
|
8766
8993
|
"kind": "interface",
|
|
8767
8994
|
"locationInModule": {
|
|
8768
8995
|
"filename": "src/runner.ts",
|
|
8769
|
-
"line":
|
|
8996
|
+
"line": 101
|
|
8770
8997
|
},
|
|
8771
8998
|
"name": "LogOptions",
|
|
8772
8999
|
"properties": [
|
|
@@ -8780,7 +9007,7 @@
|
|
|
8780
9007
|
"immutable": true,
|
|
8781
9008
|
"locationInModule": {
|
|
8782
9009
|
"filename": "src/runner.ts",
|
|
8783
|
-
"line":
|
|
9010
|
+
"line": 112
|
|
8784
9011
|
},
|
|
8785
9012
|
"name": "includeExecutionData",
|
|
8786
9013
|
"optional": true,
|
|
@@ -8798,7 +9025,7 @@
|
|
|
8798
9025
|
"immutable": true,
|
|
8799
9026
|
"locationInModule": {
|
|
8800
9027
|
"filename": "src/runner.ts",
|
|
8801
|
-
"line":
|
|
9028
|
+
"line": 119
|
|
8802
9029
|
},
|
|
8803
9030
|
"name": "level",
|
|
8804
9031
|
"optional": true,
|
|
@@ -8815,7 +9042,7 @@
|
|
|
8815
9042
|
"immutable": true,
|
|
8816
9043
|
"locationInModule": {
|
|
8817
9044
|
"filename": "src/runner.ts",
|
|
8818
|
-
"line":
|
|
9045
|
+
"line": 105
|
|
8819
9046
|
},
|
|
8820
9047
|
"name": "logGroupName",
|
|
8821
9048
|
"optional": true,
|
|
@@ -8834,7 +9061,7 @@
|
|
|
8834
9061
|
"immutable": true,
|
|
8835
9062
|
"locationInModule": {
|
|
8836
9063
|
"filename": "src/runner.ts",
|
|
8837
|
-
"line":
|
|
9064
|
+
"line": 128
|
|
8838
9065
|
},
|
|
8839
9066
|
"name": "logRetention",
|
|
8840
9067
|
"optional": true,
|
|
@@ -10050,6 +10277,6 @@
|
|
|
10050
10277
|
"symbolId": "src/providers/image-builders/windows-components:WindowsComponents"
|
|
10051
10278
|
}
|
|
10052
10279
|
},
|
|
10053
|
-
"version": "0.
|
|
10054
|
-
"fingerprint": "
|
|
10280
|
+
"version": "0.8.1",
|
|
10281
|
+
"fingerprint": "ynEXSWyCd8lcrUwSjKuri9ZGDYfYVq0WuBJhjtMhnzI="
|
|
10055
10282
|
}
|