Skip to content

Commit

Permalink
[#2194] CI is not executing Hot Rod Rolling Upgrade Tests
Browse files Browse the repository at this point in the history
* Fix hr rolling upgrades action name

* Limit CPU req so GH actions has sufficient resource
  • Loading branch information
fax4ever authored Jan 10, 2025
1 parent b361736 commit 73c9ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_hr_rolling_upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
uses: ./.github/actions/kind

- name: Run Hot Rod Rolling Upgrade Tests
run: make upgrade-test
run: make hotrod-upgrade-test
env:
SUBSCRIPTION_STARTING_CSV: infinispan-operator.v2.3.2
TESTING_OPERAND_IGNORE_LIST: ${{ inputs.skipList }}
INFINISPAN_CPU: 500m # prevent insufficient cpu error on test-rolling-upgrade pod start

- name: Inspect Cluster
if: failure()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ 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.Service.Container.EphemeralStorage = false
i.Spec.Upgrades = &ispnv1.InfinispanUpgradesSpec{
Type: ispnv1.UpgradeTypeHotRodRolling,
Expand Down

0 comments on commit 73c9ff1

Please sign in to comment.