diff --git a/gerrit/acls/opendev/dstat_graph.config b/gerrit/acls/opendev/dstat_graph.config new file mode 100644 index 0000000000..28d5d50aff --- /dev/null +++ b/gerrit/acls/opendev/dstat_graph.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] +abandon = group dstat_graph-core +label-Code-Review = -2..+2 group dstat_graph-core +label-Workflow = -1..+1 group dstat_graph-core + +[access "refs/tags/*"] +pushSignedTag = group dstat_graph-core + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index eb367eb09f..959ac05e10 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -201,6 +201,12 @@ use-storyboard: true groups: - sandbox +- project: opendev/dstat_graph + description: Standalone javascript application to nicely display the output of dstat + use-storyboard: true + groups: + - openstack-ci + upstream: https://github.com/Dabz/dstat_graph - project: opendev/elastic-recheck use-storyboard: true groups: diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 8894da0db0..c093a4c70f 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -71,6 +71,7 @@ opendev: - opendev/askbot-theme - opendev/base-jobs - opendev/bindep + - opendev/dstat_graph - opendev/elastic-recheck - opendev/engagement - opendev/gear diff --git a/zuul/main.yaml b/zuul/main.yaml index 77e06826d3..8638f791d4 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -140,6 +140,7 @@ - opendev/askbot-theme - opendev/ci-sandbox: exclude: pipeline + - opendev/dstat_graph - opendev/elastic-recheck - opendev/germqtt - opendev/gerrit: