@cloudsnorkel/cdk-github-runners 0.14.4 → 0.14.5
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 +234 -139
- package/API.md +105 -0
- package/assets/providers/lambda-runner.sh +2 -1
- 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/codebuild.d.ts +14 -0
- package/lib/providers/codebuild.js +10 -5
- package/lib/providers/common.js +3 -3
- package/lib/providers/ec2.d.ts +14 -0
- package/lib/providers/ec2.js +11 -7
- package/lib/providers/ecs.d.ts +17 -0
- package/lib/providers/ecs.js +7 -2
- package/lib/providers/fargate.d.ts +14 -0
- package/lib/providers/fargate.js +11 -7
- package/lib/providers/lambda.d.ts +14 -0
- package/lib/providers/lambda.js +5 -3
- package/lib/runner.js +1 -1
- package/lib/secrets.js +1 -1
- package/package.json +17 -17
package/.jsii
CHANGED
|
@@ -3829,7 +3829,7 @@
|
|
|
3829
3829
|
}
|
|
3830
3830
|
}
|
|
3831
3831
|
},
|
|
3832
|
-
"description": "CDK construct to create GitHub Actions self-hosted runners.
|
|
3832
|
+
"description": "CDK construct to create GitHub Actions self-hosted runners. Creates ephemeral runners on demand. Easy to deploy and highly customizable.",
|
|
3833
3833
|
"docs": {
|
|
3834
3834
|
"stability": "experimental"
|
|
3835
3835
|
},
|
|
@@ -5416,7 +5416,7 @@
|
|
|
5416
5416
|
},
|
|
5417
5417
|
"locationInModule": {
|
|
5418
5418
|
"filename": "src/providers/codebuild.ts",
|
|
5419
|
-
"line":
|
|
5419
|
+
"line": 242
|
|
5420
5420
|
},
|
|
5421
5421
|
"parameters": [
|
|
5422
5422
|
{
|
|
@@ -5443,7 +5443,7 @@
|
|
|
5443
5443
|
"kind": "class",
|
|
5444
5444
|
"locationInModule": {
|
|
5445
5445
|
"filename": "src/providers/codebuild.ts",
|
|
5446
|
-
"line":
|
|
5446
|
+
"line": 465
|
|
5447
5447
|
},
|
|
5448
5448
|
"name": "CodeBuildRunner",
|
|
5449
5449
|
"symbolId": "src/providers/codebuild:CodeBuildRunner"
|
|
@@ -5537,7 +5537,7 @@
|
|
|
5537
5537
|
},
|
|
5538
5538
|
"locationInModule": {
|
|
5539
5539
|
"filename": "src/providers/codebuild.ts",
|
|
5540
|
-
"line":
|
|
5540
|
+
"line": 242
|
|
5541
5541
|
},
|
|
5542
5542
|
"parameters": [
|
|
5543
5543
|
{
|
|
@@ -5567,7 +5567,7 @@
|
|
|
5567
5567
|
"kind": "class",
|
|
5568
5568
|
"locationInModule": {
|
|
5569
5569
|
"filename": "src/providers/codebuild.ts",
|
|
5570
|
-
"line":
|
|
5570
|
+
"line": 139
|
|
5571
5571
|
},
|
|
5572
5572
|
"methods": [
|
|
5573
5573
|
{
|
|
@@ -5578,7 +5578,7 @@
|
|
|
5578
5578
|
},
|
|
5579
5579
|
"locationInModule": {
|
|
5580
5580
|
"filename": "src/providers/codebuild.ts",
|
|
5581
|
-
"line":
|
|
5581
|
+
"line": 188
|
|
5582
5582
|
},
|
|
5583
5583
|
"name": "imageBuilder",
|
|
5584
5584
|
"parameters": [
|
|
@@ -5617,7 +5617,7 @@
|
|
|
5617
5617
|
},
|
|
5618
5618
|
"locationInModule": {
|
|
5619
5619
|
"filename": "src/providers/codebuild.ts",
|
|
5620
|
-
"line":
|
|
5620
|
+
"line": 388
|
|
5621
5621
|
},
|
|
5622
5622
|
"name": "getStepFunctionTask",
|
|
5623
5623
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5646,7 +5646,7 @@
|
|
|
5646
5646
|
},
|
|
5647
5647
|
"locationInModule": {
|
|
5648
5648
|
"filename": "src/providers/codebuild.ts",
|
|
5649
|
-
"line":
|
|
5649
|
+
"line": 433
|
|
5650
5650
|
},
|
|
5651
5651
|
"name": "grantStateMachine",
|
|
5652
5652
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5715,7 +5715,7 @@
|
|
|
5715
5715
|
},
|
|
5716
5716
|
"locationInModule": {
|
|
5717
5717
|
"filename": "src/providers/codebuild.ts",
|
|
5718
|
-
"line":
|
|
5718
|
+
"line": 436
|
|
5719
5719
|
},
|
|
5720
5720
|
"name": "status",
|
|
5721
5721
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5747,7 +5747,7 @@
|
|
|
5747
5747
|
"immutable": true,
|
|
5748
5748
|
"locationInModule": {
|
|
5749
5749
|
"filename": "src/providers/codebuild.ts",
|
|
5750
|
-
"line":
|
|
5750
|
+
"line": 168
|
|
5751
5751
|
},
|
|
5752
5752
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
5753
5753
|
"static": true,
|
|
@@ -5766,7 +5766,7 @@
|
|
|
5766
5766
|
"immutable": true,
|
|
5767
5767
|
"locationInModule": {
|
|
5768
5768
|
"filename": "src/providers/codebuild.ts",
|
|
5769
|
-
"line":
|
|
5769
|
+
"line": 153
|
|
5770
5770
|
},
|
|
5771
5771
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
5772
5772
|
"static": true,
|
|
@@ -5782,7 +5782,7 @@
|
|
|
5782
5782
|
"immutable": true,
|
|
5783
5783
|
"locationInModule": {
|
|
5784
5784
|
"filename": "src/providers/codebuild.ts",
|
|
5785
|
-
"line":
|
|
5785
|
+
"line": 457
|
|
5786
5786
|
},
|
|
5787
5787
|
"name": "connections",
|
|
5788
5788
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -5798,7 +5798,7 @@
|
|
|
5798
5798
|
"immutable": true,
|
|
5799
5799
|
"locationInModule": {
|
|
5800
5800
|
"filename": "src/providers/codebuild.ts",
|
|
5801
|
-
"line":
|
|
5801
|
+
"line": 218
|
|
5802
5802
|
},
|
|
5803
5803
|
"name": "grantPrincipal",
|
|
5804
5804
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -5815,7 +5815,7 @@
|
|
|
5815
5815
|
"immutable": true,
|
|
5816
5816
|
"locationInModule": {
|
|
5817
5817
|
"filename": "src/providers/codebuild.ts",
|
|
5818
|
-
"line":
|
|
5818
|
+
"line": 223
|
|
5819
5819
|
},
|
|
5820
5820
|
"name": "image",
|
|
5821
5821
|
"type": {
|
|
@@ -5830,7 +5830,7 @@
|
|
|
5830
5830
|
"immutable": true,
|
|
5831
5831
|
"locationInModule": {
|
|
5832
5832
|
"filename": "src/providers/codebuild.ts",
|
|
5833
|
-
"line":
|
|
5833
|
+
"line": 213
|
|
5834
5834
|
},
|
|
5835
5835
|
"name": "labels",
|
|
5836
5836
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5852,7 +5852,7 @@
|
|
|
5852
5852
|
"immutable": true,
|
|
5853
5853
|
"locationInModule": {
|
|
5854
5854
|
"filename": "src/providers/codebuild.ts",
|
|
5855
|
-
"line":
|
|
5855
|
+
"line": 230
|
|
5856
5856
|
},
|
|
5857
5857
|
"name": "logGroup",
|
|
5858
5858
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5868,7 +5868,7 @@
|
|
|
5868
5868
|
"immutable": true,
|
|
5869
5869
|
"locationInModule": {
|
|
5870
5870
|
"filename": "src/providers/codebuild.ts",
|
|
5871
|
-
"line":
|
|
5871
|
+
"line": 208
|
|
5872
5872
|
},
|
|
5873
5873
|
"name": "project",
|
|
5874
5874
|
"type": {
|
|
@@ -5883,7 +5883,7 @@
|
|
|
5883
5883
|
"immutable": true,
|
|
5884
5884
|
"locationInModule": {
|
|
5885
5885
|
"filename": "src/providers/codebuild.ts",
|
|
5886
|
-
"line":
|
|
5886
|
+
"line": 232
|
|
5887
5887
|
},
|
|
5888
5888
|
"name": "retryableErrors",
|
|
5889
5889
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -5927,7 +5927,7 @@
|
|
|
5927
5927
|
"immutable": true,
|
|
5928
5928
|
"locationInModule": {
|
|
5929
5929
|
"filename": "src/providers/codebuild.ts",
|
|
5930
|
-
"line":
|
|
5930
|
+
"line": 112
|
|
5931
5931
|
},
|
|
5932
5932
|
"name": "computeType",
|
|
5933
5933
|
"optional": true,
|
|
@@ -5946,7 +5946,7 @@
|
|
|
5946
5946
|
"immutable": true,
|
|
5947
5947
|
"locationInModule": {
|
|
5948
5948
|
"filename": "src/providers/codebuild.ts",
|
|
5949
|
-
"line":
|
|
5949
|
+
"line": 129
|
|
5950
5950
|
},
|
|
5951
5951
|
"name": "dockerInDocker",
|
|
5952
5952
|
"optional": true,
|
|
@@ -5954,6 +5954,25 @@
|
|
|
5954
5954
|
"primitive": "boolean"
|
|
5955
5955
|
}
|
|
5956
5956
|
},
|
|
5957
|
+
{
|
|
5958
|
+
"abstract": true,
|
|
5959
|
+
"docs": {
|
|
5960
|
+
"default": "undefined",
|
|
5961
|
+
"remarks": "If specified, the runner will be registered with this group name. Setting a runner group can help managing access to self-hosted runners. It\nrequires a paid GitHub account.\n\nThe group must exist or the runner will not start.\n\nUsers will still be able to trigger this runner with the correct labels. But the runner will only be able to run jobs from repos allowed to use the group.",
|
|
5962
|
+
"stability": "experimental",
|
|
5963
|
+
"summary": "GitHub Actions runner group name."
|
|
5964
|
+
},
|
|
5965
|
+
"immutable": true,
|
|
5966
|
+
"locationInModule": {
|
|
5967
|
+
"filename": "src/providers/codebuild.ts",
|
|
5968
|
+
"line": 74
|
|
5969
|
+
},
|
|
5970
|
+
"name": "group",
|
|
5971
|
+
"optional": true,
|
|
5972
|
+
"type": {
|
|
5973
|
+
"primitive": "string"
|
|
5974
|
+
}
|
|
5975
|
+
},
|
|
5957
5976
|
{
|
|
5958
5977
|
"abstract": true,
|
|
5959
5978
|
"docs": {
|
|
@@ -6027,7 +6046,7 @@
|
|
|
6027
6046
|
"immutable": true,
|
|
6028
6047
|
"locationInModule": {
|
|
6029
6048
|
"filename": "src/providers/codebuild.ts",
|
|
6030
|
-
"line":
|
|
6049
|
+
"line": 90
|
|
6031
6050
|
},
|
|
6032
6051
|
"name": "securityGroup",
|
|
6033
6052
|
"optional": true,
|
|
@@ -6045,7 +6064,7 @@
|
|
|
6045
6064
|
"immutable": true,
|
|
6046
6065
|
"locationInModule": {
|
|
6047
6066
|
"filename": "src/providers/codebuild.ts",
|
|
6048
|
-
"line":
|
|
6067
|
+
"line": 97
|
|
6049
6068
|
},
|
|
6050
6069
|
"name": "securityGroups",
|
|
6051
6070
|
"optional": true,
|
|
@@ -6068,7 +6087,7 @@
|
|
|
6068
6087
|
"immutable": true,
|
|
6069
6088
|
"locationInModule": {
|
|
6070
6089
|
"filename": "src/providers/codebuild.ts",
|
|
6071
|
-
"line":
|
|
6090
|
+
"line": 104
|
|
6072
6091
|
},
|
|
6073
6092
|
"name": "subnetSelection",
|
|
6074
6093
|
"optional": true,
|
|
@@ -6087,7 +6106,7 @@
|
|
|
6087
6106
|
"immutable": true,
|
|
6088
6107
|
"locationInModule": {
|
|
6089
6108
|
"filename": "src/providers/codebuild.ts",
|
|
6090
|
-
"line":
|
|
6109
|
+
"line": 121
|
|
6091
6110
|
},
|
|
6092
6111
|
"name": "timeout",
|
|
6093
6112
|
"optional": true,
|
|
@@ -6105,7 +6124,7 @@
|
|
|
6105
6124
|
"immutable": true,
|
|
6106
6125
|
"locationInModule": {
|
|
6107
6126
|
"filename": "src/providers/codebuild.ts",
|
|
6108
|
-
"line":
|
|
6127
|
+
"line": 81
|
|
6109
6128
|
},
|
|
6110
6129
|
"name": "vpc",
|
|
6111
6130
|
"optional": true,
|
|
@@ -6802,7 +6821,7 @@
|
|
|
6802
6821
|
},
|
|
6803
6822
|
"locationInModule": {
|
|
6804
6823
|
"filename": "src/providers/ec2.ts",
|
|
6805
|
-
"line":
|
|
6824
|
+
"line": 373
|
|
6806
6825
|
},
|
|
6807
6826
|
"parameters": [
|
|
6808
6827
|
{
|
|
@@ -6829,7 +6848,7 @@
|
|
|
6829
6848
|
"kind": "class",
|
|
6830
6849
|
"locationInModule": {
|
|
6831
6850
|
"filename": "src/providers/ec2.ts",
|
|
6832
|
-
"line":
|
|
6851
|
+
"line": 608
|
|
6833
6852
|
},
|
|
6834
6853
|
"name": "Ec2Runner",
|
|
6835
6854
|
"symbolId": "src/providers/ec2:Ec2Runner"
|
|
@@ -6849,7 +6868,7 @@
|
|
|
6849
6868
|
},
|
|
6850
6869
|
"locationInModule": {
|
|
6851
6870
|
"filename": "src/providers/ec2.ts",
|
|
6852
|
-
"line":
|
|
6871
|
+
"line": 373
|
|
6853
6872
|
},
|
|
6854
6873
|
"parameters": [
|
|
6855
6874
|
{
|
|
@@ -6879,7 +6898,7 @@
|
|
|
6879
6898
|
"kind": "class",
|
|
6880
6899
|
"locationInModule": {
|
|
6881
6900
|
"filename": "src/providers/ec2.ts",
|
|
6882
|
-
"line":
|
|
6901
|
+
"line": 301
|
|
6883
6902
|
},
|
|
6884
6903
|
"methods": [
|
|
6885
6904
|
{
|
|
@@ -6890,7 +6909,7 @@
|
|
|
6890
6909
|
},
|
|
6891
6910
|
"locationInModule": {
|
|
6892
6911
|
"filename": "src/providers/ec2.ts",
|
|
6893
|
-
"line":
|
|
6912
|
+
"line": 320
|
|
6894
6913
|
},
|
|
6895
6914
|
"name": "imageBuilder",
|
|
6896
6915
|
"parameters": [
|
|
@@ -6929,7 +6948,7 @@
|
|
|
6929
6948
|
},
|
|
6930
6949
|
"locationInModule": {
|
|
6931
6950
|
"filename": "src/providers/ec2.ts",
|
|
6932
|
-
"line":
|
|
6951
|
+
"line": 430
|
|
6933
6952
|
},
|
|
6934
6953
|
"name": "getStepFunctionTask",
|
|
6935
6954
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -6958,7 +6977,7 @@
|
|
|
6958
6977
|
},
|
|
6959
6978
|
"locationInModule": {
|
|
6960
6979
|
"filename": "src/providers/ec2.ts",
|
|
6961
|
-
"line":
|
|
6980
|
+
"line": 548
|
|
6962
6981
|
},
|
|
6963
6982
|
"name": "grantStateMachine",
|
|
6964
6983
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7027,7 +7046,7 @@
|
|
|
7027
7046
|
},
|
|
7028
7047
|
"locationInModule": {
|
|
7029
7048
|
"filename": "src/providers/ec2.ts",
|
|
7030
|
-
"line":
|
|
7049
|
+
"line": 578
|
|
7031
7050
|
},
|
|
7032
7051
|
"name": "status",
|
|
7033
7052
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7056,7 +7075,7 @@
|
|
|
7056
7075
|
"immutable": true,
|
|
7057
7076
|
"locationInModule": {
|
|
7058
7077
|
"filename": "src/providers/ec2.ts",
|
|
7059
|
-
"line":
|
|
7078
|
+
"line": 600
|
|
7060
7079
|
},
|
|
7061
7080
|
"name": "connections",
|
|
7062
7081
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -7072,7 +7091,7 @@
|
|
|
7072
7091
|
"immutable": true,
|
|
7073
7092
|
"locationInModule": {
|
|
7074
7093
|
"filename": "src/providers/ec2.ts",
|
|
7075
|
-
"line":
|
|
7094
|
+
"line": 346
|
|
7076
7095
|
},
|
|
7077
7096
|
"name": "grantPrincipal",
|
|
7078
7097
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7088,7 +7107,7 @@
|
|
|
7088
7107
|
"immutable": true,
|
|
7089
7108
|
"locationInModule": {
|
|
7090
7109
|
"filename": "src/providers/ec2.ts",
|
|
7091
|
-
"line":
|
|
7110
|
+
"line": 341
|
|
7092
7111
|
},
|
|
7093
7112
|
"name": "labels",
|
|
7094
7113
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7110,7 +7129,7 @@
|
|
|
7110
7129
|
"immutable": true,
|
|
7111
7130
|
"locationInModule": {
|
|
7112
7131
|
"filename": "src/providers/ec2.ts",
|
|
7113
|
-
"line":
|
|
7132
|
+
"line": 353
|
|
7114
7133
|
},
|
|
7115
7134
|
"name": "logGroup",
|
|
7116
7135
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7126,7 +7145,7 @@
|
|
|
7126
7145
|
"immutable": true,
|
|
7127
7146
|
"locationInModule": {
|
|
7128
7147
|
"filename": "src/providers/ec2.ts",
|
|
7129
|
-
"line":
|
|
7148
|
+
"line": 355
|
|
7130
7149
|
},
|
|
7131
7150
|
"name": "retryableErrors",
|
|
7132
7151
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7156,7 +7175,7 @@
|
|
|
7156
7175
|
"kind": "interface",
|
|
7157
7176
|
"locationInModule": {
|
|
7158
7177
|
"filename": "src/providers/ec2.ts",
|
|
7159
|
-
"line":
|
|
7178
|
+
"line": 183
|
|
7160
7179
|
},
|
|
7161
7180
|
"name": "Ec2RunnerProviderProps",
|
|
7162
7181
|
"properties": [
|
|
@@ -7169,7 +7188,7 @@
|
|
|
7169
7188
|
"immutable": true,
|
|
7170
7189
|
"locationInModule": {
|
|
7171
7190
|
"filename": "src/providers/ec2.ts",
|
|
7172
|
-
"line":
|
|
7191
|
+
"line": 196
|
|
7173
7192
|
},
|
|
7174
7193
|
"name": "amiBuilder",
|
|
7175
7194
|
"optional": true,
|
|
@@ -7177,6 +7196,25 @@
|
|
|
7177
7196
|
"fqn": "@cloudsnorkel/cdk-github-runners.IRunnerImageBuilder"
|
|
7178
7197
|
}
|
|
7179
7198
|
},
|
|
7199
|
+
{
|
|
7200
|
+
"abstract": true,
|
|
7201
|
+
"docs": {
|
|
7202
|
+
"default": "undefined",
|
|
7203
|
+
"remarks": "If specified, the runner will be registered with this group name. Setting a runner group can help managing access to self-hosted runners. It\nrequires a paid GitHub account.\n\nThe group must exist or the runner will not start.\n\nUsers will still be able to trigger this runner with the correct labels. But the runner will only be able to run jobs from repos allowed to use the group.",
|
|
7204
|
+
"stability": "experimental",
|
|
7205
|
+
"summary": "GitHub Actions runner group name."
|
|
7206
|
+
},
|
|
7207
|
+
"immutable": true,
|
|
7208
|
+
"locationInModule": {
|
|
7209
|
+
"filename": "src/providers/ec2.ts",
|
|
7210
|
+
"line": 221
|
|
7211
|
+
},
|
|
7212
|
+
"name": "group",
|
|
7213
|
+
"optional": true,
|
|
7214
|
+
"type": {
|
|
7215
|
+
"primitive": "string"
|
|
7216
|
+
}
|
|
7217
|
+
},
|
|
7180
7218
|
{
|
|
7181
7219
|
"abstract": true,
|
|
7182
7220
|
"docs": {
|
|
@@ -7188,7 +7226,7 @@
|
|
|
7188
7226
|
"immutable": true,
|
|
7189
7227
|
"locationInModule": {
|
|
7190
7228
|
"filename": "src/providers/ec2.ts",
|
|
7191
|
-
"line":
|
|
7229
|
+
"line": 191
|
|
7192
7230
|
},
|
|
7193
7231
|
"name": "imageBuilder",
|
|
7194
7232
|
"optional": true,
|
|
@@ -7206,7 +7244,7 @@
|
|
|
7206
7244
|
"immutable": true,
|
|
7207
7245
|
"locationInModule": {
|
|
7208
7246
|
"filename": "src/providers/ec2.ts",
|
|
7209
|
-
"line":
|
|
7247
|
+
"line": 228
|
|
7210
7248
|
},
|
|
7211
7249
|
"name": "instanceType",
|
|
7212
7250
|
"optional": true,
|
|
@@ -7225,7 +7263,7 @@
|
|
|
7225
7263
|
"immutable": true,
|
|
7226
7264
|
"locationInModule": {
|
|
7227
7265
|
"filename": "src/providers/ec2.ts",
|
|
7228
|
-
"line":
|
|
7266
|
+
"line": 207
|
|
7229
7267
|
},
|
|
7230
7268
|
"name": "labels",
|
|
7231
7269
|
"optional": true,
|
|
@@ -7249,7 +7287,7 @@
|
|
|
7249
7287
|
"immutable": true,
|
|
7250
7288
|
"locationInModule": {
|
|
7251
7289
|
"filename": "src/providers/ec2.ts",
|
|
7252
|
-
"line":
|
|
7290
|
+
"line": 249
|
|
7253
7291
|
},
|
|
7254
7292
|
"name": "securityGroup",
|
|
7255
7293
|
"optional": true,
|
|
@@ -7267,7 +7305,7 @@
|
|
|
7267
7305
|
"immutable": true,
|
|
7268
7306
|
"locationInModule": {
|
|
7269
7307
|
"filename": "src/providers/ec2.ts",
|
|
7270
|
-
"line":
|
|
7308
|
+
"line": 256
|
|
7271
7309
|
},
|
|
7272
7310
|
"name": "securityGroups",
|
|
7273
7311
|
"optional": true,
|
|
@@ -7291,7 +7329,7 @@
|
|
|
7291
7329
|
"immutable": true,
|
|
7292
7330
|
"locationInModule": {
|
|
7293
7331
|
"filename": "src/providers/ec2.ts",
|
|
7294
|
-
"line":
|
|
7332
|
+
"line": 286
|
|
7295
7333
|
},
|
|
7296
7334
|
"name": "spot",
|
|
7297
7335
|
"optional": true,
|
|
@@ -7309,7 +7347,7 @@
|
|
|
7309
7347
|
"immutable": true,
|
|
7310
7348
|
"locationInModule": {
|
|
7311
7349
|
"filename": "src/providers/ec2.ts",
|
|
7312
|
-
"line":
|
|
7350
|
+
"line": 293
|
|
7313
7351
|
},
|
|
7314
7352
|
"name": "spotMaxPrice",
|
|
7315
7353
|
"optional": true,
|
|
@@ -7326,7 +7364,7 @@
|
|
|
7326
7364
|
"immutable": true,
|
|
7327
7365
|
"locationInModule": {
|
|
7328
7366
|
"filename": "src/providers/ec2.ts",
|
|
7329
|
-
"line":
|
|
7367
|
+
"line": 240
|
|
7330
7368
|
},
|
|
7331
7369
|
"name": "storageOptions",
|
|
7332
7370
|
"optional": true,
|
|
@@ -7345,7 +7383,7 @@
|
|
|
7345
7383
|
"immutable": true,
|
|
7346
7384
|
"locationInModule": {
|
|
7347
7385
|
"filename": "src/providers/ec2.ts",
|
|
7348
|
-
"line":
|
|
7386
|
+
"line": 235
|
|
7349
7387
|
},
|
|
7350
7388
|
"name": "storageSize",
|
|
7351
7389
|
"optional": true,
|
|
@@ -7364,7 +7402,7 @@
|
|
|
7364
7402
|
"immutable": true,
|
|
7365
7403
|
"locationInModule": {
|
|
7366
7404
|
"filename": "src/providers/ec2.ts",
|
|
7367
|
-
"line":
|
|
7405
|
+
"line": 265
|
|
7368
7406
|
},
|
|
7369
7407
|
"name": "subnet",
|
|
7370
7408
|
"optional": true,
|
|
@@ -7383,7 +7421,7 @@
|
|
|
7383
7421
|
"immutable": true,
|
|
7384
7422
|
"locationInModule": {
|
|
7385
7423
|
"filename": "src/providers/ec2.ts",
|
|
7386
|
-
"line":
|
|
7424
|
+
"line": 279
|
|
7387
7425
|
},
|
|
7388
7426
|
"name": "subnetSelection",
|
|
7389
7427
|
"optional": true,
|
|
@@ -7401,7 +7439,7 @@
|
|
|
7401
7439
|
"immutable": true,
|
|
7402
7440
|
"locationInModule": {
|
|
7403
7441
|
"filename": "src/providers/ec2.ts",
|
|
7404
|
-
"line":
|
|
7442
|
+
"line": 272
|
|
7405
7443
|
},
|
|
7406
7444
|
"name": "vpc",
|
|
7407
7445
|
"optional": true,
|
|
@@ -7427,7 +7465,7 @@
|
|
|
7427
7465
|
},
|
|
7428
7466
|
"locationInModule": {
|
|
7429
7467
|
"filename": "src/providers/ecs.ts",
|
|
7430
|
-
"line":
|
|
7468
|
+
"line": 350
|
|
7431
7469
|
},
|
|
7432
7470
|
"parameters": [
|
|
7433
7471
|
{
|
|
@@ -7457,7 +7495,7 @@
|
|
|
7457
7495
|
"kind": "class",
|
|
7458
7496
|
"locationInModule": {
|
|
7459
7497
|
"filename": "src/providers/ecs.ts",
|
|
7460
|
-
"line":
|
|
7498
|
+
"line": 230
|
|
7461
7499
|
},
|
|
7462
7500
|
"methods": [
|
|
7463
7501
|
{
|
|
@@ -7468,7 +7506,7 @@
|
|
|
7468
7506
|
},
|
|
7469
7507
|
"locationInModule": {
|
|
7470
7508
|
"filename": "src/providers/ecs.ts",
|
|
7471
|
-
"line":
|
|
7509
|
+
"line": 249
|
|
7472
7510
|
},
|
|
7473
7511
|
"name": "imageBuilder",
|
|
7474
7512
|
"parameters": [
|
|
@@ -7507,7 +7545,7 @@
|
|
|
7507
7545
|
},
|
|
7508
7546
|
"locationInModule": {
|
|
7509
7547
|
"filename": "src/providers/ecs.ts",
|
|
7510
|
-
"line":
|
|
7548
|
+
"line": 571
|
|
7511
7549
|
},
|
|
7512
7550
|
"name": "getStepFunctionTask",
|
|
7513
7551
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7536,7 +7574,7 @@
|
|
|
7536
7574
|
},
|
|
7537
7575
|
"locationInModule": {
|
|
7538
7576
|
"filename": "src/providers/ecs.ts",
|
|
7539
|
-
"line":
|
|
7577
|
+
"line": 627
|
|
7540
7578
|
},
|
|
7541
7579
|
"name": "grantStateMachine",
|
|
7542
7580
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7605,7 +7643,7 @@
|
|
|
7605
7643
|
},
|
|
7606
7644
|
"locationInModule": {
|
|
7607
7645
|
"filename": "src/providers/ecs.ts",
|
|
7608
|
-
"line":
|
|
7646
|
+
"line": 630
|
|
7609
7647
|
},
|
|
7610
7648
|
"name": "status",
|
|
7611
7649
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7634,7 +7672,7 @@
|
|
|
7634
7672
|
"immutable": true,
|
|
7635
7673
|
"locationInModule": {
|
|
7636
7674
|
"filename": "src/providers/ecs.ts",
|
|
7637
|
-
"line":
|
|
7675
|
+
"line": 314
|
|
7638
7676
|
},
|
|
7639
7677
|
"name": "connections",
|
|
7640
7678
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -7650,7 +7688,7 @@
|
|
|
7650
7688
|
"immutable": true,
|
|
7651
7689
|
"locationInModule": {
|
|
7652
7690
|
"filename": "src/providers/ecs.ts",
|
|
7653
|
-
"line":
|
|
7691
|
+
"line": 309
|
|
7654
7692
|
},
|
|
7655
7693
|
"name": "grantPrincipal",
|
|
7656
7694
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -7666,7 +7704,7 @@
|
|
|
7666
7704
|
"immutable": true,
|
|
7667
7705
|
"locationInModule": {
|
|
7668
7706
|
"filename": "src/providers/ecs.ts",
|
|
7669
|
-
"line":
|
|
7707
|
+
"line": 289
|
|
7670
7708
|
},
|
|
7671
7709
|
"name": "labels",
|
|
7672
7710
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7688,7 +7726,7 @@
|
|
|
7688
7726
|
"immutable": true,
|
|
7689
7727
|
"locationInModule": {
|
|
7690
7728
|
"filename": "src/providers/ecs.ts",
|
|
7691
|
-
"line":
|
|
7729
|
+
"line": 326
|
|
7692
7730
|
},
|
|
7693
7731
|
"name": "logGroup",
|
|
7694
7732
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7704,7 +7742,7 @@
|
|
|
7704
7742
|
"immutable": true,
|
|
7705
7743
|
"locationInModule": {
|
|
7706
7744
|
"filename": "src/providers/ecs.ts",
|
|
7707
|
-
"line":
|
|
7745
|
+
"line": 343
|
|
7708
7746
|
},
|
|
7709
7747
|
"name": "retryableErrors",
|
|
7710
7748
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -7749,7 +7787,7 @@
|
|
|
7749
7787
|
"immutable": true,
|
|
7750
7788
|
"locationInModule": {
|
|
7751
7789
|
"filename": "src/providers/ecs.ts",
|
|
7752
|
-
"line":
|
|
7790
|
+
"line": 116
|
|
7753
7791
|
},
|
|
7754
7792
|
"name": "assignPublicIp",
|
|
7755
7793
|
"optional": true,
|
|
@@ -7768,7 +7806,7 @@
|
|
|
7768
7806
|
"immutable": true,
|
|
7769
7807
|
"locationInModule": {
|
|
7770
7808
|
"filename": "src/providers/ecs.ts",
|
|
7771
|
-
"line":
|
|
7809
|
+
"line": 107
|
|
7772
7810
|
},
|
|
7773
7811
|
"name": "capacityProvider",
|
|
7774
7812
|
"optional": true,
|
|
@@ -7786,7 +7824,7 @@
|
|
|
7786
7824
|
"immutable": true,
|
|
7787
7825
|
"locationInModule": {
|
|
7788
7826
|
"filename": "src/providers/ecs.ts",
|
|
7789
|
-
"line":
|
|
7827
|
+
"line": 98
|
|
7790
7828
|
},
|
|
7791
7829
|
"name": "cluster",
|
|
7792
7830
|
"optional": true,
|
|
@@ -7805,7 +7843,7 @@
|
|
|
7805
7843
|
"immutable": true,
|
|
7806
7844
|
"locationInModule": {
|
|
7807
7845
|
"filename": "src/providers/ecs.ts",
|
|
7808
|
-
"line":
|
|
7846
|
+
"line": 123
|
|
7809
7847
|
},
|
|
7810
7848
|
"name": "cpu",
|
|
7811
7849
|
"optional": true,
|
|
@@ -7824,7 +7862,7 @@
|
|
|
7824
7862
|
"immutable": true,
|
|
7825
7863
|
"locationInModule": {
|
|
7826
7864
|
"filename": "src/providers/ecs.ts",
|
|
7827
|
-
"line":
|
|
7865
|
+
"line": 180
|
|
7828
7866
|
},
|
|
7829
7867
|
"name": "dockerInDocker",
|
|
7830
7868
|
"optional": true,
|
|
@@ -7832,6 +7870,25 @@
|
|
|
7832
7870
|
"primitive": "boolean"
|
|
7833
7871
|
}
|
|
7834
7872
|
},
|
|
7873
|
+
{
|
|
7874
|
+
"abstract": true,
|
|
7875
|
+
"docs": {
|
|
7876
|
+
"default": "undefined",
|
|
7877
|
+
"remarks": "If specified, the runner will be registered with this group name. Setting a runner group can help managing access to self-hosted runners. It\nrequires a paid GitHub account.\n\nThe group must exist or the runner will not start.\n\nUsers will still be able to trigger this runner with the correct labels. But the runner will only be able to run jobs from repos allowed to use the group.",
|
|
7878
|
+
"stability": "experimental",
|
|
7879
|
+
"summary": "GitHub Actions runner group name."
|
|
7880
|
+
},
|
|
7881
|
+
"immutable": true,
|
|
7882
|
+
"locationInModule": {
|
|
7883
|
+
"filename": "src/providers/ecs.ts",
|
|
7884
|
+
"line": 70
|
|
7885
|
+
},
|
|
7886
|
+
"name": "group",
|
|
7887
|
+
"optional": true,
|
|
7888
|
+
"type": {
|
|
7889
|
+
"primitive": "string"
|
|
7890
|
+
}
|
|
7891
|
+
},
|
|
7835
7892
|
{
|
|
7836
7893
|
"abstract": true,
|
|
7837
7894
|
"docs": {
|
|
@@ -7862,7 +7919,7 @@
|
|
|
7862
7919
|
"immutable": true,
|
|
7863
7920
|
"locationInModule": {
|
|
7864
7921
|
"filename": "src/providers/ecs.ts",
|
|
7865
|
-
"line":
|
|
7922
|
+
"line": 144
|
|
7866
7923
|
},
|
|
7867
7924
|
"name": "instanceType",
|
|
7868
7925
|
"optional": true,
|
|
@@ -7905,7 +7962,7 @@
|
|
|
7905
7962
|
"immutable": true,
|
|
7906
7963
|
"locationInModule": {
|
|
7907
7964
|
"filename": "src/providers/ecs.ts",
|
|
7908
|
-
"line":
|
|
7965
|
+
"line": 158
|
|
7909
7966
|
},
|
|
7910
7967
|
"name": "maxInstances",
|
|
7911
7968
|
"optional": true,
|
|
@@ -7923,7 +7980,7 @@
|
|
|
7923
7980
|
"immutable": true,
|
|
7924
7981
|
"locationInModule": {
|
|
7925
7982
|
"filename": "src/providers/ecs.ts",
|
|
7926
|
-
"line":
|
|
7983
|
+
"line": 130
|
|
7927
7984
|
},
|
|
7928
7985
|
"name": "memoryLimitMiB",
|
|
7929
7986
|
"optional": true,
|
|
@@ -7941,7 +7998,7 @@
|
|
|
7941
7998
|
"immutable": true,
|
|
7942
7999
|
"locationInModule": {
|
|
7943
8000
|
"filename": "src/providers/ecs.ts",
|
|
7944
|
-
"line":
|
|
8001
|
+
"line": 137
|
|
7945
8002
|
},
|
|
7946
8003
|
"name": "memoryReservationMiB",
|
|
7947
8004
|
"optional": true,
|
|
@@ -7960,7 +8017,7 @@
|
|
|
7960
8017
|
"immutable": true,
|
|
7961
8018
|
"locationInModule": {
|
|
7962
8019
|
"filename": "src/providers/ecs.ts",
|
|
7963
|
-
"line":
|
|
8020
|
+
"line": 151
|
|
7964
8021
|
},
|
|
7965
8022
|
"name": "minInstances",
|
|
7966
8023
|
"optional": true,
|
|
@@ -7978,7 +8035,7 @@
|
|
|
7978
8035
|
"immutable": true,
|
|
7979
8036
|
"locationInModule": {
|
|
7980
8037
|
"filename": "src/providers/ecs.ts",
|
|
7981
|
-
"line":
|
|
8038
|
+
"line": 91
|
|
7982
8039
|
},
|
|
7983
8040
|
"name": "securityGroups",
|
|
7984
8041
|
"optional": true,
|
|
@@ -8001,7 +8058,7 @@
|
|
|
8001
8058
|
"immutable": true,
|
|
8002
8059
|
"locationInModule": {
|
|
8003
8060
|
"filename": "src/providers/ecs.ts",
|
|
8004
|
-
"line":
|
|
8061
|
+
"line": 187
|
|
8005
8062
|
},
|
|
8006
8063
|
"name": "spot",
|
|
8007
8064
|
"optional": true,
|
|
@@ -8018,7 +8075,7 @@
|
|
|
8018
8075
|
"immutable": true,
|
|
8019
8076
|
"locationInModule": {
|
|
8020
8077
|
"filename": "src/providers/ecs.ts",
|
|
8021
|
-
"line":
|
|
8078
|
+
"line": 192
|
|
8022
8079
|
},
|
|
8023
8080
|
"name": "spotMaxPrice",
|
|
8024
8081
|
"optional": true,
|
|
@@ -8035,7 +8092,7 @@
|
|
|
8035
8092
|
"immutable": true,
|
|
8036
8093
|
"locationInModule": {
|
|
8037
8094
|
"filename": "src/providers/ecs.ts",
|
|
8038
|
-
"line":
|
|
8095
|
+
"line": 172
|
|
8039
8096
|
},
|
|
8040
8097
|
"name": "storageOptions",
|
|
8041
8098
|
"optional": true,
|
|
@@ -8054,7 +8111,7 @@
|
|
|
8054
8111
|
"immutable": true,
|
|
8055
8112
|
"locationInModule": {
|
|
8056
8113
|
"filename": "src/providers/ecs.ts",
|
|
8057
|
-
"line":
|
|
8114
|
+
"line": 167
|
|
8058
8115
|
},
|
|
8059
8116
|
"name": "storageSize",
|
|
8060
8117
|
"optional": true,
|
|
@@ -8072,7 +8129,7 @@
|
|
|
8072
8129
|
"immutable": true,
|
|
8073
8130
|
"locationInModule": {
|
|
8074
8131
|
"filename": "src/providers/ecs.ts",
|
|
8075
|
-
"line":
|
|
8132
|
+
"line": 84
|
|
8076
8133
|
},
|
|
8077
8134
|
"name": "subnetSelection",
|
|
8078
8135
|
"optional": true,
|
|
@@ -8090,7 +8147,7 @@
|
|
|
8090
8147
|
"immutable": true,
|
|
8091
8148
|
"locationInModule": {
|
|
8092
8149
|
"filename": "src/providers/ecs.ts",
|
|
8093
|
-
"line":
|
|
8150
|
+
"line": 77
|
|
8094
8151
|
},
|
|
8095
8152
|
"name": "vpc",
|
|
8096
8153
|
"optional": true,
|
|
@@ -8115,7 +8172,7 @@
|
|
|
8115
8172
|
},
|
|
8116
8173
|
"locationInModule": {
|
|
8117
8174
|
"filename": "src/providers/fargate.ts",
|
|
8118
|
-
"line":
|
|
8175
|
+
"line": 383
|
|
8119
8176
|
},
|
|
8120
8177
|
"parameters": [
|
|
8121
8178
|
{
|
|
@@ -8142,7 +8199,7 @@
|
|
|
8142
8199
|
"kind": "class",
|
|
8143
8200
|
"locationInModule": {
|
|
8144
8201
|
"filename": "src/providers/fargate.ts",
|
|
8145
|
-
"line":
|
|
8202
|
+
"line": 554
|
|
8146
8203
|
},
|
|
8147
8204
|
"name": "FargateRunner",
|
|
8148
8205
|
"symbolId": "src/providers/fargate:FargateRunner"
|
|
@@ -8162,7 +8219,7 @@
|
|
|
8162
8219
|
},
|
|
8163
8220
|
"locationInModule": {
|
|
8164
8221
|
"filename": "src/providers/fargate.ts",
|
|
8165
|
-
"line":
|
|
8222
|
+
"line": 383
|
|
8166
8223
|
},
|
|
8167
8224
|
"parameters": [
|
|
8168
8225
|
{
|
|
@@ -8192,7 +8249,7 @@
|
|
|
8192
8249
|
"kind": "class",
|
|
8193
8250
|
"locationInModule": {
|
|
8194
8251
|
"filename": "src/providers/fargate.ts",
|
|
8195
|
-
"line":
|
|
8252
|
+
"line": 256
|
|
8196
8253
|
},
|
|
8197
8254
|
"methods": [
|
|
8198
8255
|
{
|
|
@@ -8203,7 +8260,7 @@
|
|
|
8203
8260
|
},
|
|
8204
8261
|
"locationInModule": {
|
|
8205
8262
|
"filename": "src/providers/fargate.ts",
|
|
8206
|
-
"line":
|
|
8263
|
+
"line": 296
|
|
8207
8264
|
},
|
|
8208
8265
|
"name": "imageBuilder",
|
|
8209
8266
|
"parameters": [
|
|
@@ -8242,7 +8299,7 @@
|
|
|
8242
8299
|
},
|
|
8243
8300
|
"locationInModule": {
|
|
8244
8301
|
"filename": "src/providers/fargate.ts",
|
|
8245
|
-
"line":
|
|
8302
|
+
"line": 471
|
|
8246
8303
|
},
|
|
8247
8304
|
"name": "getStepFunctionTask",
|
|
8248
8305
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8271,7 +8328,7 @@
|
|
|
8271
8328
|
},
|
|
8272
8329
|
"locationInModule": {
|
|
8273
8330
|
"filename": "src/providers/fargate.ts",
|
|
8274
|
-
"line":
|
|
8331
|
+
"line": 529
|
|
8275
8332
|
},
|
|
8276
8333
|
"name": "grantStateMachine",
|
|
8277
8334
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8340,7 +8397,7 @@
|
|
|
8340
8397
|
},
|
|
8341
8398
|
"locationInModule": {
|
|
8342
8399
|
"filename": "src/providers/fargate.ts",
|
|
8343
|
-
"line":
|
|
8400
|
+
"line": 532
|
|
8344
8401
|
},
|
|
8345
8402
|
"name": "status",
|
|
8346
8403
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8372,7 +8429,7 @@
|
|
|
8372
8429
|
"immutable": true,
|
|
8373
8430
|
"locationInModule": {
|
|
8374
8431
|
"filename": "src/providers/fargate.ts",
|
|
8375
|
-
"line":
|
|
8432
|
+
"line": 277
|
|
8376
8433
|
},
|
|
8377
8434
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
8378
8435
|
"static": true,
|
|
@@ -8391,7 +8448,7 @@
|
|
|
8391
8448
|
"immutable": true,
|
|
8392
8449
|
"locationInModule": {
|
|
8393
8450
|
"filename": "src/providers/fargate.ts",
|
|
8394
|
-
"line":
|
|
8451
|
+
"line": 266
|
|
8395
8452
|
},
|
|
8396
8453
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
8397
8454
|
"static": true,
|
|
@@ -8407,7 +8464,7 @@
|
|
|
8407
8464
|
"immutable": true,
|
|
8408
8465
|
"locationInModule": {
|
|
8409
8466
|
"filename": "src/providers/fargate.ts",
|
|
8410
|
-
"line":
|
|
8467
|
+
"line": 345
|
|
8411
8468
|
},
|
|
8412
8469
|
"name": "assignPublicIp",
|
|
8413
8470
|
"type": {
|
|
@@ -8422,7 +8479,7 @@
|
|
|
8422
8479
|
"immutable": true,
|
|
8423
8480
|
"locationInModule": {
|
|
8424
8481
|
"filename": "src/providers/fargate.ts",
|
|
8425
|
-
"line":
|
|
8482
|
+
"line": 315
|
|
8426
8483
|
},
|
|
8427
8484
|
"name": "cluster",
|
|
8428
8485
|
"type": {
|
|
@@ -8437,7 +8494,7 @@
|
|
|
8437
8494
|
"immutable": true,
|
|
8438
8495
|
"locationInModule": {
|
|
8439
8496
|
"filename": "src/providers/fargate.ts",
|
|
8440
|
-
"line":
|
|
8497
|
+
"line": 355
|
|
8441
8498
|
},
|
|
8442
8499
|
"name": "connections",
|
|
8443
8500
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -8453,7 +8510,7 @@
|
|
|
8453
8510
|
"immutable": true,
|
|
8454
8511
|
"locationInModule": {
|
|
8455
8512
|
"filename": "src/providers/fargate.ts",
|
|
8456
|
-
"line":
|
|
8513
|
+
"line": 325
|
|
8457
8514
|
},
|
|
8458
8515
|
"name": "container",
|
|
8459
8516
|
"type": {
|
|
@@ -8468,7 +8525,7 @@
|
|
|
8468
8525
|
"immutable": true,
|
|
8469
8526
|
"locationInModule": {
|
|
8470
8527
|
"filename": "src/providers/fargate.ts",
|
|
8471
|
-
"line":
|
|
8528
|
+
"line": 350
|
|
8472
8529
|
},
|
|
8473
8530
|
"name": "grantPrincipal",
|
|
8474
8531
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -8485,7 +8542,7 @@
|
|
|
8485
8542
|
"immutable": true,
|
|
8486
8543
|
"locationInModule": {
|
|
8487
8544
|
"filename": "src/providers/fargate.ts",
|
|
8488
|
-
"line":
|
|
8545
|
+
"line": 365
|
|
8489
8546
|
},
|
|
8490
8547
|
"name": "image",
|
|
8491
8548
|
"type": {
|
|
@@ -8500,7 +8557,7 @@
|
|
|
8500
8557
|
"immutable": true,
|
|
8501
8558
|
"locationInModule": {
|
|
8502
8559
|
"filename": "src/providers/fargate.ts",
|
|
8503
|
-
"line":
|
|
8560
|
+
"line": 330
|
|
8504
8561
|
},
|
|
8505
8562
|
"name": "labels",
|
|
8506
8563
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8522,7 +8579,7 @@
|
|
|
8522
8579
|
"immutable": true,
|
|
8523
8580
|
"locationInModule": {
|
|
8524
8581
|
"filename": "src/providers/fargate.ts",
|
|
8525
|
-
"line":
|
|
8582
|
+
"line": 372
|
|
8526
8583
|
},
|
|
8527
8584
|
"name": "logGroup",
|
|
8528
8585
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8538,7 +8595,7 @@
|
|
|
8538
8595
|
"immutable": true,
|
|
8539
8596
|
"locationInModule": {
|
|
8540
8597
|
"filename": "src/providers/fargate.ts",
|
|
8541
|
-
"line":
|
|
8598
|
+
"line": 374
|
|
8542
8599
|
},
|
|
8543
8600
|
"name": "retryableErrors",
|
|
8544
8601
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -8559,7 +8616,7 @@
|
|
|
8559
8616
|
"immutable": true,
|
|
8560
8617
|
"locationInModule": {
|
|
8561
8618
|
"filename": "src/providers/fargate.ts",
|
|
8562
|
-
"line":
|
|
8619
|
+
"line": 360
|
|
8563
8620
|
},
|
|
8564
8621
|
"name": "spot",
|
|
8565
8622
|
"type": {
|
|
@@ -8574,7 +8631,7 @@
|
|
|
8574
8631
|
"immutable": true,
|
|
8575
8632
|
"locationInModule": {
|
|
8576
8633
|
"filename": "src/providers/fargate.ts",
|
|
8577
|
-
"line":
|
|
8634
|
+
"line": 320
|
|
8578
8635
|
},
|
|
8579
8636
|
"name": "task",
|
|
8580
8637
|
"type": {
|
|
@@ -8589,7 +8646,7 @@
|
|
|
8589
8646
|
"immutable": true,
|
|
8590
8647
|
"locationInModule": {
|
|
8591
8648
|
"filename": "src/providers/fargate.ts",
|
|
8592
|
-
"line":
|
|
8649
|
+
"line": 340
|
|
8593
8650
|
},
|
|
8594
8651
|
"name": "subnetSelection",
|
|
8595
8652
|
"optional": true,
|
|
@@ -8605,7 +8662,7 @@
|
|
|
8605
8662
|
"immutable": true,
|
|
8606
8663
|
"locationInModule": {
|
|
8607
8664
|
"filename": "src/providers/fargate.ts",
|
|
8608
|
-
"line":
|
|
8665
|
+
"line": 335
|
|
8609
8666
|
},
|
|
8610
8667
|
"name": "vpc",
|
|
8611
8668
|
"optional": true,
|
|
@@ -8645,7 +8702,7 @@
|
|
|
8645
8702
|
"immutable": true,
|
|
8646
8703
|
"locationInModule": {
|
|
8647
8704
|
"filename": "src/providers/fargate.ts",
|
|
8648
|
-
"line":
|
|
8705
|
+
"line": 118
|
|
8649
8706
|
},
|
|
8650
8707
|
"name": "assignPublicIp",
|
|
8651
8708
|
"optional": true,
|
|
@@ -8663,7 +8720,7 @@
|
|
|
8663
8720
|
"immutable": true,
|
|
8664
8721
|
"locationInModule": {
|
|
8665
8722
|
"filename": "src/providers/fargate.ts",
|
|
8666
|
-
"line":
|
|
8723
|
+
"line": 109
|
|
8667
8724
|
},
|
|
8668
8725
|
"name": "cluster",
|
|
8669
8726
|
"optional": true,
|
|
@@ -8682,7 +8739,7 @@
|
|
|
8682
8739
|
"immutable": true,
|
|
8683
8740
|
"locationInModule": {
|
|
8684
8741
|
"filename": "src/providers/fargate.ts",
|
|
8685
|
-
"line":
|
|
8742
|
+
"line": 137
|
|
8686
8743
|
},
|
|
8687
8744
|
"name": "cpu",
|
|
8688
8745
|
"optional": true,
|
|
@@ -8701,7 +8758,7 @@
|
|
|
8701
8758
|
"immutable": true,
|
|
8702
8759
|
"locationInModule": {
|
|
8703
8760
|
"filename": "src/providers/fargate.ts",
|
|
8704
|
-
"line":
|
|
8761
|
+
"line": 164
|
|
8705
8762
|
},
|
|
8706
8763
|
"name": "ephemeralStorageGiB",
|
|
8707
8764
|
"optional": true,
|
|
@@ -8709,6 +8766,25 @@
|
|
|
8709
8766
|
"primitive": "number"
|
|
8710
8767
|
}
|
|
8711
8768
|
},
|
|
8769
|
+
{
|
|
8770
|
+
"abstract": true,
|
|
8771
|
+
"docs": {
|
|
8772
|
+
"default": "undefined",
|
|
8773
|
+
"remarks": "If specified, the runner will be registered with this group name. Setting a runner group can help managing access to self-hosted runners. It\nrequires a paid GitHub account.\n\nThe group must exist or the runner will not start.\n\nUsers will still be able to trigger this runner with the correct labels. But the runner will only be able to run jobs from repos allowed to use the group.",
|
|
8774
|
+
"stability": "experimental",
|
|
8775
|
+
"summary": "GitHub Actions runner group name."
|
|
8776
|
+
},
|
|
8777
|
+
"immutable": true,
|
|
8778
|
+
"locationInModule": {
|
|
8779
|
+
"filename": "src/providers/fargate.ts",
|
|
8780
|
+
"line": 72
|
|
8781
|
+
},
|
|
8782
|
+
"name": "group",
|
|
8783
|
+
"optional": true,
|
|
8784
|
+
"type": {
|
|
8785
|
+
"primitive": "string"
|
|
8786
|
+
}
|
|
8787
|
+
},
|
|
8712
8788
|
{
|
|
8713
8789
|
"abstract": true,
|
|
8714
8790
|
"docs": {
|
|
@@ -8782,7 +8858,7 @@
|
|
|
8782
8858
|
"immutable": true,
|
|
8783
8859
|
"locationInModule": {
|
|
8784
8860
|
"filename": "src/providers/fargate.ts",
|
|
8785
|
-
"line":
|
|
8861
|
+
"line": 155
|
|
8786
8862
|
},
|
|
8787
8863
|
"name": "memoryLimitMiB",
|
|
8788
8864
|
"optional": true,
|
|
@@ -8801,7 +8877,7 @@
|
|
|
8801
8877
|
"immutable": true,
|
|
8802
8878
|
"locationInModule": {
|
|
8803
8879
|
"filename": "src/providers/fargate.ts",
|
|
8804
|
-
"line":
|
|
8880
|
+
"line": 95
|
|
8805
8881
|
},
|
|
8806
8882
|
"name": "securityGroup",
|
|
8807
8883
|
"optional": true,
|
|
@@ -8819,7 +8895,7 @@
|
|
|
8819
8895
|
"immutable": true,
|
|
8820
8896
|
"locationInModule": {
|
|
8821
8897
|
"filename": "src/providers/fargate.ts",
|
|
8822
|
-
"line":
|
|
8898
|
+
"line": 102
|
|
8823
8899
|
},
|
|
8824
8900
|
"name": "securityGroups",
|
|
8825
8901
|
"optional": true,
|
|
@@ -8843,7 +8919,7 @@
|
|
|
8843
8919
|
"immutable": true,
|
|
8844
8920
|
"locationInModule": {
|
|
8845
8921
|
"filename": "src/providers/fargate.ts",
|
|
8846
|
-
"line":
|
|
8922
|
+
"line": 174
|
|
8847
8923
|
},
|
|
8848
8924
|
"name": "spot",
|
|
8849
8925
|
"optional": true,
|
|
@@ -8861,7 +8937,7 @@
|
|
|
8861
8937
|
"immutable": true,
|
|
8862
8938
|
"locationInModule": {
|
|
8863
8939
|
"filename": "src/providers/fargate.ts",
|
|
8864
|
-
"line":
|
|
8940
|
+
"line": 86
|
|
8865
8941
|
},
|
|
8866
8942
|
"name": "subnetSelection",
|
|
8867
8943
|
"optional": true,
|
|
@@ -8879,7 +8955,7 @@
|
|
|
8879
8955
|
"immutable": true,
|
|
8880
8956
|
"locationInModule": {
|
|
8881
8957
|
"filename": "src/providers/fargate.ts",
|
|
8882
|
-
"line":
|
|
8958
|
+
"line": 79
|
|
8883
8959
|
},
|
|
8884
8960
|
"name": "vpc",
|
|
8885
8961
|
"optional": true,
|
|
@@ -10596,7 +10672,7 @@
|
|
|
10596
10672
|
},
|
|
10597
10673
|
"locationInModule": {
|
|
10598
10674
|
"filename": "src/providers/lambda.ts",
|
|
10599
|
-
"line":
|
|
10675
|
+
"line": 237
|
|
10600
10676
|
},
|
|
10601
10677
|
"parameters": [
|
|
10602
10678
|
{
|
|
@@ -10623,7 +10699,7 @@
|
|
|
10623
10699
|
"kind": "class",
|
|
10624
10700
|
"locationInModule": {
|
|
10625
10701
|
"filename": "src/providers/lambda.ts",
|
|
10626
|
-
"line":
|
|
10702
|
+
"line": 475
|
|
10627
10703
|
},
|
|
10628
10704
|
"name": "LambdaRunner",
|
|
10629
10705
|
"symbolId": "src/providers/lambda:LambdaRunner"
|
|
@@ -10643,7 +10719,7 @@
|
|
|
10643
10719
|
},
|
|
10644
10720
|
"locationInModule": {
|
|
10645
10721
|
"filename": "src/providers/lambda.ts",
|
|
10646
|
-
"line":
|
|
10722
|
+
"line": 237
|
|
10647
10723
|
},
|
|
10648
10724
|
"parameters": [
|
|
10649
10725
|
{
|
|
@@ -10673,7 +10749,7 @@
|
|
|
10673
10749
|
"kind": "class",
|
|
10674
10750
|
"locationInModule": {
|
|
10675
10751
|
"filename": "src/providers/lambda.ts",
|
|
10676
|
-
"line":
|
|
10752
|
+
"line": 140
|
|
10677
10753
|
},
|
|
10678
10754
|
"methods": [
|
|
10679
10755
|
{
|
|
@@ -10684,7 +10760,7 @@
|
|
|
10684
10760
|
},
|
|
10685
10761
|
"locationInModule": {
|
|
10686
10762
|
"filename": "src/providers/lambda.ts",
|
|
10687
|
-
"line":
|
|
10763
|
+
"line": 181
|
|
10688
10764
|
},
|
|
10689
10765
|
"name": "imageBuilder",
|
|
10690
10766
|
"parameters": [
|
|
@@ -10723,7 +10799,7 @@
|
|
|
10723
10799
|
},
|
|
10724
10800
|
"locationInModule": {
|
|
10725
10801
|
"filename": "src/providers/lambda.ts",
|
|
10726
|
-
"line":
|
|
10802
|
+
"line": 330
|
|
10727
10803
|
},
|
|
10728
10804
|
"name": "getStepFunctionTask",
|
|
10729
10805
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -10752,7 +10828,7 @@
|
|
|
10752
10828
|
},
|
|
10753
10829
|
"locationInModule": {
|
|
10754
10830
|
"filename": "src/providers/lambda.ts",
|
|
10755
|
-
"line":
|
|
10831
|
+
"line": 392
|
|
10756
10832
|
},
|
|
10757
10833
|
"name": "grantStateMachine",
|
|
10758
10834
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -10821,7 +10897,7 @@
|
|
|
10821
10897
|
},
|
|
10822
10898
|
"locationInModule": {
|
|
10823
10899
|
"filename": "src/providers/lambda.ts",
|
|
10824
|
-
"line":
|
|
10900
|
+
"line": 395
|
|
10825
10901
|
},
|
|
10826
10902
|
"name": "status",
|
|
10827
10903
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -10853,7 +10929,7 @@
|
|
|
10853
10929
|
"immutable": true,
|
|
10854
10930
|
"locationInModule": {
|
|
10855
10931
|
"filename": "src/providers/lambda.ts",
|
|
10856
|
-
"line":
|
|
10932
|
+
"line": 161
|
|
10857
10933
|
},
|
|
10858
10934
|
"name": "LINUX_ARM64_DOCKERFILE_PATH",
|
|
10859
10935
|
"static": true,
|
|
@@ -10872,7 +10948,7 @@
|
|
|
10872
10948
|
"immutable": true,
|
|
10873
10949
|
"locationInModule": {
|
|
10874
10950
|
"filename": "src/providers/lambda.ts",
|
|
10875
|
-
"line":
|
|
10951
|
+
"line": 150
|
|
10876
10952
|
},
|
|
10877
10953
|
"name": "LINUX_X64_DOCKERFILE_PATH",
|
|
10878
10954
|
"static": true,
|
|
@@ -10888,7 +10964,7 @@
|
|
|
10888
10964
|
"immutable": true,
|
|
10889
10965
|
"locationInModule": {
|
|
10890
10966
|
"filename": "src/providers/lambda.ts",
|
|
10891
|
-
"line":
|
|
10967
|
+
"line": 319
|
|
10892
10968
|
},
|
|
10893
10969
|
"name": "connections",
|
|
10894
10970
|
"overrides": "aws-cdk-lib.aws_ec2.IConnectable",
|
|
@@ -10904,7 +10980,7 @@
|
|
|
10904
10980
|
"immutable": true,
|
|
10905
10981
|
"locationInModule": {
|
|
10906
10982
|
"filename": "src/providers/lambda.ts",
|
|
10907
|
-
"line":
|
|
10983
|
+
"line": 201
|
|
10908
10984
|
},
|
|
10909
10985
|
"name": "function",
|
|
10910
10986
|
"type": {
|
|
@@ -10919,7 +10995,7 @@
|
|
|
10919
10995
|
"immutable": true,
|
|
10920
10996
|
"locationInModule": {
|
|
10921
10997
|
"filename": "src/providers/lambda.ts",
|
|
10922
|
-
"line":
|
|
10998
|
+
"line": 211
|
|
10923
10999
|
},
|
|
10924
11000
|
"name": "grantPrincipal",
|
|
10925
11001
|
"overrides": "aws-cdk-lib.aws_iam.IGrantable",
|
|
@@ -10936,7 +11012,7 @@
|
|
|
10936
11012
|
"immutable": true,
|
|
10937
11013
|
"locationInModule": {
|
|
10938
11014
|
"filename": "src/providers/lambda.ts",
|
|
10939
|
-
"line":
|
|
11015
|
+
"line": 216
|
|
10940
11016
|
},
|
|
10941
11017
|
"name": "image",
|
|
10942
11018
|
"type": {
|
|
@@ -10951,7 +11027,7 @@
|
|
|
10951
11027
|
"immutable": true,
|
|
10952
11028
|
"locationInModule": {
|
|
10953
11029
|
"filename": "src/providers/lambda.ts",
|
|
10954
|
-
"line":
|
|
11030
|
+
"line": 206
|
|
10955
11031
|
},
|
|
10956
11032
|
"name": "labels",
|
|
10957
11033
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -10973,7 +11049,7 @@
|
|
|
10973
11049
|
"immutable": true,
|
|
10974
11050
|
"locationInModule": {
|
|
10975
11051
|
"filename": "src/providers/lambda.ts",
|
|
10976
|
-
"line":
|
|
11052
|
+
"line": 223
|
|
10977
11053
|
},
|
|
10978
11054
|
"name": "logGroup",
|
|
10979
11055
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -10989,7 +11065,7 @@
|
|
|
10989
11065
|
"immutable": true,
|
|
10990
11066
|
"locationInModule": {
|
|
10991
11067
|
"filename": "src/providers/lambda.ts",
|
|
10992
|
-
"line":
|
|
11068
|
+
"line": 225
|
|
10993
11069
|
},
|
|
10994
11070
|
"name": "retryableErrors",
|
|
10995
11071
|
"overrides": "@cloudsnorkel/cdk-github-runners.IRunnerProvider",
|
|
@@ -11032,7 +11108,7 @@
|
|
|
11032
11108
|
"immutable": true,
|
|
11033
11109
|
"locationInModule": {
|
|
11034
11110
|
"filename": "src/providers/lambda.ts",
|
|
11035
|
-
"line":
|
|
11111
|
+
"line": 91
|
|
11036
11112
|
},
|
|
11037
11113
|
"name": "ephemeralStorageSize",
|
|
11038
11114
|
"optional": true,
|
|
@@ -11040,6 +11116,25 @@
|
|
|
11040
11116
|
"fqn": "aws-cdk-lib.Size"
|
|
11041
11117
|
}
|
|
11042
11118
|
},
|
|
11119
|
+
{
|
|
11120
|
+
"abstract": true,
|
|
11121
|
+
"docs": {
|
|
11122
|
+
"default": "undefined",
|
|
11123
|
+
"remarks": "If specified, the runner will be registered with this group name. Setting a runner group can help managing access to self-hosted runners. It\nrequires a paid GitHub account.\n\nThe group must exist or the runner will not start.\n\nUsers will still be able to trigger this runner with the correct labels. But the runner will only be able to run jobs from repos allowed to use the group.",
|
|
11124
|
+
"stability": "experimental",
|
|
11125
|
+
"summary": "GitHub Actions runner group name."
|
|
11126
|
+
},
|
|
11127
|
+
"immutable": true,
|
|
11128
|
+
"locationInModule": {
|
|
11129
|
+
"filename": "src/providers/lambda.ts",
|
|
11130
|
+
"line": 74
|
|
11131
|
+
},
|
|
11132
|
+
"name": "group",
|
|
11133
|
+
"optional": true,
|
|
11134
|
+
"type": {
|
|
11135
|
+
"primitive": "string"
|
|
11136
|
+
}
|
|
11137
|
+
},
|
|
11043
11138
|
{
|
|
11044
11139
|
"abstract": true,
|
|
11045
11140
|
"docs": {
|
|
@@ -11113,7 +11208,7 @@
|
|
|
11113
11208
|
"immutable": true,
|
|
11114
11209
|
"locationInModule": {
|
|
11115
11210
|
"filename": "src/providers/lambda.ts",
|
|
11116
|
-
"line":
|
|
11211
|
+
"line": 84
|
|
11117
11212
|
},
|
|
11118
11213
|
"name": "memorySize",
|
|
11119
11214
|
"optional": true,
|
|
@@ -11132,7 +11227,7 @@
|
|
|
11132
11227
|
"immutable": true,
|
|
11133
11228
|
"locationInModule": {
|
|
11134
11229
|
"filename": "src/providers/lambda.ts",
|
|
11135
|
-
"line":
|
|
11230
|
+
"line": 116
|
|
11136
11231
|
},
|
|
11137
11232
|
"name": "securityGroup",
|
|
11138
11233
|
"optional": true,
|
|
@@ -11150,7 +11245,7 @@
|
|
|
11150
11245
|
"immutable": true,
|
|
11151
11246
|
"locationInModule": {
|
|
11152
11247
|
"filename": "src/providers/lambda.ts",
|
|
11153
|
-
"line":
|
|
11248
|
+
"line": 123
|
|
11154
11249
|
},
|
|
11155
11250
|
"name": "securityGroups",
|
|
11156
11251
|
"optional": true,
|
|
@@ -11173,7 +11268,7 @@
|
|
|
11173
11268
|
"immutable": true,
|
|
11174
11269
|
"locationInModule": {
|
|
11175
11270
|
"filename": "src/providers/lambda.ts",
|
|
11176
|
-
"line":
|
|
11271
|
+
"line": 130
|
|
11177
11272
|
},
|
|
11178
11273
|
"name": "subnetSelection",
|
|
11179
11274
|
"optional": true,
|
|
@@ -11192,7 +11287,7 @@
|
|
|
11192
11287
|
"immutable": true,
|
|
11193
11288
|
"locationInModule": {
|
|
11194
11289
|
"filename": "src/providers/lambda.ts",
|
|
11195
|
-
"line":
|
|
11290
|
+
"line": 100
|
|
11196
11291
|
},
|
|
11197
11292
|
"name": "timeout",
|
|
11198
11293
|
"optional": true,
|
|
@@ -11210,7 +11305,7 @@
|
|
|
11210
11305
|
"immutable": true,
|
|
11211
11306
|
"locationInModule": {
|
|
11212
11307
|
"filename": "src/providers/lambda.ts",
|
|
11213
|
-
"line":
|
|
11308
|
+
"line": 107
|
|
11214
11309
|
},
|
|
11215
11310
|
"name": "vpc",
|
|
11216
11311
|
"optional": true,
|
|
@@ -14181,6 +14276,6 @@
|
|
|
14181
14276
|
"symbolId": "src/image-builders/aws-image-builder/deprecated/windows-components:WindowsComponents"
|
|
14182
14277
|
}
|
|
14183
14278
|
},
|
|
14184
|
-
"version": "0.14.
|
|
14185
|
-
"fingerprint": "
|
|
14279
|
+
"version": "0.14.5",
|
|
14280
|
+
"fingerprint": "SM+/lcH3dITAL+QtxJJjAyIHK/JSvvSu93ZpETwQ3fI="
|
|
14186
14281
|
}
|