Merge pull request #3609 from xmcclure/checked-imageset
authormonojenkins <jo.shields+jenkins@xamarin.com>
Thu, 22 Sep 2016 20:15:03 +0000 (22:15 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Sep 2016 20:15:03 +0000 (22:15 +0200)
commit2b26601921e81cb719bc8df5156375c62c4620ab
treecfe30a5ff8a488b26f1fb598f29f9076844ac185
parent828045d259d2a6837f8c82931b179e8d0b1847b2
parenta3a93f69d171c79fcc4582187a095a2a372fdd6d
Merge pull request #3609 from xmcclure/checked-imageset

Fix outstanding failures in "metadata" checked build mode

Fix two problems with the checked build metadata mode which were causing spurious failures, one a bug introduced by my last commit, one of which has been present since the start:

- Check assemblies in `references[]` are non-NULL before looking up their images
- A "from" imageset only needs to reference every image in the "to" imageset, it does not need to actually contain every image.

Also added support for a checked build jenkins lane.