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

[Release-1.30] Set correct release channel for e2e upgrade test #10460

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

dereknola
Copy link
Member

Signed-off-by: Derek Nola [email protected]

Proposed Changes

  • Default to v1.30 for the e2e upgrade test on PRs (so the drone test check going from newest v1.30 -> this PR build)

Types of Changes

Verification

Testing

Linked Issues

N/A

User-Facing Change


Further Comments

@dereknola dereknola requested a review from a team as a code owner July 8, 2024 19:41
@@ -10,7 +10,7 @@ REGISTRY = (ENV['E2E_REGISTRY'] || "")
GOCOVER = (ENV['E2E_GOCOVER'] || "")
NODE_CPUS = (ENV['E2E_NODE_CPUS'] || 2).to_i
NODE_MEMORY = (ENV['E2E_NODE_MEMORY'] || 2048).to_i
GITHUB_BRANCH = (ENV['E2E_GITHUB_BRANCH'] || "master")
GITHUB_BRANCH = (ENV['E2E_GITHUB_BRANCH'] || "v1.30")
Copy link
Member

Choose a reason for hiding this comment

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

is there any way to template this from the CI environment, instead of having to explicitly set it on each branch?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah I don't love the manual setting. Probably get to that in the next few weeks.

Copy link

codecov bot commented Jul 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (release-1.30@e9a5943). Learn more about missing BASE report.

Additional details and impacted files
@@               Coverage Diff               @@
##             release-1.30   #10460   +/-   ##
===============================================
  Coverage                ?   41.48%           
===============================================
  Files                   ?      177           
  Lines                   ?    14830           
  Branches                ?        0           
===============================================
  Hits                    ?     6152           
  Misses                  ?     7498           
  Partials                ?     1180           
Flag Coverage Δ
e2etests 36.16% <ø> (?)
inttests 37.02% <ø> (?)
unittests 11.34% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@dereknola dereknola merged commit 16321f2 into k3s-io:release-1.30 Jul 9, 2024
28 checks passed
@dereknola dereknola deleted the k3s_upgrade_130 branch July 24, 2024 16:19
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.

2 participants