Speed up CI with CKI image

Our CKI images have all of the packages needed to do kernel-related
things.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2019-10-04 13:47:03 -05:00 committed by Justin M. Forbes
parent 33b3624c5e
commit c961b9779e
No known key found for this signature in database
GPG Key ID: B8FA7924A4B1C140
1 changed files with 9 additions and 5 deletions

View File

@ -1,7 +1,11 @@
Test configuration:
image: registry.gitlab.com/cki-project/experimental/containers/builder-fedora30
stages:
- test
variables:
GIT_DEPTH: "5"
test_rh_configs:
stage: test
image: fedora
before_script:
- dnf install -y dnf-plugins-core
- dnf builddep -y kernel
script: make rh-configs