Git Product home page Git Product logo

buildbot-worker's Introduction

Chimera buildbot worker

This is the buildbot worker as used in Chimera's infrastructure.

To set up, just create a plain worker and add the files from inside of this repo.

A user_config.py must be present. A sample file is included in this repo.

If you wish to use TLS with self-signed cert, you need the certificate PEM file present on the worker, in the example in the ca-certs directory.

Additional worker setup

You will also need a cbuild configuration on your worker. The expectations for this are defined by the master. Typically this means a config.ini for cbuild present in the path that the master expects. The configuration file can then define all other aspects of the cbuild invocation, which are chosen by the worker.

The config file can look like this:

[apk]
command = ~/cbuild/apk.static

[build]
build_root = ~/cbuild/bldroot
cbuild_cache_path = ~/cbuild/cache
repository = ~/cbuild/packages
stage_repository = ~/cbuild/pkgstage
sources = ~/cbuild/sources
ccache = yes
check = yes
remote = no

[signing]
key = ~/cbuild/keys/foo.rsa

A full packages repository must also be present on the worker, in the location expected by the master as well as by the config file above.

buildbot-worker's People

Contributors

q66 avatar

Watchers

 avatar  avatar  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.