blob: 1d4d3e44e711de82bbc9296ac10725a917ca8a91 [file] [log] [blame] [view]
Joao Pereiraef326da2015-05-27 18:27:40 -04001CONTINUOUS INTEGRATION SCRIPTS
2==============================
3
4Environment Variables Used in Build Scripts
5-------------------------------------------
6
7- `NODE_LABELS`: the variable defines a list of OS properties. The set values are used by the
8 build scripts to select proper behavior for different OS.
9
10 The list should include at least `[OS_TYPE]`, `[DISTRO_TYPE]`, and `[DISTRO_VERSION]`.
11
12 Possible values for Linux OS:
13
14 * `[OS_TYPE]`: `Linux`
15 * `[DISTRO_TYPE]`: `Ubuntu`
Davide Pesavento0e8edde2016-05-03 18:08:39 +020016 * `[DISTRO_VERSION]`: `Ubuntu-14.04`, `Ubuntu-16.04`
Joao Pereiraef326da2015-05-27 18:27:40 -040017
18 Possible values of OSX OS:
19
20 * `[OS_TYPE]`: `OSX`
21 * `[DISTRO_TYPE]`: `OSX` (can be absent)
Davide Pesavento0e8edde2016-05-03 18:08:39 +020022 * `[DISTRO_VERSION]`: `OSX-10.11`, `OSX-10.10`, `OSX-10.9`, `OSX-10.8`
Joao Pereiraef326da2015-05-27 18:27:40 -040023
24- `JOB_NAME`: optional variable to define type of the job. Depending on the defined job type,
25 the build scripts can perform different tasks.
26
27 Possible values:
28
29 * empty: default build process
30 * `code-coverage` (Linux OS is assumed): build process with code coverage analysis