Skip to content

Commit

Permalink
Envoy test is broken. Disable. (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 authored Jan 21, 2025
1 parent 74b09c7 commit 5d08f1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions examples/envoy/README.md
Original file line number Diff line number Diff line change
@@ -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+
Expand Down

0 comments on commit 5d08f1a

Please sign in to comment.