Skip to content

Commit d0f1118

Browse files
committed
chore: remove usage of setup-cluster.sh prepare subcommand
cloudnative-pg/cloudnative-pgi#7055 Signed-off-by: Marco Nenciarini <[email protected]>
1 parent 2c3f19c commit d0f1118

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/reusable-e2e.yml

+5-11
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,12 @@ jobs:
104104
- name: Set up Docker Buildx
105105
uses: docker/setup-buildx-action@v3
106106

107-
- name: Prepare the environment
108-
uses: nick-fields/retry@v3
107+
- name: Install Kind
108+
uses: helm/[email protected]
109109
with:
110-
timeout_seconds: 120
111-
max_attempts: 3
112-
on_retry_command: |
113-
# Clear-ups before retries
114-
rm -rf /usr/local/bin/kind /usr/local/bin/kubectl
115-
command: |
116-
sudo apt-get update
117-
sudo apt-get install -y gettext-base
118-
sudo hack/setup-cluster.sh prepare /usr/local/bin
110+
install_only: true
111+
version: ${{ env.KIND_VERSION }}
112+
kubectl_version: ${{ env.K8S_VERSION }}
119113

120114
- name: Log in to the GitHub Container registry
121115
uses: docker/login-action@v3

0 commit comments

Comments
 (0)