2016-04-08 07:58:07 -05:00
|
|
|
# opm-simulators jenkins build scripts:
|
2016-04-04 10:35:23 -05:00
|
|
|
|
|
|
|
**build.sh**:
|
2016-04-08 07:58:07 -05:00
|
|
|
This script will build dependencies, then build opm-simulators and execute its tests.
|
2016-08-23 07:26:06 -05:00
|
|
|
It also inspects the $ghbPrBuildComment environmental variable and builds
|
|
|
|
downstreams if requested. It inspects the $ghbPrBuildComment
|
|
|
|
environmental variable to obtain a pull request to use for the modules.
|
2016-04-04 10:35:23 -05:00
|
|
|
|
|
|
|
It is intended for pre-merge builds of pull requests.
|
|
|
|
|
2016-08-23 07:26:06 -05:00
|
|
|
To specify a given pull request to use for upstreams and downstreams,
|
|
|
|
trigger line needs to contain <module-name>=<pull request number>.
|
|
|
|
|
|
|
|
To build with downstreams the trigger line needs to contain 'with downstreams'.
|
2016-04-05 01:40:55 -05:00
|
|
|
|
|
|
|
**run-spe.sh**:
|
|
|
|
This script will execute the SPE1, SPE3 and SPE9 cases, then compare against
|
2016-08-23 07:26:06 -05:00
|
|
|
OPM and Eclipse reference results. It is meant to be executed after a build.
|
|
|
|
The binary used used is from the build identified by the configuration
|
|
|
|
environment variable.
|
2016-04-05 02:14:39 -05:00
|
|
|
|
|
|
|
**run-norne.sh**:
|
|
|
|
This script will execute the Norne case, and generate a document with
|
2016-08-23 07:26:06 -05:00
|
|
|
plots of the results. It is meant to be executed after a build.
|
|
|
|
The binary used used is from the build identified by the configuration
|
|
|
|
environment variable.
|
2016-04-05 02:42:56 -05:00
|
|
|
|
|
|
|
**run-polymer.sh**:
|
|
|
|
This script will execute the simple2D polymer case, then compare against
|
2016-08-23 07:26:06 -05:00
|
|
|
Eclipse reference results. It is meant to be executed after a build.
|
|
|
|
The binary used used is from the build identified by the configuration
|
|
|
|
environment variable.
|