Skip to content

Commit

Permalink
E2E tests - [DO NOT MERGE]
Browse files Browse the repository at this point in the history
  • Loading branch information
slysunkin committed Nov 18, 2024
1 parent fb94528 commit 61066b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
cache-to: type=gha,mode=max
- name: Prepare and push HMC template charts to GHCR
run: |
make set-hmc-version
make hmc-chart-release
make helm-push
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/kubeclient/kubeclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func (kc *KubeClient) CreateManagedCluster(
if i == numOfRetries {
Expect(err).NotTo(HaveOccurred(), "failed to create %s after %d retries", kind, numOfRetries)
}
_, _ = fmt.Fprintf(GinkgoWriter, "Create ManagedCluster, attempt #%d failed, retrying after %d seconds...\n", i, timeout)
_, _ = fmt.Fprintf(GinkgoWriter, "Create ManagedCluster, attempt #%d failed, retrying after %d seconds...\n", i, timeout/time.Second)
time.Sleep(timeout)
timeout *= 2
}
Expand Down

0 comments on commit 61066b1

Please sign in to comment.