Skip to content

Commit 8a80e47

Browse files
committed
fix: reproducibility tests
Update pkg names and add missing targets for reproducibility test. Signed-off-by: Noel Georgi <[email protected]>
1 parent bf3c9d2 commit 8a80e47

File tree

1 file changed

+36
-19
lines changed

1 file changed

+36
-19
lines changed

reproducibility/pkg.yaml

Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,53 +16,70 @@ dependencies:
1616
# chelsio-firmware can be ignored from reproducibility test since it's linux-firmware copied from pkgs
1717
# - stage: chelsio-firmware
1818
# drbd can be ignored from reproducibility test since it's kernel modules copied from pkgs
19+
# crun can be ignored from reproducibility test since it's a tarball downloaded and extracted (no build happens)
20+
# - stage: crun
1921
# - stage: drbd
20-
22+
- stage: ecr-credential-provider
2123
- stage: fuse3
22-
2324
# gasket-driver can be ignored from reproducibility test since it's kernel modules copied from pkgs
2425
# - stage: gasket-driver
25-
2626
- stage: gvisor
27+
- stage: gvisor-debug
2728
- stage: hello-world-service
28-
2929
# i915-ucode can be ignored from reproducibility test since it's linux-firmware copied from pkgs
3030
# - stage: i915-ucode
3131
# intel-ice-firmware can be ignored from reproducibility test since it's linux-firmware copied from pkgs
3232
# - stage: intel-ice-firmware
3333
# intel-ucode can be ignored from reproducibility test since it's a tarball downloaded and extracted (no build happens)
3434
# - stage: intel-ucode
35-
3635
- stage: iscsi-tools
36+
# kata-containers can be ignored from reproducibility test since it's a tarball downloaded and extracted (no build happens)
37+
# - stage: kata-containers
38+
- stage: mdadm
39+
# mei can be ignored from reproducibility test since it's kernel modules copied from pkgs
40+
# - stage: mei
3741
- stage: nut-client
38-
- stage: nvidia-container-toolkit
39-
40-
# nvidia-fabricmanager can be ignored from reproducibility test since it's a tarball downloaded and extracted (no build happens)
41-
# - stage: nvidia-fabricmanager
42-
# nvidia-open-gpu-kernel-modules can be ignored from reproducibility test since it's kernel modules copied from pkgs
43-
# - stage: nvidia-open-gpu-kernel-modules
44-
42+
- stage: nvidia-container-toolkit-lts
43+
from: /
44+
to: /nvidia-container-toolkit-lts
45+
- stage: nvidia-container-toolkit-production
46+
from: /
47+
to: /nvidia-container-toolkit-production
48+
# nvidia-fabricmanage-lts can be ignored from reproducibility test since it's a tarball downloaded and extracted (no build happens)
49+
# - stage: nvidia-fabricmanager-lts
50+
# nvidia-fabricmanage-production can be ignored from reproducibility test since it's a tarball downloaded and extracted (no build happens)
51+
# - stage: nvidia-fabricmanager-production
52+
# nvidia-open-gpu-kernel-modules-lts can be ignored from reproducibility test since it's kernel modules copied from pkgs
53+
# - stage: nvidia-open-gpu-kernel-modules-lts
54+
# nvidia-open-gpu-kernel-modules-production can be ignored from reproducibility test since it's kernel modules copied from pkgs
55+
# - stage: nvidia-open-gpu-kernel-modules-production
4556
- stage: qemu-guest-agent
57+
# qlogic-firmware can be ignored from reproducibility test since it's linux-firmware copied from pkgs
58+
# - stage: qlogic-firmware
59+
# realtek-firmware can be ignored from reproducibility test since it's linux-firmware copied from pkgs
60+
# - stage: realtek-firmware
61+
# spin can be ignored from reproducibility test since it's a tarball downloaded and extracted (no build happens)
62+
# - stage: spin
4663
- stage: stargz-snapshotter
4764
- stage: tailscale
48-
4965
# thunderbolt can be ignored from reproducibility test since it's kernel modules copied from pkgs
5066
# - stage: thunderbolt
5167
# uinput can be ignored from reproducibility test since it's kernel modules copied from pkgs
5268
# - stage: uinput
5369
# usb-modem-drivers can be ignored from reproducibility test since it's kernel modules copied from pkgs
5470
# - stage: usb-modem-drivers
55-
5671
- stage: util-linux-tools
57-
5872
# v4l-uvc-drivers can be ignored from reproducibility test since it's kernel modules copied from pkgs
5973
# - stage: v4l-uvc-drivers
60-
61-
- stage: xe-guest-utilities
74+
- stage: vmtoolsd-guest-agent
75+
# - stage: wasmedge # wasmedge can be ignored from reproducibility test since it's a tarball downloaded and extracted (no build happens)
76+
- stage: xen-guest-agent
6277
- stage: zfs
6378

64-
# nonfree-kmod-nvidia can be ignored from reproducibility test since it's kernel modules copied from pkgs
65-
# - stage: nonfree-kmod-nvidia
79+
# nonfree-kmod-nvidia-lts can be ignored from reproducibility test since it's kernel modules copied from pkgs
80+
# - stage: nonfree-kmod-nvidia-lts
81+
# nonfree-kmod-nvidia-production can be ignored from reproducibility test since it's kernel modules copied from pkgs
82+
# - stage: nonfree-kmod-nvidia-production
6683
finalize:
6784
# here we're only copying /rootfs since we don't want the manifest.yaml files
6885
- from: /rootfs

0 commit comments

Comments
 (0)