Yes. Valohai supports monorepositories.
Each Valohai project can be connected to one valohai.yaml
configuration file. That file can be either in the root of the repository or in a subfolder.
By default, Valohai will look for the valohai.yaml
configuration file in the root of the repository. You can define a different valohai.yaml file by going to your Project ->. Settings -> Repository, and define the path your valohai.yaml
file.
For example, if your configuration file is inside a subfolder called "ingestion", then you'd define the path as ingestion/valohai.yaml
.
The execution will contain your full GIt commit. Even if your valohai.yaml file is in a subfolder, Valohai will still pull the whole commit for the executions. So you can take advantage of modules outside of the subfolder where your configuration file is.
Comments
0 comments
Please sign in to leave a comment.