From e64526a741b79510efced49ca18eb8667749b9cf Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Wed, 22 May 2024 12:05:59 -0400 Subject: [PATCH] Update k8s-regression-suite.yml --- .github/workflows/k8s-regression-suite.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/k8s-regression-suite.yml b/.github/workflows/k8s-regression-suite.yml index c5c4f1166..71276da71 100644 --- a/.github/workflows/k8s-regression-suite.yml +++ b/.github/workflows/k8s-regression-suite.yml @@ -92,18 +92,6 @@ jobs: helm repo update helm install myhpcc hpcc/hpcc -f values.yaml - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} - fetch-depth: 0 - - - name: Rebase - run: | - git config user.email 'hpccsystems@lexisnexisrisk.com' - git config user.name 'hpccsystems development' - git rebase origin/${{ github.event.pull_request.base.ref }} - git log --pretty=one -n 15 - - name: Wait for ECLWatch Startup run: | echo "Waiting for ECLWatch startup" && kubectl wait --for=condition=ready pod --timeout=180s -l app=eclwatch