Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.03 KB

Kurren

Kurren

Fish in the sea of AMQP messages from rabbit.opensuse.org and do the right thing.

  • Trigger openQA test runs if OBS:Server:Unstable images are published.
  • Notify via slack/mail about openQA test runs.
  • Notify via slack/trello about failed OBS:Server:Unstable builds.

Installation

zypper install libxml2-devel gcc ruby3.1-devel
bundle install --path vendor/bundle

or use docker-compose

docker-compose pull

Configuration

This bot is configured via environment variables. Either set them however you set them or copy the dotenv.example file to .env and the script picks them up from this file.

Usage

bundle exec ruby kurren.rb

or use docker-compose:

docker-compose up

Development / Contribution

If you want to contribute please checkout our contribution readme.