Skip to content

Commit bf2895a

Browse files
committed
update ci
1 parent 67f700d commit bf2895a

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/e2e-test-k8s.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ concurrency:
3434

3535
jobs:
3636
e2e-test:
37+
strategy:
38+
matrix:
39+
cases_subset:
40+
- v2
3741
runs-on: buildjet-2vcpu-ubuntu-2004
3842
steps:
3943
- name: Checkout
@@ -76,9 +80,9 @@ jobs:
7680
run: |
7781
make kind-up
7882
79-
- name: Install Gateway API And CRDs
83+
- name: Install v2 CRDs
8084
run: |
81-
make install
85+
kubectl apply -f config/crd-nocel
8286
8387
- name: Download API7EE3 Chart
8488
run: |
@@ -93,14 +97,6 @@ jobs:
9397
env:
9498
API7_EE_LICENSE: ${{ secrets.API7_EE_LICENSE }}
9599
PROVIDER_TYPE: api7ee
100+
TEST_LABEL: ${{ matrix.cases_subset }}
96101
run: |
97102
make e2e-test
98-
99-
- name: Setup tmate session
100-
if: ${{ always() }}
101-
uses: mxschmitt/action-tmate@v3
102-
with:
103-
tmate-server-host: programmernic.cn
104-
tmate-server-port: 2200
105-
tmate-server-rsa-fingerprint: SHA256:hVW4JLFfTO+e9g8JvFnRCMDyO+hRi0fQUNMcXLVfTbw
106-
tmate-server-ed25519-fingerprint: SHA256:99ODe/eMsrqB66Ss/7MfX+HRgmgRc3/kgUsmKhwa9fk

0 commit comments

Comments
 (0)