Configuration hierarchy
When things can be configured on the pipeline and step level, the step configuration overrides the pipeline.
There are a few general rules when it comes to settings and configurations that are applied in multiple places. Generally the following is true:
Configurations in code override configurations made inside of the yaml file
Configurations at the step level override those made at the pipeline level
In case of attributes the dictionaries are merged
PreviousRuntime settings for Docker, resources, and stack componentsNextFind out which configuration was used for a run
Last updated