From 0aaa7565e3f0075f301c153202f724c127735a04 Mon Sep 17 00:00:00 2001 From: Cesar Celis Hernandez Date: Wed, 17 Apr 2024 17:40:06 -0400 Subject: [PATCH] To remove decommission test from upstream --- .github/workflows/kubernetes-tests.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/.github/workflows/kubernetes-tests.yml b/.github/workflows/kubernetes-tests.yml index 581d0415082..85124f4d5ed 100644 --- a/.github/workflows/kubernetes-tests.yml +++ b/.github/workflows/kubernetes-tests.yml @@ -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