Giter Club home page Giter Club logo

ci-runner's Introduction

WORK IN PROGRESS

The project is not ready yet...patience! :)

CI Runner

Reproduce CI/CD builds in your environment

Did you ever try to run a job from Zuul locally on your system? If you did, you know that the only way to do so, is trying to execute the same playbooks and roles that Zuul did. Even then, you might get a different result eventually. This can be quite frustrating.

This project aims to help you reproduce easily jobs from Zuul (at least until Zuul will implement a proper built-in mechanism for that).

Installation

git clone [email protected]:$USERNAME/ci-runner.git && cd ci-runner
virtualenv ~/.ci_runner
source ~/.ci_runner/bin/activate
pip install .

Usage

General Usage

cirun --url <Zuul URL> --job <JOB NAME> --project <PROJECT NAME

Run specific job

The following will run openstack-tox-pep8 job using a local project called neutron

cirun --url https://zuul.openstack.org/ --job openstack-tox-pep8 --project neutron

Start from a specific playbook

You can choose to start from a specific playbook instead of running from the beginning

cirun --url https://zuul.openstack.org/ --job openstack-tox-pep8 --project neutron --start 2

Run on specific host

By default the job will spin up a container and will run the job there.

You might want to execute it on an existing host. For that you can specify '--host ADDRESS'

Supported Systems

Currently only zuul is a supported system to use for reproducing jobs from.

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.