Skip to content

Commit 2513ba3

Browse files
committed
eln: set runner to eln11
The `rhel11` runner doesn't actually exist and because of bugs in `osbuild`'s runner detection this would fall back to `rhel7` and not `rhel82`. Regardless of this; we *should* be using the `eln11` runner which is specific to ELN. Note that this *won't* fix the issue that is being seen in the snapshot updates [1]. The issue there is likely related to the newer versions of skopeo and podman. Thus this issue needs to be fixed in a *new* runner for Fedora 45 because all of rawhide is likely affected and the eln11 runner will instead have to symlink to that. [1]: #2511 Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
1 parent 25dd8be commit 2513ba3

56 files changed

Lines changed: 56 additions & 56 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/distrodefs/eln.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ distros:
1313
defs_path: "eln-11"
1414
iso_label_tmpl: "Fedora-ELN-{{.Distro.MajorVersion}}-0-BaseOS-{{.Arch}}"
1515
runner:
16-
name: "org.osbuild.rhel{{.MajorVersion}}"
16+
name: "org.osbuild.eln{{.MajorVersion}}"
1717
build_packages: &rhel10_runner_build_packages
1818
- "glibc" # ldconfig
1919
- "systemd" # systemd-tmpfiles and systemd-sysusers

test/data/manifest-checksums/eln_11-aarch64-ami-all_customizations

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/data/manifest-checksums/eln_11-aarch64-ami-empty

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/data/manifest-checksums/eln_11-aarch64-ami-file_customizations

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/data/manifest-checksums/eln_11-aarch64-ami-partitioning_lvm

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/data/manifest-checksums/eln_11-aarch64-ami-partitioning_plain

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/data/manifest-checksums/eln_11-aarch64-azure-empty

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/data/manifest-checksums/eln_11-aarch64-container-empty

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/data/manifest-checksums/eln_11-aarch64-container_minimal-empty

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/data/manifest-checksums/eln_11-aarch64-ec2-empty

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)