From 5d08f1ae4bcb5f223adca0f222c4afb087dcdc11 Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Tue, 21 Jan 2025 07:09:19 -0800 Subject: [PATCH] Envoy test is broken. Disable. (#73) Signed-off-by: Kevin Fox --- .github/workflows/pr_build.yaml | 4 ++-- examples/envoy/README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_build.yaml b/.github/workflows/pr_build.yaml index 59b2a27..72f9461 100644 --- a/.github/workflows/pr_build.yaml +++ b/.github/workflows/pr_build.yaml @@ -22,7 +22,7 @@ jobs: - name: install minikube id: minikube uses: medyagh/setup-minikube@master - - name: Envoy example - run: examples/envoy/test.sh + #- name: Envoy example + # run: examples/envoy/test.sh - name: K8s examples run: examples/k8s/test-all.sh diff --git a/examples/envoy/README.md b/examples/envoy/README.md index a7e18e8..d4a51c6 100644 --- a/examples/envoy/README.md +++ b/examples/envoy/README.md @@ -1,5 +1,8 @@ # Envoy 1.17.0 SDS Example with SPIRE 1.5.1 +[!WARNING] +This example is no longer tested regularly. Some assembly may be required. Please let us know if changes are needed. + ## Requirements - Go 1.14+