Skip to content

Commit 0100f94

Browse files
Update triton_update_ci.yml
1 parent 61ba078 commit 0100f94

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/workflows/triton_update_ci.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,41 @@ jobs:
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+
]

0 commit comments

Comments
 (0)