2018-05-11 22:03:58 +03:00
# https://fedoraproject.org/wiki/CI/Tests
branches :
- master
- auto
- try
2018-05-28 22:21:19 +03:00
context : FAH28-insttests
2018-05-11 22:03:58 +03:00
required : true
container :
2018-05-28 22:21:19 +03:00
image : registry.fedoraproject.org/fedora:28
2018-05-11 22:03:58 +03:00
kvm : true
tests :
2018-05-28 22:21:19 +03:00
- ci/fah28-insttests.sh
2018-05-11 22:03:58 +03:00
artifacts :
- tests/installed/artifacts/
---
# This suite skips the RPMs and does the build+unit tests in a container
inherit : false
branches :
- master
- auto
- try
required : true
container :
2018-05-28 22:21:19 +03:00
image : registry.fedoraproject.org/fedora:28
context : f28-primary
2018-05-11 22:03:58 +03:00
env :
# We only use -Werror=maybe-uninitialized here with a "fixed" toolchain
CFLAGS : '-fsanitize=undefined -fsanitize-undefined-trap-on-error -fsanitize=address -O2 -Wp,-D_FORTIFY_SOURCE=2'
# Only for CI with a known g-ir-scanner
GI_SCANNERFLAGS : '--warn-error'
ASAN_OPTIONS : 'detect_leaks=0' # Right now we're not fully clean, but this gets us use-after-free etc
# TODO when we're doing leak checks: G_SLICE: "always-malloc"
CONFIGOPTS : '--with-curl --with-openssl'
tests :
- ci/ci-commitmessage-submodules.sh
- ci/build-check.sh
- ci/ci-release-build.sh
artifacts :
- test-suite.log
- config.log
- gdtr-results
---
# And now the contexts below here are variant container builds
2018-05-28 22:21:19 +03:00
context : f28-rust
2018-05-11 22:03:58 +03:00
inherit : true
container :
2018-05-28 22:21:19 +03:00
image : registry.fedoraproject.org/fedora:28
2018-05-11 22:03:58 +03:00
env :
CONFIGOPTS : '--enable-rust'
CI_PKGS : cargo
tests :
- ci/build.sh
- make check TESTS=tests/test-rollsum
---
2018-05-28 22:21:19 +03:00
context : f28-gnutls
2018-05-11 22:03:58 +03:00
inherit : true
container :
2018-05-28 22:21:19 +03:00
image : registry.fedoraproject.org/fedora:28
2018-05-11 22:03:58 +03:00
env :
CONFIGOPTS : '--with-crypto=gnutls'
CI_PKGS : pkgconfig(gnutls)
tests :
- ci/build.sh
- make check TESTS=tests/test-basic.sh
---
inherit : true
2018-05-28 22:21:19 +03:00
context : f28-minimal
2018-05-11 22:03:58 +03:00
env :
CONFIGOPTS : '--without-curl --without-soup --disable-gtk-doc --disable-man
--disable-rust --without-libarchive --without-selinux --without-smack
--without-openssl --without-avahi --without-libmount --disable-rofiles-fuse
--disable-experimental-api'
tests :
- ci/build.sh
---
inherit : true
required : true
2018-05-28 22:21:19 +03:00
context : f28-libsoup
2018-05-11 22:03:58 +03:00
env :
2018-06-29 11:16:41 +03:00
CONFIGOPTS : "--without-curl --without-openssl --with-soup"
2018-05-11 22:03:58 +03:00
tests :
- ci/build-check.sh
---
inherit : true
required : true
2018-05-28 22:21:19 +03:00
context : f28-introspection-tests
2018-05-11 22:03:58 +03:00
env :
# ASAN conflicts with introspection testing;
# See https://github.com/ostreedev/ostree/issues/1014
INSTALLED_TESTS_PATTERN : "libostree/test-sizes.js libostree/test-sysroot.js libostree/test-core.js"
tests :
- ci/build-check.sh