Skip to content

Commit

Permalink
Fix test suite (#741)
Browse files Browse the repository at this point in the history
The tests rely on calling the proxy's `/shutdown` endpoint, that now
needs to be explicitly enabled via a flag.
  • Loading branch information
alpeb authored Dec 5, 2024
1 parent da68ff1 commit dd4c394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
curl -sL https://run.linkerd.io/install-edge | sh
export PATH=$PATH:~/.linkerd2/bin
linkerd install --crds | kubectl apply -f -
linkerd install | kubectl apply -f -
linkerd install --set proxy.enableShutdownEndpoint=true | kubectl apply -f -
linkerd check
- name: Install linkerd-smi
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
curl -sL https://run.linkerd.io/install | sh
export PATH=$PATH:~/.linkerd2/bin
linkerd install --crds | kubectl apply -f -
linkerd install | kubectl apply -f -
linkerd install --set proxy.enableShutdownEndpoint=true | kubectl apply -f -
linkerd check
- name: Install linkerd-smi
run: |
Expand Down

0 comments on commit dd4c394

Please sign in to comment.