Skip to content

Commit

Permalink
To remove decommission test from upstream (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz committed Apr 18, 2024
1 parent 6a3d80e commit 509b170
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/kubernetes-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,29 +255,6 @@ jobs:
- name: Test PolicyBinding CRD and sts call on kind
run: |
"${GITHUB_WORKSPACE}/testing/test-policy-binding.sh"
test-decommission:
timeout-minutes: 30
needs:
- operator
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.21.x ]
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- uses: actions/cache@v3
name: Operator Binary Cache
with:
path: |
./minio-operator
key: ${{ runner.os }}-binary-${{ github.run_id }}
- name: Decommission Test
run: |
"${GITHUB_WORKSPACE}/testing/decommission-test.sh"
helm:
timeout-minutes: 30
# The type of runner that the job will run on
Expand Down

0 comments on commit 509b170

Please sign in to comment.