Skip to content

Commit

Permalink
Merge branch 'main' into docker-user
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Oct 22, 2022
2 parents e027668 + a67b29e commit 0b0060f
Show file tree
Hide file tree
Showing 148 changed files with 1,978 additions and 959 deletions.
1 change: 1 addition & 0 deletions .automation/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ def match_flavor(item, flavor, flavor_info):
if flavor in item["descriptor_flavors"] or (
"all_flavors" in item["descriptor_flavors"]
and not flavor.endswith("_light")
and "cupcake" not in flavor
and not is_strict
):
return True
Expand Down
66 changes: 66 additions & 0 deletions .automation/generated/flavors-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,10 @@
[
"2022-10-18T06:25:58",
2626933
],
[
"2022-10-22T11:41:20",
2633257
]
],
"ci_light": [
Expand Down Expand Up @@ -2041,6 +2045,16 @@
[
"2022-10-18T06:25:58",
28838
],
[
"2022-10-22T11:41:20",
29341
]
],
"cupcake": [
[
"2022-10-22T11:41:20",
1
]
],
"dart": [
Expand Down Expand Up @@ -3973,6 +3987,10 @@
[
"2022-10-18T06:25:58",
78557
],
[
"2022-10-22T11:41:20",
79788
]
],
"dotnet": [
Expand Down Expand Up @@ -4995,6 +5013,10 @@
[
"2022-10-18T06:25:58",
316688
],
[
"2022-10-22T11:41:20",
317453
]
],
"go": [
Expand Down Expand Up @@ -6017,6 +6039,10 @@
[
"2022-10-18T06:25:58",
14338
],
[
"2022-10-22T11:41:20",
14450
]
],
"java": [
Expand Down Expand Up @@ -7039,6 +7065,10 @@
[
"2022-10-18T06:25:58",
96074
],
[
"2022-10-22T11:41:20",
96615
]
],
"javascript": [
Expand Down Expand Up @@ -8061,6 +8091,10 @@
[
"2022-10-18T06:25:58",
157500
],
[
"2022-10-22T11:41:20",
158708
]
],
"php": [
Expand Down Expand Up @@ -9083,6 +9117,10 @@
[
"2022-10-18T06:25:58",
23473
],
[
"2022-10-22T11:41:20",
24408
]
],
"python": [
Expand Down Expand Up @@ -10105,6 +10143,10 @@
[
"2022-10-18T06:25:58",
112995
],
[
"2022-10-22T11:41:20",
114727
]
],
"ruby": [
Expand Down Expand Up @@ -11123,6 +11165,10 @@
[
"2022-10-18T06:25:58",
2661
],
[
"2022-10-22T11:41:20",
2667
]
],
"rust": [
Expand Down Expand Up @@ -12141,6 +12187,10 @@
[
"2022-10-18T06:25:58",
4035
],
[
"2022-10-22T11:41:20",
4073
]
],
"salesforce": [
Expand Down Expand Up @@ -13163,6 +13213,10 @@
[
"2022-10-18T06:25:58",
14494
],
[
"2022-10-22T11:41:20",
14625
]
],
"scala": [
Expand Down Expand Up @@ -14183,6 +14237,10 @@
[
"2022-10-18T06:25:58",
1341
],
[
"2022-10-22T11:41:20",
1343
]
],
"swift": [
Expand Down Expand Up @@ -15201,6 +15259,10 @@
[
"2022-10-18T06:25:58",
2596
],
[
"2022-10-22T11:41:20",
2627
]
],
"terraform": [
Expand Down Expand Up @@ -16223,6 +16285,10 @@
[
"2022-10-18T06:25:58",
122680
],
[
"2022-10-22T11:41:20",
124743
]
]
}
Loading

0 comments on commit 0b0060f

Please sign in to comment.