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

GA Versioning: Download required version if available #2467

Merged
merged 7 commits into from Jan 13, 2022

Conversation

larohra
Copy link
Contributor

@larohra larohra commented Jan 11, 2022

Description

PR for GAVersioning -

  • If requested version is specified in the GS, download only that
  • Purge all other agents from the directory

Issue #


PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made

Quality of Code and Contribution Guidelines

@codecov
Copy link

codecov bot commented Jan 11, 2022

Codecov Report

Merging #2467 (a9d48c3) into develop (c964d70) will increase coverage by 0.04%.
The diff coverage is 89.28%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2467      +/-   ##
===========================================
+ Coverage    71.96%   72.00%   +0.04%     
===========================================
  Files          101      101              
  Lines        15016    15053      +37     
  Branches      2384     2392       +8     
===========================================
+ Hits         10806    10839      +33     
- Misses        3726     3732       +6     
+ Partials       484      482       -2     
Impacted Files Coverage Δ
azurelinuxagent/ga/update.py 88.80% <89.28%> (-0.10%) ⬇️
azurelinuxagent/common/event.py 85.36% <0.00%> (-0.68%) ⬇️
azurelinuxagent/ga/exthandlers.py 85.90% <0.00%> (+0.14%) ⬆️
azurelinuxagent/ga/collect_telemetry_events.py 90.41% <0.00%> (+0.68%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c964d70...a9d48c3. Read the comment docs.

azurelinuxagent/ga/update.py Outdated Show resolved Hide resolved
azurelinuxagent/ga/update.py Outdated Show resolved Hide resolved
azurelinuxagent/ga/update.py Outdated Show resolved Hide resolved
azurelinuxagent/ga/update.py Show resolved Hide resolved
azurelinuxagent/ga/update.py Outdated Show resolved Hide resolved
azurelinuxagent/ga/update.py Show resolved Hide resolved
azurelinuxagent/ga/update.py Outdated Show resolved Hide resolved
azurelinuxagent/ga/update.py Show resolved Hide resolved
tests/ga/test_update.py Outdated Show resolved Hide resolved
@larohra larohra requested a review from narrieta January 13, 2022 14:24
azurelinuxagent/ga/update.py Show resolved Hide resolved
azurelinuxagent/ga/update.py Show resolved Hide resolved
azurelinuxagent/ga/update.py Outdated Show resolved Hide resolved
@larohra larohra merged commit 2f6b446 into Azure:develop Jan 13, 2022
@larohra larohra deleted the required-version branch January 13, 2022 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants