Skip to content

Commit 7715949

Browse files
committed
fix
Signed-off-by: wangli <[email protected]>
1 parent 5bf71b6 commit 7715949

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/_e2e_nightly_multi_node.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ on:
4141
default: main
4242
type: string
4343
description: used for pr level tests
44+
secrets:
45+
KUBECONFIG_B64:
46+
required: true
4447

4548

4649
# Bash shells do not use ~/.profile or ~/.bashrc so these shells need to be explicitly

.github/workflows/vllm_ascend_test_nightly_a3.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,6 @@ jobs:
102102
replicas: 1
103103
size: ${{ matrix.test_config.size }}
104104
config_file_path: ${{ matrix.test_config.config_file_path }}
105+
secrets:
106+
KUBECONFIG_B64: ${{ secrets.KUBECONFIG_B64 }}
107+

0 commit comments

Comments
 (0)