Expectation :
The parameter value in dynamic config file should be honored since all parameters should be passed by default to the continue config.yml.
Basically, if no parameters are passed in the parameters key, it should pass all parameters by default.
Behaviour :
The parameter value in continue_config.yml is honored unless passed explicitly in parameters key.
Is there an existing issue for this?
Orb version
1.0.0
Current behavior
I have a dynamic config file in which I have a pipeline level parameter defined as :
I have a continue config.yml in which I declare the same parameter, but with different default value :
Expectation : The parameter value in dynamic config file should be honored since all parameters should be passed by default to the continue config.yml. Basically, if no parameters are passed in the
parameters
key, it should pass all parameters by default.Behaviour : The parameter value in continue_config.yml is honored unless passed explicitly in
parameters
key.Minimum reproduction config
config.yml :
generated-config.yml :
Expected behaviour : --
true
Actual behaviour : --false
Other
No response