make: Add a Dockerfile to build mgmt for Fedora

This commit is contained in:
Laurent Indermuehle
2023-07-10 21:18:47 +02:00
parent 7d73c7fca9
commit 0dcfe027b0
19 changed files with 74 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
. "$(dirname "$0")/../util.sh"
if in_ci github; then
if in_env github; then
# TODO: consider debugging this
echo "This is failing in github, skipping test!"
exit

View File

@@ -2,7 +2,7 @@
. "$(dirname "$0")/../util.sh"
if in_ci github; then
if in_env github; then
# TODO: consider debugging this
echo "This is failing in github, skipping test!"
exit

View File

@@ -2,7 +2,7 @@
. "$(dirname "$0")/../util.sh"
if in_ci github; then
if in_env github; then
# TODO: consider debugging this (flaky)
echo "This is failing in github, skipping test!"
exit

View File

@@ -2,7 +2,7 @@
. "$(dirname "$0")/../util.sh"
if in_ci github; then
if in_env github; then
# TODO: consider debugging this (flaky)
echo "This is failing in github, skipping test!"
exit

View File

@@ -2,7 +2,7 @@
. "$(dirname "$0")/../util.sh"
if in_ci github; then
if in_env github; then
# TODO: consider debugging this
echo "This is failing in github, skipping test!"
exit

View File

@@ -2,7 +2,7 @@
. "$(dirname "$0")/../util.sh"
if in_ci github; then
if in_env github; then
# TODO: consider debugging this
echo "This is failing in github, skipping test!"
exit

View File

@@ -10,7 +10,7 @@ if ! ifconfig lo | grep 'inet6 ::1' >/dev/null; then
exit 0
fi
if in_ci github; then
if in_env github; then
# TODO: consider debugging this
echo "This is failing in github, skipping test!"
exit

View File

@@ -2,13 +2,13 @@
. "$(dirname "$0")/../util.sh"
if in_ci travis; then
if in_env travis; then
# this often fails in travis with: `address already in use`
echo "Travis gives wonky results here, skipping test!"
exit
fi
if in_ci github; then
if in_env github; then
# TODO: consider debugging this
echo "This is failing in github, skipping test!"
exit

View File

@@ -2,7 +2,7 @@
. "$(dirname "$0")/../util.sh"
if in_ci github; then
if in_env github; then
# TODO: consider debugging this (flaky)
echo "This is failing in github, skipping test!"
exit

View File

@@ -2,7 +2,7 @@
. "$(dirname "$0")/../util.sh"
if in_ci github; then
if in_env github; then
# TODO: consider debugging this
echo "This is failing in github, skipping test!"
exit

View File

@@ -2,13 +2,13 @@
. "$(dirname "$0")/../util.sh"
if in_ci travis jenkins; then
if in_env travis jenkins; then
# inotify doesn't seem to work properly on travis
echo "Travis and Jenkins give wonky results here, skipping test!"
exit
fi
if in_ci github; then
if in_env github; then
# TODO: consider debugging this
echo "This is failing in github, skipping test!"
exit

View File

@@ -4,7 +4,7 @@
exit 0 # TODO: this test needs to be updated to use deploys instead
#if in_ci; then
#if in_env; then
# # inotify doesn't seem to work properly on travis
# echo "Travis and Jenkins give wonky results here, skipping test!"
# exit