From 328fad7e54de02632b4ede777603d99746f645fd Mon Sep 17 00:00:00 2001 From: Alexandru Mahmoud Date: Fri, 10 Jan 2025 10:43:01 -0500 Subject: [PATCH] Add sleep after certificate --- .github/workflows/create_endpoint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create_endpoint.yaml b/.github/workflows/create_endpoint.yaml index e694c59..ba70339 100644 --- a/.github/workflows/create_endpoint.yaml +++ b/.github/workflows/create_endpoint.yaml @@ -46,4 +46,5 @@ jobs: hubsingest create_endpoint "${{ env.USERNAME }}" "${{ inputs.size }}" ${{ secrets[env.SECRET_NAME] }} kubectl wait -n "${{ env.USERNAME }}-ns" --for=condition=ready pod -l app=versitygw --timeout=300s kubectl wait -n "${{ env.USERNAME }}-ns" --for=condition=ready certificate ${{ env.USERNAME }}-hubsingest-bioconductor-org-key --timeout=600s || bash scripts/reset_endpoint.sh "${{ env.USERNAME }}" && kubectl wait -n "${{ env.USERNAME }}-ns" --for=condition=ready certificate ${{ env.USERNAME }}-hubsingest-bioconductor-org-key --timeout=600s + sleep 30 hubsingest test_endpoint "${{ env.USERNAME }}"