From 4224702f768655e8d6951c9d66935207148cf4fd Mon Sep 17 00:00:00 2001 From: Juncheng Zhu Date: Fri, 13 Dec 2024 00:29:15 +0000 Subject: [PATCH] test: update e2e CLI 7 Signed-off-by: Juncheng Zhu --- Makefile | 2 +- scripts/generate-crl-testing-certs.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index bd09b2f42..9b55481d5 100644 --- a/Makefile +++ b/Makefile @@ -577,7 +577,7 @@ e2e-deploy-base-ratify: e2e-notation-setup e2e-notation-leaf-cert-setup e2e-cosi rm mount_config.json -e2e-deploy-ratify: e2e-notation-setup e2e-notation-leaf-cert-setup e2e-cosign-setup e2e-cosign-setup e2e-licensechecker-setup e2e-sbom-setup e2e-trivy-setup e2e-schemavalidator-setup e2e-vulnerabilityreport-setup e2e-inlinecert-setup e2e-build-crd-image load-build-crd-image e2e-build-local-ratify-image load-local-ratify-image e2e-helm-deploy-ratify +e2e-deploy-ratify: e2e-notation-setup e2e-notation-leaf-cert-setup e2e-notation-crl-setup e2e-cosign-setup e2e-cosign-setup e2e-licensechecker-setup e2e-sbom-setup e2e-trivy-setup e2e-schemavalidator-setup e2e-vulnerabilityreport-setup e2e-inlinecert-setup e2e-build-crd-image load-build-crd-image e2e-build-local-ratify-image load-local-ratify-image e2e-helm-deploy-ratify e2e-build-local-ratify-base-image: docker build --progress=plain --no-cache \ diff --git a/scripts/generate-crl-testing-certs.sh b/scripts/generate-crl-testing-certs.sh index 2fd13481b..a02391aef 100755 --- a/scripts/generate-crl-testing-certs.sh +++ b/scripts/generate-crl-testing-certs.sh @@ -24,9 +24,6 @@ # - intermediate_revoked.crl: the CRL file that includes the revoked intermediate # - root.crt: the root certificate. # -# Note: The script will not run in the pipeline, but we need to keep it for -# future maintenance because generating those test certificates with CRL is not -# easy. set -o errexit set -o nounset