opm-simulators/jenkins
2016-04-05 09:42:56 +02:00
..
build-opm-autodiff.sh add jenkins script for running Norne case 2016-04-05 09:14:55 +02:00
build-pr.sh add jenkins build scripts 2016-04-04 17:35:23 +02:00
build.sh add jenkins build scripts 2016-04-04 17:35:23 +02:00
README.md add jenkins script for running simple2D polymer case 2016-04-05 09:42:56 +02:00
run-norne.sh add jenkins script for running Norne case 2016-04-05 09:14:55 +02:00
run-polymer.sh add jenkins script for running simple2D polymer case 2016-04-05 09:42:56 +02:00
run-spe.sh add jenkins script for running SPE cases 2016-04-05 09:14:55 +02:00

opm-autodiff jenkins build scripts:

build-opm-autodiff.sh: This is a helper script which contains functions for building, testing and cloning opm-autodiff and its dependencies.

build.sh: This script will build dependencies, then build opm-autodiff and execute its tests. It is intended for post-merge builds of the master branch.

build-pr.sh: This script will build dependencies, then build opm-autodiff and execute its tests. It inspects the $ghbPrBuildComment environmental variable to obtain a pull request to use for ert, opm-common, opm-parser, opm-material, opm-core and dune-cornerpoint (defaults to master) and then builds $sha1 of opm-autodiff.

It is intended for pre-merge builds of pull requests.

You can optionally specify a given pull request to use for ert, opm-common, opm-parser, opm-material, opm-core and dune-cornerpoint through the trigger. The trigger line needs to contain ert=<pull request number> and/or opm-common=<pull request number> and/or opm-parser=<pull request number> and/or opm-material=<pull request number> and/or opm-core=<pull request number> and/or dune-cornerpoint=<pull request number> and/or opm-output=<pull request number>.

run-spe.sh: This script will execute the SPE1, SPE3 and SPE9 cases, then compare against OPM and Eclipse reference results. It is meant to be executed after either of the two build scripts above.

run-norne.sh: This script will execute the Norne case, and generate a document with plots of the results. It is meant to be executed after either of the two build scripts above.

run-polymer.sh: This script will execute the simple2D polymer case, then compare against Eclipse reference results. It is meant to be executed after either of the two build scripts above.