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

[#2194] Fix hr rolling upgrades action name #2202

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

fax4ever
Copy link
Collaborator

@fax4ever fax4ever commented Jan 8, 2025

Closes #2194

Draft: need to verify the test_hr_rolling_upgrades.yml action execution

Copy link

openshift-ci bot commented Jan 8, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@fax4ever fax4ever force-pushed the x2194-ghact-hr-rolling-upgrades branch from 91b1ab4 to c30d646 Compare January 9, 2025 14:55
Copy link
Contributor

@ryanemerson ryanemerson left a comment

Choose a reason for hiding this comment

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

It's green 🎉

Just a minor comment.

@@ -71,7 +71,7 @@ func TestRollingUpgrade(t *testing.T) {
entriesPerCache := 100
spec := tutils.DefaultSpec(t, testKube, func(i *ispnv1.Infinispan) {
i.Spec.Replicas = int32(replicas)
i.Spec.Container.CPU = "1000m"
i.Spec.Container.CPU = "500m"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should remove this line entirely and depend on the INFINISPAN_CPU being set via the action. That way things should be faster when executing locally as we can use more resources.

@fax4ever fax4ever force-pushed the x2194-ghact-hr-rolling-upgrades branch from c30d646 to 281128e Compare January 9, 2025 17:00
@fax4ever
Copy link
Collaborator Author

fax4ever commented Jan 9, 2025

Thanks for the review @ryanemerson. I think I applied the change.

@fax4ever fax4ever marked this pull request as ready for review January 9, 2025 17:01
@ryanemerson ryanemerson merged commit 73c9ff1 into infinispan:main Jan 10, 2025
10 checks passed
@fax4ever fax4ever deleted the x2194-ghact-hr-rolling-upgrades branch January 10, 2025 09:22
@fax4ever
Copy link
Collaborator Author

Thanks!

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.

CI is not executing Hot Rod Rolling Upgrade Tests
2 participants