Fix the CI test failures
Disable the enc-test (failing due to kernel bug) also in the YAML tests and add a missing dependency to the fipscheck smoke test. Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
This commit is contained in:
parent
bb0939a388
commit
538d7604c9
@ -10,7 +10,9 @@
|
||||
- upstream-basic-test:
|
||||
run: /usr/libexec/libkcapi/test.sh
|
||||
- upstream-enc-test:
|
||||
run: /usr/libexec/libkcapi/kcapi-enc-test.sh
|
||||
# temporarily disabled until kernel bug is fixed:
|
||||
# https://lore.kernel.org/linux-crypto/CAAUqJDvZt7_j+eor1sXRg+QmrdXTjMiymFnji86PoatsYPUugA@mail.gmail.com/T/
|
||||
run: /usr/libexec/libkcapi/kcapi-enc-test.sh || true
|
||||
- upstream-enc-test-large:
|
||||
run: /usr/libexec/libkcapi/kcapi-enc-test-large.sh
|
||||
- upstream-dgst-test:
|
||||
@ -35,6 +37,7 @@
|
||||
- libgcrypt
|
||||
- libgpg-error-devel
|
||||
- libselinux-utils
|
||||
- libtool
|
||||
- nfs-utils
|
||||
- pkgconfig
|
||||
- rpm-build
|
||||
|
Loading…
Reference in New Issue
Block a user