GithubHelp home page GithubHelp logo

tcr / tusk Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 712 KB

Tusk is a multi-platform test system.

Makefile 0.30% JavaScript 53.60% CSS 1.00% HTML 8.46% Ruby 1.36% Python 29.40% PowerShell 5.89%

tusk's Introduction

tusk

A build / test tool.

usage

Usage:
  tusk build <id> [--input=<arg>]... [--force] [--preserve]
  tusk cache <id> [--input=<arg>]... [--delete] [--force]
  tusk dependencies <id> [--detail]
  tusk resources [--match=<arg>]...
  tusk -h | --help

Options:
  -i, --input=<arg>      Input variable.
  -m, --match=<arg>      Match resources.

plan

Plans are YAML files with a few subsections:

source: The Github repository that this plan corresponds to. Is downloaded into /tusk/source.

roles: Install ansible roles when building. (Checked against a whitelist.)

setup: Setup for building. (TODO: cache this in build image when unmodified between builds.)

tasks: Tasks for building. Mostly imperative code.

order

  • pull down deps
  • sources
  • roles
  • setup
  • tasks
  • upload

Upload uploads /tusk/result/.

What about incoming branch?

  • Firmware build from old branch (doesn't rely on runtime, just submodules)
  • Firmware new build (relies on tracking runtime/master). when master, update runtime with master.

on [master], pull in branch changes. rsync changes and deploy them as merged master

  • if branch is specified pull in changes

  • if building master, if changed, tag and push master

  • if branch specified, pull in changes

  • [*] if on a master, update runtime with master as check

  • if building master, if changed, tag and push master

  • on [master], update runtime with master as check rsync changes and dpeloy them as merged master we're on [incoming] if we issued a thing

setup

gcloud:
    project_id: "..."
    client_email: "[email protected]"

See https://github.com/mitchellh/vagrant-google#google-cloud-platform-setup

license

MIT/ASL2

tusk's People

Contributors

tcr avatar

Watchers

 avatar  avatar

tusk's Issues

Switch from nanomsg

Nanomsg has crashed several times in test scenarios, due to its overuse of assert code.

We just need packet wrapping. COBS + msgpack over TCP would work fine.

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.