File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 4343 echo "VLLM_VERSION = ${VLLM_VERSION}"
4444
4545 curl --fail --request POST --form token=${{ secrets.PIPELINE_TOKEN }} -F ref=${GITHUB_HEAD_REF} -F variables[BUILD_OPTION]="BUILD_SOURCE" -F variables[TRITON_CONTAINER_VERSION]="${TRITON_CONTAINER_VERSION}" -F variables[VLLM_VERSION]="${VLLM_VERSION}" -F variables[TEST_OPTION]="ALL_TESTS" "${{ secrets.PIPELINE_URL }}"
46+ add-badges :
47+ environment : GITLAB
48+ needs : trigger-ci
49+ runs-on : self-hosted
50+ steps :
51+ - uses : wow-actions/add-badges@v1
52+ env :
53+ repo_url : ${{ github.event.repository.html_url }}
54+ repo_name : ${{ github.event.repository.name }}
55+ repo_owner : ${{ github.event.repository.owner.login }}
56+ with :
57+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58+ center : true
59+ badges : |
60+ [
61+ [
62+ {
63+ "badge": "https://img.shields.io/github/license/${{ env.repo_owner }}/${{ env.repo_name }}?style=flat-square",
64+ "alt": "MIT License",
65+ "link": "${{ env.repo_url }}/blob/master/LICENSE"
66+ },
67+ {
68+ "badge": "https://img.shields.io/badge/Triton-24.10-8A2BE2",
69+ "alt": "Triton",
70+ "link": "https://github.com/triton-inference-server/vllm_backend"
71+ },
72+ {
73+ "badge": "https://img.shields.io/badge/vLLM-0.5.5-blue",
74+ "alt": "vLLM",
75+ "link": "https://github.com/vllm-project/vllm"
76+ },
77+ {
78+ "badge": "https://img.shields.io/badge/CI_Passing-V100%2CA100%2CH100-Green",
79+ "alt": "CI",
80+ "link": "https://github.com/triton-inference-server/vllm_backend/actions"
81+ }
82+ ]
83+ ]
You can’t perform that action at this time.
0 commit comments