Skip to content

Commit 239cfd9

Browse files
🌱 cleanup tests after go/v3 deprecation
1 parent ff3fa67 commit 239cfd9

File tree

7 files changed

+1
-683
lines changed

7 files changed

+1
-683
lines changed

.github/workflows/unit-tests-legacy.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@v4
2525
with:
26-
# the go/v2 cannot be updated and is scaffold with golang 1.13
27-
# (version used by its dep version of the controller-runtime)
28-
# however, we are unable to downgrade the version here
29-
# because we will face errors
30-
# So we are keeping the latest version where it works
31-
# and highlighting that must be fixed
32-
# Therefore, we probably will deprecate go/v2 soon since we cannot upgrade it
33-
# to use the versions of controller-runtime > v0.9
34-
# and controller-tools > v0.6 as k8s > 1.21 then it might not be valid we spend effort on this fix
3526
go-version: "1.19"
3627
# This step is needed as the following one tries to remove
3728
# kustomize for each test but has no permission to do so

test/e2e/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ function test_cluster {
6464

6565
go test $(dirname "$0")/grafana $flags -timeout 30m
6666
go test $(dirname "$0")/deployimage $flags -timeout 30m
67-
go test $(dirname "$0")/v3 $flags -timeout 30m
6867
go test $(dirname "$0")/v4 $flags -timeout 30m
6968
}

test/e2e/v3/e2e_suite_test.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

test/e2e/v3/generate_test.go

Lines changed: 0 additions & 252 deletions
This file was deleted.

0 commit comments

Comments
 (0)