File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ concurrency:
3434
3535jobs :
3636 e2e-test :
37+ strategy :
38+ matrix :
39+ cases_subset :
40+ - v2
3741 runs-on : buildjet-2vcpu-ubuntu-2004
3842 steps :
3943 - name : Checkout
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 : |
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
You can’t perform that action at this time.
0 commit comments