Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ ostree-layers:
- overlay/06gcp-routes
- overlay/15rhcos-logrotate
- overlay/15rhcos-tuned-bits
- overlay/15rhcos-rhel8-workarounds # TODO conditionalize on rhel8
- overlay/20platform-chrony
- overlay/21dhcp-chrony
- overlay/25rhcos-azure-udev
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[Unit]
# Work around for lack of https://github.com/coreos/rpm-ostree/pull/3523/commits/0556152adb14a8e1cdf6c5d6f234aacbe8dd4e3f
# on older RHEL
StartLimitBurst=1000
5 changes: 5 additions & 0 deletions tests/kola/rpm-ostree/startlimit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -euo pipefail
# https://github.com/coreos/rpm-ostree/pull/3523/commits/0556152adb14a8e1cdf6c5d6f234aacbe8dd4e3f
for x in $(seq 10); do rpm-ostree status >/dev/null; done
echo ok