commit | 924a4e7000cdcceb1ff1a8f5e4e3b707ba17353f | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Thu Oct 18 12:25:55 2018 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Oct 19 10:57:54 2018 -0400 |
tree | 0742bc5c0e7190b0d6e9f8f237c871fd108eb75b | |
parent | 02e217df506bfb2d096168eb4dbaec8126f64197 [diff] |
sanitycheck: support requirements on env variables Some boards depend on environment variables so we want to make sure we do not attempt to build boards requiring additional setup. Add the section below into the board YAML file, sanitycheck will check the environment and will only run tests on that board if the variables are defined. env: - VAR1 - VAR2 Signed-off-by: Anas Nashif <anas.nashif@intel.com>