Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Artifact Validation in Release Pipeline #15894

Closed
alzimmermsft opened this issue Oct 2, 2020 · 1 comment
Closed

Add Artifact Validation in Release Pipeline #15894

alzimmermsft opened this issue Oct 2, 2020 · 1 comment
Labels
Client This issue points to a problem in the data-plane of the library. common common module used by all azure SDKs (e.g. client, Mgmt) EngSys This issue is impacting the engineering system.
Milestone

Comments

@alzimmermsft
Copy link
Member

alzimmermsft commented Oct 2, 2020

Add a validation step in the release pipeline to check that all runtime dependencies are available from Maven. Currently, we only validate versions in our POM files for matching the version tags in external_dependency.txt, version_client.txt, etc. This leaves the possibility where a library is depending on a current, unreleased version of another library but if the version tags match it will be allowed to ship. Once this artifact is in Maven if the other library doesn't ship it could be broken (depending on the dependency [compile/runtime/test] scope).

@alzimmermsft alzimmermsft added EngSys This issue is impacting the engineering system. common common module used by all azure SDKs (e.g. client, Mgmt) labels Oct 2, 2020
@kurtzeborn kurtzeborn added the Client This issue points to a problem in the data-plane of the library. label May 3, 2021
@alzimmermsft alzimmermsft added this to the [2021] July milestone May 5, 2021
@alzimmermsft
Copy link
Member Author

Resolved by #23726

@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. common common module used by all azure SDKs (e.g. client, Mgmt) EngSys This issue is impacting the engineering system.
Projects
None yet
Development

No branches or pull requests

2 participants