Skip to content

Commit 9d45aba

Browse files
authored
Remove Operator UI (#2205)
Signed-off-by: pjuarezd <[email protected]>
1 parent b70bfee commit 9d45aba

File tree

997 files changed

+279
-147682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

997 files changed

+279
-147682
lines changed

.github/workflows/goreleaser.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: goreleaser
22

33
on:
44
pull_request:
5-
types: [opened, reopened, synchronize]
5+
types: [ opened, reopened, synchronize ]
66
branches:
77
- 'release*'
88
- 'master'
@@ -24,9 +24,6 @@ jobs:
2424
uses: docker/setup-qemu-action@v2
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3
27-
- name: Set up swagger
28-
run: |
29-
go install github.com/go-swagger/go-swagger/cmd/swagger@latest
3027
- name: Run GoReleaser
3128
uses: goreleaser/goreleaser-action@v5
3229
with:

.github/workflows/kubernetes-tests.yml

+30
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,36 @@ jobs:
288288
- name: Tenant upgrade test on Kind
289289
run: |
290290
"${GITHUB_WORKSPACE}/testing/deploy-tenant-upgrade.sh"
291+
# test-kes:
292+
# timeout-minutes: 30
293+
# runs-on: ${{ matrix.os }}
294+
# needs:
295+
# - operator
296+
# strategy:
297+
# matrix:
298+
# go-version: [ 1.22.x ]
299+
# os: [ ubuntu-latest ]
300+
#
301+
# steps:
302+
# - uses: actions/checkout@v3
303+
# - uses: actions/setup-go@v4
304+
# with:
305+
# go-version: ${{ matrix.go-version }}
306+
# - uses: actions/cache@v3
307+
# name: Operator Binary Cache
308+
# with:
309+
# path: |
310+
# ./minio-operator
311+
# key: ${{ runner.os }}-binary-${{ github.run_id }}
312+
# - uses: actions/cache@v3
313+
# name: Operator Sidecar Binary Cache
314+
# with:
315+
# path: |
316+
# ./sidecar/minio-operator-sidecar
317+
# key: ${{ runner.os }}-sidecar-binary-${{ github.run_id }}
318+
# - name: Tenant KES
319+
# run: |
320+
# "${GITHUB_WORKSPACE}/testing/console-tenant+kes.sh"
291321
test-tenant-hotfix-update:
292322
timeout-minutes: 30
293323
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)