versions: Fix formatting

The static_checks_versions test uses yamllint which fails with:
```
[comments] too few spaces before comment
```
many times and so makes code reviews more annoying with
all these extra messages. Other it's probably not the worse issues,
I checked the
[yaml spec](https://yaml.org/spec/1.2.2/#66-comments)
and it does say
> Comments must be separated from other tokens by white space character*s*

so it's easiest to fix it and move on.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-02-03 17:07:15 +00:00
parent 122ad95da6
commit 546e3ae9ea

View File

@ -117,37 +117,37 @@ assets:
architecture:
aarch64:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
nvidia-gpu:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
nvidia-gpu-confidential:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
ppc64le:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
s390x:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
confidential:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
x86_64:
name: "ubuntu"
version: "jammy" # 22.04 lTS
version: "jammy" # 22.04 lTS
confidential:
name: "ubuntu"
version: "oracular" # 24.10
version: "oracular" # 24.10
mariner:
name: "cbl-mariner"
version: "3.0"
nvidia-gpu:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
nvidia-gpu-confidential:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
initrd:
description: |
@ -160,7 +160,7 @@ assets:
version: "3.18"
nvidia-gpu:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
nvidia-gpu-confidential:
name: "ubuntu"
version: "jammy"
@ -168,25 +168,25 @@ assets:
# there is no such Rust target
ppc64le:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
s390x:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
confidential:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
x86_64:
name: "alpine"
version: "3.18"
confidential:
name: "ubuntu"
version: "focal" # 20.04 LTS
version: "focal" # 20.04 LTS
nvidia-gpu:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
nvidia-gpu-confidential:
name: "ubuntu"
version: "jammy" # 22.04 LTS
version: "jammy" # 22.04 LTS
kernel:
description: "Linux kernel optimised for virtual machines"