summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-08-29 21:33:51 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-09-01 15:35:58 +0800
commitd1048394b5fecf6d450ac3eb422001e9b353e6a8 (patch)
tree6d8d710e12b2bb2a8d28eb582fff0496c3088926 /.github
parentMerge pull request #4963 from WillardHu/fix/admission-serve (diff)
downloadkubeedge-d1048394b5fecf6d450ac3eb422001e9b353e6a8.tar.gz
fix e2e test in doc pr
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main-doc.yaml16
1 files changed, 13 insertions, 3 deletions
diff --git a/.github/workflows/main-doc.yaml b/.github/workflows/main-doc.yaml
index 931cdfcfb..6993d4a34 100644
--- a/.github/workflows/main-doc.yaml
+++ b/.github/workflows/main-doc.yaml
@@ -70,9 +70,19 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
- PROTOCOL:
- - WebSocket
- - QUIC
+ cases:
+ - protocol: WebSocket
+ version: v1.24.0
+ - protocol: WebSocket
+ version: v1.23.0
+ - protocol: WebSocket
+ version: v1.22.0
+ - protocol: QUIC
+ version: v1.24.0
+ - protocol: QUIC
+ version: v1.23.0
+ - protocol: QUIC
+ version: v1.22.0
timeout-minutes: 30
name: E2e test
needs: image-prepare