Skip to content

Commit 5ce5815

Browse files
Adding 2 new CNCF Sandbox projects: OpenEverest & NMstate - wip 17
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 22f077e commit 5ce5815

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

apache/www/index_prod.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</tr>
7474
<tr>
7575
<td colspan="2">
76-
<h3>Projects: (Graduated: 35, Incubating: 36, Sandbox: 150, Archived: 25, Merged: 1)</h3>
76+
<h3>Projects: (Graduated: 35, Incubating: 36, Sandbox: 152, Archived: 25, Merged: 1)</h3>
7777
</td>
7878
</tr>
7979
</table>

apache/www/index_test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</tr>
7474
<tr>
7575
<td colspan="2">
76-
<h3>Projects: (Graduated: 35, Incubating: 39, Sandbox: 169, Archived: 25, Merged: 1)</h3>
76+
<h3>Projects: (Graduated: 35, Incubating: 39, Sandbox: 171, Archived: 25, Merged: 1)</h3>
7777
</td>
7878
</tr>
7979
</table>

metrics/all/sync_vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars:
2727
- [metrics, "select series, name, str from sprojects_health where period = 'd' and series like 'phealth%' order by name asc", series]
2828
loops_before: true
2929
loops:
30-
- [0,0,246,1] # number of prod CNCF projects 35G + 36I + 150S + 26A + 2O (26A = 3I + 22S + 1SM, N+2 because includes 'CNCF' on test, and has 'All CNCF')
30+
- [0,0,248,1] # number of prod CNCF projects 35G + 36I + 152S + 26A + 2O (26A = 3I + 22S + 1SM, N+2 because includes 'CNCF' on test, and has 'All CNCF')
3131
# 'openmetrics' was merged into prometheus (1SM - SandboxMerge) in 11A
3232
# it also has archived I: 'rkt', 'opentracing', 'keptn'
3333
# archived S: 'brigade', 'smi', 'openservicemesh'/'osm', 'krator', 'ingraind/fonio', 'curiefense', 'krustlet', 'skooner/k8dash', 'curve', 'fabedge', 'kubedl', 'superedge', 'nocalhost', 'merbridge', 'devstream', 'teller', 'openelb', 'sealer', 'cni-genie', 'servicemeshperformance', 'xline', 'pravega' on test

partials/projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
</style>
3131
</head>
32-
<h2>DevStats projects: (Graduated: 35, Incubating: 36, Sandbox: 150, Archived: 25, Merged: 1)</h3>
32+
<h2>DevStats projects: (Graduated: 35, Incubating: 36, Sandbox: 152, Archived: 25, Merged: 1)</h3>
3333
<table>
3434
testsrv=[[hostname]]
3535
<tr>

partials/projects_health.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
<td colspan="35" class="cncf-sep only-full">Graduated: 35</td>
9898
testsrv=[[hostname]] <td colspan="39" class="cncf-sep only-full">Incubating: 39 (3 archived)</td> [[hostname]]=testsrv
9999
prodsrv=[[hostname]] <td colspan="36" class="cncf-sep only-full">Incubating: 36</td> [[hostname]]=prodsrv
100-
testsrv=[[hostname]] <td colspan="169" class="cncf-sep only full">Sandbox: 169 (22 archived, 1 merged)</td> [[hostname]]=testsrv
101-
prodsrv=[[hostname]] <td colspan="150" class="cncf-sep only-full">Sandbox: 150</td> [[hostname]]=prodsrv
100+
testsrv=[[hostname]] <td colspan="171" class="cncf-sep only full">Sandbox: 171 (22 archived, 1 merged)</td> [[hostname]]=testsrv
101+
prodsrv=[[hostname]] <td colspan="152" class="cncf-sep only-full">Sandbox: 152</td> [[hostname]]=prodsrv
102102
testsrv=[[hostname]] <td colspan="1" class="cncf-sep only-full">CNCF</td> [[hostname]]=testsrv
103103
testsrv=[[skip]] <td colspan="2" class="cncf-sep only-full">Other</td> [[skip]]=testsrv
104104
<td class="cncf-sep">Metric</td>

0 commit comments

Comments
 (0)