Giter Club home page Giter Club logo

dotty-ci's Introduction

Drone Testing

This repo contains the definition of the infrastructure used for dotty's CI, based Drone >= 1.0.0.

Prerequisites

Docker version 17.06 or higher and

GH Actions Self-Hosted Runners Setup

We host self-hosted GH Actions Runners on EPFL machines, lampsrv9 and lampsrv26. Each machine hosts 5 runners currently. They reside under /home/drone/github-actions-runners directory of the two servers, each has a separate subdirectory of the format runner-*.

Each runner is installed as a service at the server. Starting/restarting is done via runner-*/svc.sh script, e.g. sudo ./svc.sh start or sudo ./svc.sh restart. This is a standard script that comes with GH Actions Self-Hosted Runner software.

Otherwise the setup is standard for GH Actions Self-Hosted Runner. For more information on how to perform various actions with runners, see runners documentation.

Monitoring

Agents:

Dotty Docker Image

This docker image is set up in order to run the tests for Dotty. It is currently pushed to lampepfl/dotty on Docker hub.

To build the image, simply:

$ cd dotty-docker
$ docker build --no-cache -t lampepfl/dotty:$(date +%F) .
$ docker login
$ docker push lampepfl/dotty:$(date +%F)

The new image should now appear in https://hub.docker.com/r/lampepfl/dotty/tags/. The next step is to open a PR againts https://github.com/lampepfl/dotty to change the tag of the docker image in ci.yaml.

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.