GithubHelp home page GithubHelp logo

busywork's Introduction

busywork

Concourse system for automating QIIME 2 development tasks, including continuous integration and continuous deployment (CI/CD).

busywork's People

Contributors

andrewsanchez avatar chriskeefe avatar ebolyen avatar jairideout avatar keegan-evans avatar lizgehret avatar nbokulich avatar oddant1 avatar q2d2 avatar thermokarst avatar turanoo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

busywork's Issues

Build dev-docs

Proposed Behavior
We might need to split up the integration step so that we can build dev docs and user docs in parallel (or some variation of that idea).

Update linux host OS and docker version

Bug Description
The current version of docker available on the Ubuntu 14.04 LTS channel seems to leak inodes, which is the cause of the out of space errors.

Just running most of the test group on a distribution pipeline causes 70% inode utilization. Even small inode leaks will eventually crash this.

Steps to reproduce the behavior

  1. Run busywork for several months uninterrupted.

Computation Environment

  • Ubuntu 14.04

Comments

  1. We might consider changing the RAID configuration to just pooled (0). This will give us an obscene number of inodes. Recovering the filesystem in the case of disk failure is more or less pointless given this hardware has become more or less exclusively a build system. We can just reprovision it on hardware failure.

Wire up q2cwl

Improvement Description
q2cwl should be built by busywork.

Ordered Maps not supported for `params`

New concourse versions will not support:

params:
  - example: 1
  - other: 2

They should be:

params:
   example: 1
   other: 2

Most of our pipelines look like that, so we'll need to update. There isn't anything meaningfully different, it is just no longer supported.

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.