mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
* [bitnami/ray,kuberay-apiserver,kuberay-operator] test: 👷 Add VIB integration Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * fix: 🐛 Change incorrect paths Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * fix: 🐛 Remove version check Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * chore: 💡 Add procedence of the script Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> --------- Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
14 lines
568 B
YAML
14 lines
568 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
gossfile:
|
|
# Goss tests exclusive to the current container
|
|
../../kuberay-operator/goss/kuberay-operator.yaml: {}
|
|
# Load scripts from .vib/common/goss/templates
|
|
../../common/goss/templates/check-binaries.yaml: {}
|
|
../../common/goss/templates/check-broken-symlinks.yaml: {}
|
|
../../common/goss/templates/check-ca-certs.yaml: {}
|
|
../../common/goss/templates/check-linked-libraries.yaml: {}
|
|
../../common/goss/templates/check-sed-in-place.yaml: {}
|
|
../../common/goss/templates/check-spdx.yaml: {}
|