Skip to content

Commit

Permalink
Merge pull request #3354 from camilamacedo86/v3-cleanup-test
Browse files Browse the repository at this point in the history
🌱 cleanup tests after go/v3 deprecation
  • Loading branch information
k8s-ci-robot authored May 1, 2023
2 parents 1459db3 + 239cfd9 commit 4c98457
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 683 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/unit-tests-legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
# the go/v2 cannot be updated and is scaffold with golang 1.13
# (version used by its dep version of the controller-runtime)
# however, we are unable to downgrade the version here
# because we will face errors
# So we are keeping the latest version where it works
# and highlighting that must be fixed
# Therefore, we probably will deprecate go/v2 soon since we cannot upgrade it
# to use the versions of controller-runtime > v0.9
# and controller-tools > v0.6 as k8s > 1.21 then it might not be valid we spend effort on this fix
go-version: "1.19"
# This step is needed as the following one tries to remove
# kustomize for each test but has no permission to do so
Expand Down
1 change: 0 additions & 1 deletion test/e2e/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,5 @@ function test_cluster {

go test $(dirname "$0")/grafana $flags -timeout 30m
go test $(dirname "$0")/deployimage $flags -timeout 30m
go test $(dirname "$0")/v3 $flags -timeout 30m
go test $(dirname "$0")/v4 $flags -timeout 30m
}
32 changes: 0 additions & 32 deletions test/e2e/v3/e2e_suite_test.go

This file was deleted.

252 changes: 0 additions & 252 deletions test/e2e/v3/generate_test.go

This file was deleted.

Loading

0 comments on commit 4c98457

Please sign in to comment.