Git Product home page Git Product logo

collectd-ci's Introduction

Continuous Integration for Collectd

The goal is to automate building and testing changes to collectd's git repository.

Using

Integration with Linux distros

Packages are built and pushed to a repository within a couple of hours each time new commits are added to the following branches:

The status of these builds can be tracked in Jenkins.

The package and repository signing key can be double-checked on Github and on PGP keyservers.

RHEL/CentOS

Add the following to /etc/yum.repos.d/collectd-ci.repo:

[collectd-ci]
name=collectd CI
baseurl=http://pkg.ci.collectd.org/rpm/<branch>/epel-<rel>-$basearch
enabled=1
gpgkey=http://pkg.ci.collectd.org/pubkey.asc
gpgcheck=1
repo_gpgcheck=1

Replace <branch> with one of the branches mentioned above. Replace <rel> with one of:

  • 6
  • 7

Both i386 and x86_64 architecture are supported, except for EL7 (no i386).

Debian/Ubuntu-LTS

Import the repository signing key:

curl http://pkg.ci.collectd.org/pubkey.asc | apt-key add -

Then add the following to /etc/apt/sources.list.d/collectd-ci.list.

deb http://pkg.ci.collectd.org/deb/ <codename> <branch>

Replace <branch> with one of the branches mentioned above. Replace <codename> with one of:

  • trusty
  • xenial
  • wheezy
  • jessie

Only i386 and amd64 architectures are supported.

Github Pull Requests

Each pull-request is merged into the master branch, and then built on a range of platforms.

The default compiler on each platform will be used, and where relevant, with the build options used when building packages for this platform. The support libraries used are those found by default on each platform.

The status of these builds is visible on collectd's pull requests page.

Master and release branches

Each time a new patch is pushed to the master or release branches, it runs through various checks, which currently include:

  • checking for merge-conflicts with the release branches
  • ensuring the build system is able to able to make a release
  • building the code on various platforms (mostly the same checks as for pull-requests)
  • generating static-analysis report(s)

The status of these builds can be tracked in Jenkins.

Contributing

Feedback, suggestions and improvements are very welcome. Please use this project's issues, the collectd mailing-list or the #collectd IRC channel.

Please report issues using collectd to the main collectd repository.

Feel free to browse through this repo. The build scripts are located in ansible/roles/buildenv/files/ and the job descriptions are in ansible/roles/jenkins/files/jobs. A Vagrantfile is provided to help getting a local Jenkins instance running.

Thanks!

Exoscale is offering the compute resources for running the main CI infrastructure. DigitalOcean is offering on-demand virtual machines for the build jobs. Thanks a lot!

collectd-ci's People

Contributors

rubenk avatar octo avatar vr avatar tokkee avatar

Watchers

Fabien Wernli avatar James Cloos avatar Mattieu Puel avatar Jean-René Rouet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.