Skip to content

Commit 0b0060f

Browse files
committed
Merge branch 'main' into docker-user
2 parents e027668 + a67b29e commit 0b0060f

File tree

148 files changed

+1978
-959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+1978
-959
lines changed

.automation/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ def match_flavor(item, flavor, flavor_info):
520520
if flavor in item["descriptor_flavors"] or (
521521
"all_flavors" in item["descriptor_flavors"]
522522
and not flavor.endswith("_light")
523+
and "cupcake" not in flavor
523524
and not is_strict
524525
):
525526
return True

.automation/generated/flavors-stats.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,10 @@
10191019
[
10201020
"2022-10-18T06:25:58",
10211021
2626933
1022+
],
1023+
[
1024+
"2022-10-22T11:41:20",
1025+
2633257
10221026
]
10231027
],
10241028
"ci_light": [
@@ -2041,6 +2045,16 @@
20412045
[
20422046
"2022-10-18T06:25:58",
20432047
28838
2048+
],
2049+
[
2050+
"2022-10-22T11:41:20",
2051+
29341
2052+
]
2053+
],
2054+
"cupcake": [
2055+
[
2056+
"2022-10-22T11:41:20",
2057+
1
20442058
]
20452059
],
20462060
"dart": [
@@ -3973,6 +3987,10 @@
39733987
[
39743988
"2022-10-18T06:25:58",
39753989
78557
3990+
],
3991+
[
3992+
"2022-10-22T11:41:20",
3993+
79788
39763994
]
39773995
],
39783996
"dotnet": [
@@ -4995,6 +5013,10 @@
49955013
[
49965014
"2022-10-18T06:25:58",
49975015
316688
5016+
],
5017+
[
5018+
"2022-10-22T11:41:20",
5019+
317453
49985020
]
49995021
],
50005022
"go": [
@@ -6017,6 +6039,10 @@
60176039
[
60186040
"2022-10-18T06:25:58",
60196041
14338
6042+
],
6043+
[
6044+
"2022-10-22T11:41:20",
6045+
14450
60206046
]
60216047
],
60226048
"java": [
@@ -7039,6 +7065,10 @@
70397065
[
70407066
"2022-10-18T06:25:58",
70417067
96074
7068+
],
7069+
[
7070+
"2022-10-22T11:41:20",
7071+
96615
70427072
]
70437073
],
70447074
"javascript": [
@@ -8061,6 +8091,10 @@
80618091
[
80628092
"2022-10-18T06:25:58",
80638093
157500
8094+
],
8095+
[
8096+
"2022-10-22T11:41:20",
8097+
158708
80648098
]
80658099
],
80668100
"php": [
@@ -9083,6 +9117,10 @@
90839117
[
90849118
"2022-10-18T06:25:58",
90859119
23473
9120+
],
9121+
[
9122+
"2022-10-22T11:41:20",
9123+
24408
90869124
]
90879125
],
90889126
"python": [
@@ -10105,6 +10143,10 @@
1010510143
[
1010610144
"2022-10-18T06:25:58",
1010710145
112995
10146+
],
10147+
[
10148+
"2022-10-22T11:41:20",
10149+
114727
1010810150
]
1010910151
],
1011010152
"ruby": [
@@ -11123,6 +11165,10 @@
1112311165
[
1112411166
"2022-10-18T06:25:58",
1112511167
2661
11168+
],
11169+
[
11170+
"2022-10-22T11:41:20",
11171+
2667
1112611172
]
1112711173
],
1112811174
"rust": [
@@ -12141,6 +12187,10 @@
1214112187
[
1214212188
"2022-10-18T06:25:58",
1214312189
4035
12190+
],
12191+
[
12192+
"2022-10-22T11:41:20",
12193+
4073
1214412194
]
1214512195
],
1214612196
"salesforce": [
@@ -13163,6 +13213,10 @@
1316313213
[
1316413214
"2022-10-18T06:25:58",
1316513215
14494
13216+
],
13217+
[
13218+
"2022-10-22T11:41:20",
13219+
14625
1316613220
]
1316713221
],
1316813222
"scala": [
@@ -14183,6 +14237,10 @@
1418314237
[
1418414238
"2022-10-18T06:25:58",
1418514239
1341
14240+
],
14241+
[
14242+
"2022-10-22T11:41:20",
14243+
1343
1418614244
]
1418714245
],
1418814246
"swift": [
@@ -15201,6 +15259,10 @@
1520115259
[
1520215260
"2022-10-18T06:25:58",
1520315261
2596
15262+
],
15263+
[
15264+
"2022-10-22T11:41:20",
15265+
2627
1520415266
]
1520515267
],
1520615268
"terraform": [
@@ -16223,6 +16285,10 @@
1622316285
[
1622416286
"2022-10-18T06:25:58",
1622516287
122680
16288+
],
16289+
[
16290+
"2022-10-22T11:41:20",
16291+
124743
1622616292
]
1622716293
]
1622816294
}

0 commit comments

Comments
 (0)