jotaylo
Results
2
comments of
jotaylo
Just jotting down ideas: For 1, we can specify tags to associate with the run & steps as part of the submission process. `PipelineParameters: '"ParameterAssignments": {"model_name": "$(MODEL_NAME)"}, "tags": {"buildid": "$(Build.BuildId)"},...
@sudivate The change you made doesn't address @xinyi-joffre's second point. Each step in the pipeline should be able to allow_reuse, which can only be achieved if each step uses a...