Modify KUBE_JOB_NAME to fix the problem of the string being too long (#37572)

This commit is contained in:
hhhh1252023
2026-09-03 11:43:36 +08:00
committed by GitHub
parent cf3173aeb9
commit 81b0e4985a
@@ -79,7 +79,7 @@ jobs:
KUBECONFIG: /root/.cache/.cache/kb.yaml
KUBECTL: /root/.cache/.cache/kubectl
NAMESPACE: sgl-project
KUBE_JOB_NAME: ascend-sglang-test-${{ github.run_id }}
KUBE_JOB_NAME: ascend-${{ github.run_id }}
SGLANG_IS_IN_CI: true
ASCEND_E2E_TEST_CONFIG_PATH: python/sglang/test/ascend/e2e
SGLANG_USE_MODELSCOPE: true