• D
    gitlab: add x86_64 native CI jobs · 74aa4671
    Daniel P. Berrangé 提交于
    This patch adds x86_64 native CI jobs for all distros that we currently
    build container images for. This is a superset of the Linux jobs run on
    current Jenkins and Travis platforms.
    
    The remaining missing platforms are FreeBSD and macOS, neither of which
    can use the shared runner container based infrastructure.
    
    We may add further native jobs in the future which are not x86_64 based,
    if we get access to suitable hardware, thus the jobs all have an arch
    prefix in their name, just like the cross-built jobs do.
    
    As with the cross-arch builds, the native jobs are split into two
    groups. One group is run in all situations, while the other group is
    only run on the master branch, or branches with a name prefix
    'ci-full-'. This avoids the build time getting too long when
    developers are testing their code prior to submission, while keeping
    full coverage of code that is merged.
    Reviewed-by: NErik Skultety <eskultet@redhat.com>
    Signed-off-by: NDaniel P. Berrangé <berrange@redhat.com>
    74aa4671
.gitlab-ci.yml 4.7 KB