Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 849 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 849 Bytes

Overview

This is the control repository for the OSCAR continuous integration server, which contains the Jenkins setup, integration tests, and the necessary parts for building a docker image for a server.

Docker image

For building a docker image for a server (e.g. for local testing), please check docker/README.md.

Writing tests

In order to add an integration test, add an executable script file (e.g. a shell script or a Perl/Python/Ruby program) to the tests directory and add an entry for it to tests/config.py. By default, the test will have Julia available on its path and the Jenkins workspace will be the current directory. Recent versions of Perl, Python 2, Python 3, and Ruby are also available.

Jenkins

The Jenkinsfile contains the main logic for telling Jenkins how to build software and run tests.