Skip to content

Commit

Permalink
Revert "ci: run cert-manager scenario with SMI policies enabled (open…
Browse files Browse the repository at this point in the history
…servicemesh#1549)" (openservicemesh#1551)

This reverts commit 5e71156.

Commit 5e71156 accidentally changed
the wrong test.
  • Loading branch information
shashankram authored Aug 17, 2020
1 parent 5e71156 commit 26a2bba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
go run ./ci/cmd/maestro.go
integration-nosplit:
name: Integration Test with jetstack/cert-manager, SMI traffic policies, and egress disabled
name: Integration Test with jetstack/cert-manager, SMI traffic policies (no Traffic Split), and egress disabled
runs-on: ubuntu-latest
needs: [build]
steps:
Expand All @@ -254,14 +254,14 @@ jobs:
go-version: 1.14
id: go

- name: Run Simulation w/ jetstack/cert-manager, SMI policies, and egress disabled
- name: Run Simulation w/ jetstack/cert-manager, SMI policies (no Traffic Split), and egress disabled
env:
CERT_MANAGER: "cert-manager" # enables jetstack/cert-manager integration
BOOKSTORE_SVC: "bookstore"
BOOKSTORE_SVC: "bookstore-v1"
BOOKTHIEF_EXPECTED_RESPONSE_CODE: "404"
ENABLE_EGRESS: "false"
EGRESS_EXPECTED_RESPONSE_CODE: "404" # egress is disabled
DEPLOY_TRAFFIC_SPLIT: "true"
DEPLOY_TRAFFIC_SPLIT: "false"
run: |
touch .env
make kind-up
Expand Down

0 comments on commit 26a2bba

Please sign in to comment.