Remove already tested manifests from test-case-generators

and remove redundant skips from image_tests.sh
This commit is contained in:
Alexander Todorov 2024-03-04 18:01:07 +02:00 committed by Tomáš Hozza
parent eb5db0bd2c
commit d7388fdc66
473 changed files with 0 additions and 5665555 deletions

View file

@ -1,15 +1,4 @@
{
"ami": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "ami",
"repositories": [],
"filename": "image.raw",
"blueprint": {}
},
"overrides": {}
},
"azure-rhui": {
"compose-request": {
"distro": "",
@ -60,50 +49,6 @@
},
"overrides": {}
},
"ec2": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "ec2",
"repositories": [],
"filename": "image.raw.xz",
"blueprint": {}
},
"overrides": {}
},
"ec2-ha": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "ec2-ha",
"repositories": [],
"filename": "image.raw.xz",
"blueprint": {}
},
"overrides": {}
},
"ec2-sap": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "ec2-sap",
"repositories": [],
"filename": "image.raw.xz",
"blueprint": {}
},
"overrides": {}
},
"gce": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "gce",
"repositories": [],
"filename": "image.tar.gz",
"blueprint": {}
},
"overrides": {}
},
"gce-rhui": {
"compose-request": {
"distro": "",
@ -115,183 +60,6 @@
},
"overrides": {}
},
"edge-commit": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-commit",
"repositories": [],
"filename": "commit.tar",
"blueprint": {}
},
"overrides": {}
},
"edge-commit-with-container": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-commit",
"repositories": [],
"filename": "commit.tar",
"blueprint": {
"containers": [
{
"source": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/fedora-minimal"
},
{
"source": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test",
"name": "registry.gitlab.com/redhat/services/products/image-builder/ci/osbuild-composer/manifest-list-test:v1"
}
]
}
},
"overrides": {}
},
"edge-commit-customizations": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-commit",
"repositories": [],
"filename": "commit.tar",
"blueprint": {
"customizations": {
"directories": [
{
"path": "/etc/systemd/system/custom.service.d"
},
{
"path": "/etc/custom_dir",
"mode": "0770",
"user": 1020,
"group": 1050
}
],
"files": [
{
"path": "/etc/systemd/system/custom.service",
"data": "[Unit]\nDescription=Custom service\n\n[Service]\nExecStart=/usr/bin/false\n\n[Install]\nWantedBy=multi-user.target\n"
},
{
"path": "/etc/systemd/system/custom.service.d/override.conf",
"data": "[Service]\nExecStart=\nExecStart=/usr/bin/cat /etc/custom_file.txt\n"
},
{
"path": "/etc/custom_file.txt",
"data": "image builder is the best",
"mode": "0644",
"user": "root",
"group": "root"
},
{
"path": "/etc/empty_file.txt",
"user": 0,
"group": 0
}
],
"services": {
"enabled": [
"custom.service"
]
}
}
}
},
"overrides": {}
},
"edge-container": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-container",
"repositories": [],
"filename": "container.tar",
"blueprint": {}
},
"overrides": {}
},
"edge-container-customizations": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-container",
"repositories": [],
"filename": "container.tar",
"blueprint": {
"customizations": {
"directories": [
{
"path": "/etc/systemd/system/custom.service.d"
},
{
"path": "/etc/custom_dir",
"mode": "0770",
"user": 1020,
"group": 1050
}
],
"files": [
{
"path": "/etc/systemd/system/custom.service",
"data": "[Unit]\nDescription=Custom service\n\n[Service]\nExecStart=/usr/bin/false\n\n[Install]\nWantedBy=multi-user.target\n"
},
{
"path": "/etc/systemd/system/custom.service.d/override.conf",
"data": "[Service]\nExecStart=\nExecStart=/usr/bin/cat /etc/custom_file.txt\n"
},
{
"path": "/etc/custom_file.txt",
"data": "image builder is the best",
"mode": "0644",
"user": "root",
"group": "root"
},
{
"path": "/etc/empty_file.txt",
"user": 0,
"group": 0
}
],
"services": {
"enabled": [
"custom.service"
]
}
}
}
},
"overrides": {}
},
"edge-commit-rt": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-commit",
"repositories": [],
"filename": "commit.tar",
"blueprint": {
"customizations": {
"kernel": {
"name": "kernel-rt"
}
}
}
},
"overrides": {
"centos-8": {
"blueprint": {
"customizations": {
"kernel": {
"name": "kernel-rt-core"
}
}
}
}
},
"supported_arches": [
"x86_64"
]
},
"iot-commit": {
"compose-request": {
"distro": "",
@ -757,138 +525,6 @@
"no-image-info": true,
"overrides": {}
},
"edge-installer": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-installer",
"repositories": [],
"filename": "installer.iso",
"ostree": {
"ref": "test/edge",
"url": "http://edge.example.com/repo",
"rhsm": true
},
"blueprint": {}
},
"no-image-info": true,
"overrides": {}
},
"edge-installer-with-users": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-installer",
"repositories": [],
"filename": "installer.iso",
"ostree": {
"ref": "test/edge",
"url": "http://edge.example.com/repo"
},
"blueprint": {
"name": "edge-installer-users",
"customizations": {
"user": [
{
"name": "user2",
"description": "description 2",
"password": "$6$BhyxFBgrEFh0VrPJ$MllG8auiU26x2pmzL4.1maHzPHrA.4gTdCvlATFp8HJU9UPee4zCS9BVl2HOzKaUYD/zEm8r/OF05F2icWB0K/",
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC61wMCjOSHwbVb4VfVyl5sn497qW4PsdQ7Ty7aD6wDNZ/QjjULkDV/yW5WjDlDQ7UqFH0Sr7vywjqDizUAqK7zM5FsUKsUXWHWwg/ehKg8j9xKcMv11AkFoUoujtfAujnKODkk58XSA9whPr7qcw3vPrmog680pnMSzf9LC7J6kXfs6lkoKfBh9VnlxusCrw2yg0qI1fHAZBLPx7mW6+me71QZsS6sVz8v8KXyrXsKTdnF50FjzHcK9HXDBtSJS5wA3fkcRYymJe0o6WMWNdgSRVpoSiWaHHmFgdMUJaYoCfhXzyl7LtNb3Q+Sveg+tJK7JaRXBLMUllOlJ6ll5Hod root@localhost",
"home": "/home/home2",
"shell": "/bin/sh",
"groups": [
"group1"
],
"uid": 1020,
"gid": 1050
}
],
"group": [
{
"name": "group1",
"gid": 1030
},
{
"name": "group2",
"gid": 1050
}
]
}
}
},
"no-image-info": true,
"overrides": {
"rhel-85": {
"blueprint": {}
},
"rhel-90-beta": {
"blueprint": {}
}
}
},
"edge-simplified-installer": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-simplified-installer",
"repositories": [],
"filename": "installer.iso",
"ostree": {
"ref": "test/edge",
"url": "http://edge.example.com/repo"
},
"blueprint": {
"customizations": {
"installation_device": "/dev/vda",
"fdo": {
"manufacturing_server_url": "https;//fdo.example.com",
"diun_pub_key_insecure": "true"
}
}
}
},
"no-image-info": true,
"overrides": {
"rhel-85": {
"blueprint": {
"customizations": {
"installation_device": "/dev/vda"
}
}
}
}
},
"edge-raw-image": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-raw-image",
"repositories": [],
"filename": "image.raw.xz",
"ostree": {
"ref": "test/edge",
"url": "http://edge.example.com/repo"
},
"blueprint": {}
},
"overrides": {}
},
"edge-ami": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "edge-ami",
"repositories": [],
"filename": "image.raw",
"ostree": {
"ref": "test/edge",
"url": "http://edge.example.com/repo",
"parent": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
},
"blueprint": {}
},
"overrides": {}
},
"oci": {
"compose-request": {
"distro": "",
@ -1456,79 +1092,6 @@
}
}
},
"vhd": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "vhd",
"repositories": [],
"filename": "disk.vhd",
"blueprint": {
"name": "vhd-boot-test",
"description": "Image for boot test",
"packages": [],
"modules": [],
"groups": [],
"customizations": {
"user": [
{
"name": "redhat",
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC61wMCjOSHwbVb4VfVyl5sn497qW4PsdQ7Ty7aD6wDNZ/QjjULkDV/yW5WjDlDQ7UqFH0Sr7vywjqDizUAqK7zM5FsUKsUXWHWwg/ehKg8j9xKcMv11AkFoUoujtfAujnKODkk58XSA9whPr7qcw3vPrmog680pnMSzf9LC7J6kXfs6lkoKfBh9VnlxusCrw2yg0qI1fHAZBLPx7mW6+me71QZsS6sVz8v8KXyrXsKTdnF50FjzHcK9HXDBtSJS5wA3fkcRYymJe0o6WMWNdgSRVpoSiWaHHmFgdMUJaYoCfhXzyl7LtNb3Q+Sveg+tJK7JaRXBLMUllOlJ6ll5Hod root@localhost"
}
]
}
}
},
"overrides": {}
},
"vmdk": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "vmdk",
"filename": "disk.vmdk",
"blueprint": {
"name": "vmdk-boot-test",
"description": "Image for boot test",
"packages": [],
"modules": [],
"groups": [],
"customizations": {
"user": [
{
"name": "redhat",
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC61wMCjOSHwbVb4VfVyl5sn497qW4PsdQ7Ty7aD6wDNZ/QjjULkDV/yW5WjDlDQ7UqFH0Sr7vywjqDizUAqK7zM5FsUKsUXWHWwg/ehKg8j9xKcMv11AkFoUoujtfAujnKODkk58XSA9whPr7qcw3vPrmog680pnMSzf9LC7J6kXfs6lkoKfBh9VnlxusCrw2yg0qI1fHAZBLPx7mW6+me71QZsS6sVz8v8KXyrXsKTdnF50FjzHcK9HXDBtSJS5wA3fkcRYymJe0o6WMWNdgSRVpoSiWaHHmFgdMUJaYoCfhXzyl7LtNb3Q+Sveg+tJK7JaRXBLMUllOlJ6ll5Hod root@localhost"
}
]
}
}
},
"overrides": {}
},
"ova": {
"compose-request": {
"distro": "",
"arch": "",
"image-type": "ova",
"filename": "image.ova",
"blueprint": {
"name": "ova-boot-test",
"description": "Image for boot test",
"packages": [],
"modules": [],
"groups": [],
"customizations": {
"user": [
{
"name": "redhat",
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC61wMCjOSHwbVb4VfVyl5sn497qW4PsdQ7Ty7aD6wDNZ/QjjULkDV/yW5WjDlDQ7UqFH0Sr7vywjqDizUAqK7zM5FsUKsUXWHWwg/ehKg8j9xKcMv11AkFoUoujtfAujnKODkk58XSA9whPr7qcw3vPrmog680pnMSzf9LC7J6kXfs6lkoKfBh9VnlxusCrw2yg0qI1fHAZBLPx7mW6+me71QZsS6sVz8v8KXyrXsKTdnF50FjzHcK9HXDBtSJS5wA3fkcRYymJe0o6WMWNdgSRVpoSiWaHHmFgdMUJaYoCfhXzyl7LtNb3Q+Sveg+tJK7JaRXBLMUllOlJ6ll5Hod root@localhost"
}
]
}
}
},
"overrides": {}
},
"minimal-raw": {
"compose-request": {
"distro": "",