You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to create a config file that creates the POD in GCP's k8s environment where our CI pipeline is executing the unit tests.
This is triggered by our Jenkins pipeline. The related ticket is here: ()[]
That config file should contain the following elements (images/containers):
Jenkins image where the whole CI runs
a kubectl env that can scale up a solr cloud
a JDK image (version 11) for now -> this could be updated to the later LTS version (probably 17)
a PostgreSQL DB image
Storage (volumes) for:
experiments data
experiment design files
bioentity_properties
ontology files
species.properties
release-metadata.json
The text was updated successfully, but these errors were encountered:
We need to create a config file that creates the POD in GCP's k8s environment where our CI pipeline is executing the unit tests.
This is triggered by our Jenkins pipeline. The related ticket is here: ()[]
That config file should contain the following elements (images/containers):
Storage (volumes) for:
The text was updated successfully, but these errors were encountered: