Skip to content

Commit

Permalink
Remove sample app namespace in the beginning Ref:PR-182
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 28, 2024
1 parent 921ae49 commit 5b932b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet-eks-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ jobs:
run: |
echo "${{ github.workspace }}/eksctl" >> $GITHUB_PATH
# This step deletes lingering resources from previous test runs
- name: Delete all sample app namespaces
continue-on-error: true
timeout-minutes: 5
run: kubectl get namespace | awk '/^ns-[0-9]+-[0-9]+/{print $1}' | xargs kubectl delete namespace

- name: Create role for AWS access from the sample app
id: create_service_account
uses: ./.github/workflows/actions/execute_and_retry
Expand Down

0 comments on commit 5b932b5

Please sign in to comment.