Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable] manifests: update qcom dtb hack on aarch64 #2790

Merged
merged 2 commits into from
Jan 5, 2024
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
4 changes: 2 additions & 2 deletions manifests/aarch64-drop-qcom-dtb-files.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Short term hack to avoid running out of space on aarch64. This should
# save us about 14M. https://github.com/coreos/fedora-coreos-tracker/issues/1464
# This can be removed once we are on F39+.
# save us about 14M. https://github.com/coreos/fedora-coreos-tracker/issues/1637
# This can be removed once we have added a barrier release.
postprocess:
- |
#!/usr/bin/env bash
Expand Down
3 changes: 1 addition & 2 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ conditional-include:
include: ostree-bls.yaml
- if:
- basearch == "aarch64"
- releasever == 38
# Remove qcom dtb on F38 files since autopruning isn't in place yet
# Remove qcom dtb to help us overcome https://github.com/coreos/fedora-coreos-tracker/issues/1637
include: aarch64-drop-qcom-dtb-files.yaml
- if:
- releasever == 38
Expand Down
2 changes: 1 addition & 1 deletion tests/kola/ntp/timesyncd/dhcp-propagation/config.bu
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ storage:
files:
- path: /etc/NetworkManager/dispatcher.d/30-timesyncd
contents:
source: "https://github.com/eworm-de/networkmanager-dispatcher-timesyncd/raw/master/30-timesyncd"
source: "https://github.com/eworm-de/networkmanager-dispatcher-timesyncd/raw/main/30-timesyncd"
mode: 0755