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

Fix issue with API response not containing all tags for runtime version update #1514

Merged
merged 4 commits into from
Apr 19, 2024

Conversation

vatsrahul1001
Copy link
Contributor

We noticed that the action job to update the runtime version in the integration test deployment created a PR in which the version was not the latest. After debugging, we found out that the response from the API call does not contain all the tags. This PR addresses the issue after adding a limit query parameter

Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.33%. Comparing base (afdbace) to head (b957f0a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1514   +/-   ##
=======================================
  Coverage   98.33%   98.33%           
=======================================
  Files          94       94           
  Lines        4636     4636           
=======================================
  Hits         4559     4559           
  Misses         77       77           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

.github/scripts/get_latest_runtime_image_tag.py Outdated Show resolved Hide resolved
Comment on lines 31 to 32

# print(latest_tag)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# print(latest_tag)

.github/scripts/get_latest_runtime_image_tag.py Outdated Show resolved Hide resolved
@vatsrahul1001 vatsrahul1001 merged commit dc42a6e into main Apr 19, 2024
12 checks passed
@vatsrahul1001 vatsrahul1001 deleted the fix-latest-runtime-tag-fetch branch April 19, 2024 15:09
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.

3 participants