Skip to content

Commit ebc95ec

Browse files
committed
Add dstat_graph project
This is an import of the upstream project which has not had a commit in 4 years. I made a pull request that has gone uncommented for several weeks [1]. Ergo, I think we can consider this project inactive upstream. With the pull request updates, it is in somewhat of a steady state. It uses a outdated version of d3.js but otherwise is maintainable. So far, we've not found anything else that gives a simple stand-alone overview of background dstat runs and can be stuffed into a Zuul artifact quite as easily. Import the project and we can incorporate our changes from there. [1] Dabz/dstat_graph#6 Change-Id: I9ee4ab5e78571c174601a408d9d14209d9c0b625
1 parent 042907a commit ebc95ec

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[access "refs/heads/*"]
2+
abandon = group dstat_graph-core
3+
label-Code-Review = -2..+2 group dstat_graph-core
4+
label-Workflow = -1..+1 group dstat_graph-core
5+
6+
[access "refs/tags/*"]
7+
pushSignedTag = group dstat_graph-core
8+
9+
[receive]
10+
requireChangeId = true
11+
12+
[submit]
13+
mergeContent = true

gerrit/projects.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@
201201
use-storyboard: true
202202
groups:
203203
- sandbox
204+
- project: opendev/dstat_graph
205+
description: Standalone javascript application to nicely display the output of dstat
206+
use-storyboard: true
207+
groups:
208+
- openstack-ci
209+
upstream: https://github.com/Dabz/dstat_graph
204210
- project: opendev/elastic-recheck
205211
use-storyboard: true
206212
groups:

gerritbot/channels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ opendev:
7171
- opendev/askbot-theme
7272
- opendev/base-jobs
7373
- opendev/bindep
74+
- opendev/dstat_graph
7475
- opendev/elastic-recheck
7576
- opendev/engagement
7677
- opendev/gear

zuul/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
- opendev/askbot-theme
141141
- opendev/ci-sandbox:
142142
exclude: pipeline
143+
- opendev/dstat_graph
143144
- opendev/elastic-recheck
144145
- opendev/germqtt
145146
- opendev/gerrit:

0 commit comments

Comments
 (0)