Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

ci: run cert-manager scenario with SMI policies enabled #1549

Merged
merged 1 commit into from
Aug 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 (no Traffic Split), and egress disabled
name: Integration Test with jetstack/cert-manager, SMI traffic policies, 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 (no Traffic Split), and egress disabled
- name: Run Simulation w/ jetstack/cert-manager, SMI policies, and egress disabled
env:
CERT_MANAGER: "cert-manager" # enables jetstack/cert-manager integration
BOOKSTORE_SVC: "bookstore-v1"
BOOKSTORE_SVC: "bookstore"
BOOKTHIEF_EXPECTED_RESPONSE_CODE: "404"
ENABLE_EGRESS: "false"
EGRESS_EXPECTED_RESPONSE_CODE: "404" # egress is disabled
DEPLOY_TRAFFIC_SPLIT: "false"
DEPLOY_TRAFFIC_SPLIT: "true"
run: |
touch .env
make kind-up
Expand Down