diff --git a/monitoring/puppet-ci_scoreboard/.gitignore b/monitoring/puppet-ci_scoreboard/.gitignore new file mode 100644 index 0000000..dade81e --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/.gitignore @@ -0,0 +1,2 @@ +Gemfile.lock +.bundled_gems/ diff --git a/monitoring/puppet-ci_scoreboard/Gemfile b/monitoring/puppet-ci_scoreboard/Gemfile new file mode 100644 index 0000000..96912da --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/Gemfile @@ -0,0 +1,30 @@ +source 'https://rubygems.org' + +group :development, :test do + gem 'puppetlabs_spec_helper', :require => false + + gem 'metadata-json-lint' + # This is nice and all, but let's not worry about it until we've actually + # got puppet 4.x sorted + # gem 'puppet-lint-param-docs' + gem 'puppet-lint-absolute_classname-check' + gem 'puppet-lint-absolute_template_path' + gem 'puppet-lint-trailing_newline-check' + + # Puppet 4.x related lint checks + gem 'puppet-lint-unquoted_string-check' + gem 'puppet-lint-empty_string-check' + gem 'puppet-lint-leading_zero-check' + gem 'puppet-lint-variable_contains_upcase' + gem 'puppet-lint-spaceship_operator_without_tag-check' + gem 'puppet-lint-undef_in_function-check' + + if puppetversion = ENV['PUPPET_GEM_VERSION'] + gem 'puppet', puppetversion, :require => false + else + gem 'puppet', '~> 3.0', :require => false + end + +end + +# vim:ft=ruby diff --git a/monitoring/puppet-ci_scoreboard/LICENSE b/monitoring/puppet-ci_scoreboard/LICENSE new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/monitoring/puppet-ci_scoreboard/README.md b/monitoring/puppet-ci_scoreboard/README.md new file mode 100644 index 0000000..d93e024 --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/README.md @@ -0,0 +1,5 @@ +# Third-Party CI Scoreboard + +## Overview + +Deploys Scoreboard Third-Party CI monitoring dashboard. diff --git a/monitoring/puppet-ci_scoreboard/Rakefile b/monitoring/puppet-ci_scoreboard/Rakefile new file mode 100644 index 0000000..7f22329 --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/Rakefile @@ -0,0 +1,8 @@ +require 'rubygems' +require 'puppetlabs_spec_helper/rake_tasks' +require 'puppet-lint/tasks/puppet-lint' +PuppetLint.configuration.fail_on_warnings = true +PuppetLint.configuration.send('disable_80chars') +PuppetLint.configuration.send('disable_autoloader_layout') +PuppetLint.configuration.send('disable_class_inherits_from_params_class') +PuppetLint.configuration.send('disable_class_parameter_defaults') \ No newline at end of file diff --git a/monitoring/puppet-ci_scoreboard/manifests/init.pp b/monitoring/puppet-ci_scoreboard/manifests/init.pp new file mode 100644 index 0000000..2d91040 --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/manifests/init.pp @@ -0,0 +1,147 @@ +# Copyright (c) 2015 IBM Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# == Class: ci_scoreboard +# +# Deploy Third-Party CI Scoreboard. +# +# Scoreboard consists of two services: gerrit listener and ui. The puppet +# module would not start these automatically and it is expected other means +# to be used. +# To manually start both: +# service scoreboard_ui start +# service scoreboard_gerrit_listener start +# +# Scoreboard's UI would be accessible on port 5000 (flask's default). +# +# === Parameters +# +# [*gerrit_user*] +# Gerrit user account to be used by gerrit listener. +# +# [*ssh_private_key*] +# Contents of ssh private key. This key needs to be authorized to connect +# to gerrit account. + +# [*gerrit_hostname*] +# Gerrit server to be used for scoreboard gerrit listener. +# +# [*gerrit_port*] +# +# +# === Examples +# +# class { '::ci_scoreboard': +# gerrit_user => hiera('ci_scoreboard::gerit_user', 'XXX'), +# ssh_private_key => hiera('ci_scoreboard::ssh_private_key', 'XXX'), +# } +# +# === Authors +# +# Mikhail S Medvedev +# +class ci_scoreboard ( + $gerrit_user, + $ssh_private_key, + $gerrit_hostname = 'review.openstack.org', + $gerrit_port = 29418, +) { + + $ssh_private_key_file = '/var/lib/scoreboard/ssh/id_rsa' + $log_file_location = '/var/log/scoreboard/scoreboard.log' + + user { 'scoreboard': + ensure => present, + home => '/home/scoreboard', + shell => '/bin/bash', + gid => 'scoreboard', + managehome => true, + require => Group['scoreboard'], + } + group { 'scoreboard': + ensure => present, + } + + package{ 'mongodb': + ensure => present; + } -> + service{ 'mongodb': + ensure => running, + enable => true, + } + + vcsrepo { '/opt/third-party-ci-tools': + ensure => latest, + provider => git, + revision => 'master', + source => 'http://github.com/stackforge/third-party-ci-tools', + } -> + file { '/opt/scoreboard': + ensure => 'link', + target => '/opt/third-party-ci-tools/monitoring/scoreboard', + } -> + python::virtualenv { '/usr/scoreboard-env': + ensure => present, + requirements => '/opt/scoreboard/requirements.txt', + owner => 'root', + group => 'root', + timeout => 0, + } + + file { '/etc/ci-scoreboard/': + ensure => directory, + } + # Template uses: + # gerrit_user + # ssh_private_key_file + # gerrit_server + # gerrit_port + # log_file_location + file { '/etc/ci-scoreboard/ci-scoreboard.conf': + content => template('ci_scoreboard/ci-scoreboard.conf.erb'), + } + + file { ['/var/lib/scoreboard', '/var/lib/scoreboard/ssh',]: + ensure => directory, + } + file { $ssh_private_key_file: + owner => 'scoreboard', + group => 'scoreboard', + mode => '0400', + content => $ssh_private_key, + } + + file { '/var/log/scoreboard': + ensure => directory, + owner => 'scoreboard', + recurse => true, # Want to make sure all log permissions are set + require => User['scoreboard'], + } + + ::ci_scoreboard::initd_service { 'scoreboard_ui': + exec_cmd => '/opt/scoreboard/scoreboard_ui.py', + venv_dir => '/usr/scoreboard-env', + short_description => 'CI Scoreboard Web UI', + runas_user => 'scoreboard', + } + + ::ci_scoreboard::initd_service { 'scoreboard_gerrit_listener': + exec_cmd => '/opt/scoreboard/scoreboard_gerrit_listener.py', + venv_dir => '/usr/scoreboard-env', + short_description => 'CI Scoreboard Gerrit Event Listener', + runas_user => 'scoreboard', + } + +} diff --git a/monitoring/puppet-ci_scoreboard/manifests/initd_service.pp b/monitoring/puppet-ci_scoreboard/manifests/initd_service.pp new file mode 100644 index 0000000..826b3b1 --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/manifests/initd_service.pp @@ -0,0 +1,38 @@ +# == Define: ci_scoreboard::initd_service +# +# Creates initd service for an executable which can not run as daemon and +# runs it in the python virtualenv. + +define ci_scoreboard::initd_service( + $exec_cmd, + $venv_dir, + $short_description, + $runas_user, + $service_name = $title, +) { + + ::ci_scoreboard::venv_wrapper{ "/usr/local/bin/${service_name}": + venv_dir => $venv_dir, + exec_cmd => $exec_cmd, + logbase => $service_name, + } + + # Template uses: + # service_name + # short_description + # runas_user + file { "/etc/init.d/${service_name}": + ensure => present, + owner => 'root', + group => 'root', + mode => '0555', + content => template('ci_scoreboard/scoreboard_service.init.erb'), + } + + service { $service_name: + enable => true, + hasrestart => true, + require => File["/etc/init.d/${service_name}"], + } + +} diff --git a/monitoring/puppet-ci_scoreboard/manifests/venv_wrapper.pp b/monitoring/puppet-ci_scoreboard/manifests/venv_wrapper.pp new file mode 100644 index 0000000..9b8f0ca --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/manifests/venv_wrapper.pp @@ -0,0 +1,19 @@ +define ci_scoreboard::venv_wrapper( + $venv_dir, + $exec_cmd, + $logbase, + $wrapper_script = $title +) { + + file { $wrapper_script: + mode => '0555', + content => "#!/usr/bin/env bash +source ${venv_dir}/bin/activate +${exec_cmd} \ + 1> /var/log/scoreboard/${logbase}.log \ + 2> /var/log/scoreboard/${logbase}_err.log + ", + } + +} + diff --git a/monitoring/puppet-ci_scoreboard/metadata.json b/monitoring/puppet-ci_scoreboard/metadata.json new file mode 100644 index 0000000..a3eb7ad --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/metadata.json @@ -0,0 +1,13 @@ +{ + "name": "openstackinfra-ci_scoreboard", + "version": "0.1.0", + "author": "OpenStack CI", + "summary": "Deploys Scoreboard - third-party CI status monitoring solution", + "license": "Apache-2.0", + "source": "git://git.openstack.org/openstack-infra/puppet-ci_scoreboard.git", + "project_page": null, + "issues_url": null, + "dependencies": [ + {"name":"puppetlabs-stdlib","version_requirement":">= 4.0.0 <5.0.0"} + ] +} diff --git a/monitoring/puppet-ci_scoreboard/templates/ci-scoreboard.conf.erb b/monitoring/puppet-ci_scoreboard/templates/ci-scoreboard.conf.erb new file mode 100644 index 0000000..3c463af --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/templates/ci-scoreboard.conf.erb @@ -0,0 +1,7 @@ +[scoreboard] +GERRIT_USER: <%= @gerrit_user %> +GERRIT_KEY: <%= @ssh_private_key_file %> +GERRIT_HOSTNAME: <%= @gerrit_hostname %> +GERRIT_PORT: <%= @gerrit_port %> +DB_URI: mongodb://localhost:27017 +LOG_FILE_LOCATION: <%= @log_file_location %> diff --git a/monitoring/puppet-ci_scoreboard/templates/scoreboard_service.init.erb b/monitoring/puppet-ci_scoreboard/templates/scoreboard_service.init.erb new file mode 100644 index 0000000..8a071f2 --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/templates/scoreboard_service.init.erb @@ -0,0 +1,164 @@ +#! /bin/sh +### BEGIN INIT INFO +# Provides: <%= @service_name %> +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: <%= @short_description %> +# Description: +### END INIT INFO + +# Do NOT "set -e" + +# PATH should only include /usr/* if it runs after the mountnfs.sh script +PATH=/sbin:/usr/sbin:/bin:/usr/bin +DESC="<%= @short_description %>" +NAME=<%= @service_name %> +DAEMON=/usr/local/bin/<%= @service_name %> +PIDFILE=/var/run/$NAME/$NAME.pid +PGIDFILE=/var/run/$NAME/$NAME.pgid +SCRIPTNAME=/etc/init.d/$NAME +USER=<%= @runas_user %> + +# Exit if the package is not installed +[ -x "$DAEMON" ] || exit 0 + +# Read configuration variable file if it is present +[ -r /etc/default/$NAME ] && . /etc/default/$NAME + +# Load the VERBOSE setting and other rcS variables +. /lib/init/vars.sh + +# Define LSB log_* functions. +# Depend on lsb-base (>= 3.0-6) to ensure that this file is present. +. /lib/lsb/init-functions + +# +# Function that starts the daemon/service +# +do_start() +{ + # Return + # 0 if daemon has been started + # 1 if daemon was already running + # 2 if daemon could not be started + + mkdir -p /var/run/$NAME + chown $USER /var/run/$NAME + ulimit -n 8192 + [ -f $PIDFILE ] && echo "$PIDFILE already exists." && return 1 + start-stop-daemon --start --quiet --background --make-pidfile \ + --pidfile $PIDFILE -c $USER --exec $DAEMON -- $DAEMON_ARGS \ + || return 2 + # [mmedvede]: Because we use virtenv wrapper, $PIDFILE with parent pid + # would not work to terminate process tree. Use pgid instead. + PGID=$(ps -p$(cat $PIDFILE) -o pgid | tail -n1 | tr -d '[[:space:]]') + echo "-$PGID" > ${PGIDFILE} + # Add code here, if necessary, that waits for the process to be ready + # to handle requests from services started subsequently which depend + # on this one. As a last resort, sleep for some time. +} + +# +# Function that stops the daemon/service +# +do_stop() +{ + # Return + # 0 if daemon has been stopped + # 1 if daemon was already stopped + # 2 if daemon could not be stopped + # other if a failure occurred + start-stop-daemon --stop --signal 9 --pidfile ${PGIDFILE} + RETVAL="$?" + [ "$RETVAL" = 2 ] && return 2 + rm -f /var/run/$NAME/* + return "$RETVAL" +} + +# +# Function that stops the daemon/service +# +do_graceful_stop() +{ + PID=`cat $PIDFILE` + PGID=`cat $PGIDFILE` + kill -USR1 $PGID + + # wait until really stopped + if [ -n "${PID:-}" ]; then + i=0 + while kill -0 "${PID:-}" 2> /dev/null; do + if [ $i -eq '0' ]; then + echo -n " ... waiting " + else + echo -n "." + fi + i=$(($i+1)) + sleep 1 + done + fi + + rm -f /var/run/$NAME/* +} + +# +# Function that sends a SIGHUP to the daemon/service +# +do_reload() { + # + # If the daemon can reload its configuration without + # restarting (for example, when it is sent a SIGHUP), + # then implement that here. + # + return 0 +} + +case "$1" in + start) + [ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME" + do_start + case "$?" in + 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;; + 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;; + esac + ;; + stop) + [ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME" + do_stop + case "$?" in + 0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;; + 2) [ "$VERBOSE" != no ] && log_end_msg 1 ;; + esac + ;; + status) + status_of_proc -p$PIDFILE "$DAEMON" "$NAME" && exit 0 || exit $? + ;; + reload|force-reload) + # + # If do_reload() is not implemented then leave this commented out + # and leave 'force-reload' as an alias for 'restart'. + # + log_daemon_msg "Reloading $DESC not supported" "$NAME" + exit 10 + do_reload + log_end_msg $? + ;; + restart) + # + # If the "reload" option is implemented then remove the + # 'force-reload' alias + # + log_daemon_msg "Restarting $DESC" "$NAME" + do_graceful_stop + do_start + ;; + *) + #echo "Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|status|restart|force-reload}" >&2 + exit 3 + ;; +esac + +: diff --git a/monitoring/puppet-ci_scoreboard/tests/init.pp b/monitoring/puppet-ci_scoreboard/tests/init.pp new file mode 100644 index 0000000..46d1ab4 --- /dev/null +++ b/monitoring/puppet-ci_scoreboard/tests/init.pp @@ -0,0 +1 @@ +include ::ci_scoreboard