Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 941 Bytes

Contributing.md

File metadata and controls

17 lines (9 loc) · 941 Bytes

Outline

This article explains how to use this repository to propose a new application for inclusion in the list of supported applications of SAGrid or AAROC. This repository contains scripts which should build, check and deploy applications. Integration is done with a Jenkins Continuous Integration service, which listens to this repository and schedules jobs accordingly. Jenkins will try run your build script on the SAGrid execution environment, which is as close as possible to a grid worker node. This means it has certain base packages installed, along with a current version of the EMI grid middleware, but nothing else.

The Deal

Dear researcher, the deal is the following :

if you can build your software on these nodes, it will probably run on the grid.

Jenkins will run the build script that you provide

Getting Started

Tell us how it's built

Get it tested