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
[ML] DRA upload: Only download artifacts once (#2534)
The DRA upload pipelines are currently downloading required artifacts
from multiple pipeline steps. While this is not an error or causing any
harm it is slightly more efficient to only download the artifacts once,
from the `create_dra_artifacts` step.
0 commit comments