summaryrefslogtreecommitdiff
path: root/.gitlab-ci-private.yml
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: Do not hide a possible out-of-space condition by cleaning up the treeAndrew Bartlett2018-05-231-4/+4
| | | | | | | These are VMs anyway and will soon vanish, so a cleanup is totally wasted in any case. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* gitlab-ci: Include system-info.txt to give info on possible failuresAndrew Bartlett2018-05-231-4/+4
| | | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* gitlab-ci: Run samba-ad-dc-2 in the shared environmentAndrew Bartlett2018-05-031-5/+0
| | | | | | | | This will allow more AD DC tests to run for those without access to a private gitlab runner. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
* gitlab-ci: Use YAML templates to reduce duplicationAndrew Bartlett2018-05-031-17/+8
| | | | | | | Inspired by WIP patches by Jamie McClymont Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
* gitlab-ci: split up gitlab-ci fileAndrew Bartlett2018-05-031-0/+48
The "private" build environments are not available to most users so remove this from the default build. Only developers with access to private runners (rather than a shared runner) will have a runner tagged as "private". Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>