Skip to content

Commit

Permalink
Revert "fix: Workaround GHA Post run failure (aws#4569)"
Browse files Browse the repository at this point in the history
This reverts commit 49a6fa5.
  • Loading branch information
engedaam committed Sep 6, 2023
1 parent dd069a7 commit 2cc8a06
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ jobs:
echo "Using cluster name \"$CLUSTER_NAME\""
echo CLUSTER_NAME=$CLUSTER_NAME >> $GITHUB_ENV
- name: create eks cluster '${{ env.CLUSTER_NAME }}'
# 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
uses: ./.github/actions/e2e/create-cluster
with:
account_id: ${{ vars.ACCOUNT_ID }}
role: ${{ vars.ROLE_NAME }}
Expand Down

0 comments on commit 2cc8a06

Please sign in to comment.