caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "François Bobot" <francois.bobot@cea.fr>
To: OCaml Mailing List <caml-list@inria.fr>
Subject: [Caml-list] ANN: Initial Release of OCI, a framework for continuous integrations and benchmarks
Date: Thu, 14 Apr 2016 14:56:59 +0200	[thread overview]
Message-ID: <570F939B.70309@cea.fr> (raw)

Hi everyone,

I'm pleased to release OCI. OCI is a framework for continuous integrations and benchmarks. At its 
heart it is a container manager and at the top a tool that allows to compile, test, and compare 
compilations and runs of inter-dependent git repositories.

The main interest of OCI is to be able to select a specific commit of a project, and of its 
dependencies, easily.

Here let's imagine myproj is your cool project ;) :
* ./myproj-client run --rootfs 1 myproj
* ./myproj-client run --rootfs 1 --myproj=cool_feature myproj
* ./myproj-client run --rootfs 1 --ocaml=4.03 myproj
* ./myproj-client run --rootfs 1 --ocaml=trunk --myproj=new_warning_trunk myproj

This ability allows it to compare the performance of different commits of a project but also to 
compare between different versions of libraries or the compiler (ex: flambda)

OCI is used continuously for testing pull-requests within the Frama-C development team, and it also 
allows to track continuously their compatibility with the current tip of ocaml 4.03 branch 
(automatically compiled when it changes).

The tutorial at https://github.com/bobot/oci/blob/master/README.adoc will show you a full example of 
the abilities of OCI. The possibility to use OCI as a framework is not shown yet.

You can install it with:

   opam install oci



The repository is at:

   https://github.com/bobot/oci


It has been presented at the last Ocaml User in Paris (OUPS) and it is supported by the ANR SOPRANO 
Project.

Best,

-- 
François Bobot

                 reply	other threads:[~2016-04-14 12:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=570F939B.70309@cea.fr \
    --to=francois.bobot@cea.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).