Skip to content

Commit

Permalink
Drop CI reverse compatibility for auto-tls rename (#14595)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Nov 7, 2023
1 parent df38a6b commit f3e1a2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion test/e2e-auto-tls-tests.sh

This file was deleted.

6 changes: 0 additions & 6 deletions test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ function parse_flags() {
readonly CERTIFICATE_CLASS="cert-manager.certificate.networking.knative.dev"
return 2
;;
# BEGIN: reverse compatibility - drop this after updating knative/infra
--run-http01-auto-tls-tests)
readonly RUN_HTTP01_EXTERNAL_DOMAIN_TLS_TESTS=1
return 1
;;
# END
--run-http01-external-domain-tls-tests)
readonly RUN_HTTP01_EXTERNAL_DOMAIN_TLS_TESTS=1
return 1
Expand Down

0 comments on commit f3e1a2d

Please sign in to comment.