[bitnami/postgres-exporter] Add VIB tests (#30753)

* [bitnami/postgres-exporter] Add VIB tests

Signed-off-by: FraPazGal <fdepaz@vmware.com>

* Remove VIB trigger

Signed-off-by: FraPazGal <fdepaz@vmware.com>

---------

Signed-off-by: FraPazGal <fdepaz@vmware.com>
This commit is contained in:
Francisco de Paz Galan
2023-04-18 13:59:07 +02:00
committed by GitHub
parent eb612c17d3
commit 26b64be3fc
4 changed files with 52 additions and 5 deletions

View File

@@ -3,7 +3,8 @@
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "{VIB_ENV_PATH}"
}
},
"runtime_parameters": "Y29tbWFuZDogWyJ0YWlsIiwgIi1mIiwgIi9kZXYvbnVsbCJd"
},
"phases": {
"package": {
@@ -46,6 +47,21 @@
"OS"
]
}
},
{
"action_id": "goss",
"params": {
"resources": {
"path": "/.vib"
},
"tests_file": "postgres-exporter/goss/goss.yaml",
"vars_file": "postgres-exporter/goss/vars.yaml",
"remote": {
"pod": {
"workload": "deploy-postgres-exporter"
}
}
}
}
]
}