Skip to content
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: 8 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,20 @@ jobs:
target:
- version: v1.30.10
ipFamily: ipv4
profile: default
- version: v1.31.6
ipFamily: ipv4
profile: default
- version: v1.32.3
ipFamily: ipv6 # only run ipv6 test on this version to save time
profile: default
# TODO: this's IPv4 first, need a way to test IPv6 first.
- version: v1.33.0
ipFamily: dual # only run dual test on latest version to save time
profile: default
- version: v1.33.0
ipFamily: dual # only run dual test on latest version to save time
profile: gateway-namespace-mode
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./tools/github-actions/setup-deps
Expand All @@ -116,6 +123,7 @@ jobs:
KIND_NODE_TAG: ${{ matrix.target.version }}
IMAGE_PULL_POLICY: IfNotPresent
IP_FAMILY: ${{ matrix.target.ipFamily }}
KUBE_DEPLOY_PROFILE: ${{ matrix.target.profile }}
run: make conformance

e2e-test:
Expand Down