Code Monkey home page Code Monkey logo

infrastructure's Introduction

Infrastructure

Contributor Covenant

Automation scripts to build GOCD agents for Gauge builds. Also contains scripts to setup gauge nightlies.

Set-up

  • Darwin: Java, go, go-agent, maven, mono, rbenv, ruby2.3.0, bundler

  • Linux: Java, go, go-agent, maven, mono, rbenv, ruby2.3.0, ruby2.4.0, bundler, zip, python3, pip, nodejs, virtualenv, git, jq, awscli

  • Windows: Java, go, go-agent, maven, rbenv, ruby2.3.0, bundler, VS

infrastructure's People

Contributors

sriv avatar kashishm avatar apoorva-ga avatar shubhamsc avatar negidharmendra avatar nehashri avatar luciferankon avatar nivedhasenthil avatar rsenthilraja avatar

Stargazers

 avatar

Watchers

Zabil Cheriya Maliackal avatar  avatar Saakallya Biswas avatar James Cloos avatar NaveenBhaskar avatar Sai Krishna avatar  avatar Soumya Swaroop Gupta avatar  avatar  avatar Vinay Shukla avatar  avatar  avatar

Forkers

senthilreddy

infrastructure's Issues

HyperV provider support for macOS boxes

Hiya, thank you for publishing Vagrant boxes for macOS! Would it be possible to offer HyperV provided boxes as well? Unfortunately, Docker in Windows relies on HyperV these days, and HyperV is unable to run concurrently with the VirtualBox hypervisor. In other words, developers working with Windows hosts must choose to boot with either HyperV enabled to run Docker, or else HyperV disabled to run VirtualBox and Vagrant. But if the macOS Vagrant boxes were integrated with the HyperV provider, then Windows users would be able to hack on Docker and Vagrant projects at the same time, without having to constantly reboot. What do you think?

Provide Docker images for Gauge itself

I think it will be great to have Docker images that provides Gauge out-of-the-box.

For example, you would create a base image and then use it to create the others in order to support the different language plugins. In the end, the tagging would be a number, corresponding to the actual Gauge version and later on you can choose a term in order to account for the rest of the plugins โ€“ read: reporting and "other" plugins. Probably this can be skipped, or just install the most used ones.

This would save time on doing these steps all the time:

FROM golang:1.12.9-stretch

WORKDIR /tmp/workspace/

ADD https://github.com/getgauge/gauge/releases/download/v1.0.5/gauge-1.0.5-linux.x86_64.zip ./

COPY . ./

RUN set -xe \
  && apt-get update \
  && apt-get install -q -y unzip \
  && unzip -o gauge-1.0.5-linux.x86_64.zip -d /usr/local/bin \
  && gauge install html-report --version 4.0.8 \
  && gauge install go --version 0.1.3

UPDATE

In case you consider this one, I think the reporting and "other" plugins part could be ignored; looks like for any Gauge project, once Gauge is installed, one would only need to run gauge install (inside the project's subdirectory) and all the plugins used by that project will be installed โ€“ probably from manifest.json. Although if that's the case, it's impossible to pin the version(s), or at least I don't see a way to specify that.

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.