Skip to content

Commit

Permalink
fix: Workaround GHA Post run failure (#4569)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Sep 6, 2023
1 parent fc3143f commit 49a6fa5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ jobs:
echo "Using cluster name \"$CLUSTER_NAME\""
echo CLUSTER_NAME=$CLUSTER_NAME >> $GITHUB_ENV
- name: create eks cluster '${{ env.CLUSTER_NAME }}'
uses: ./.github/actions/e2e/create-cluster
# Revert back to local action if either occurs:
# 1) Get a Dockerfile that reduces the number of local steps that we run
# 2) Github fixes the issue that is causing this failure
uses: aws/karpenter/.github/actions/e2e/create-cluster@@v0.27.1
with:
account_id: ${{ vars.ACCOUNT_ID }}
role: ${{ vars.ROLE_NAME }}
Expand Down

0 comments on commit 49a6fa5

Please sign in to comment.