Skip to content

Commit 30bff04

Browse files
authored
[CD] Update delivery yml on 3.3 (#937)
1 parent e2fe12d commit 30bff04

2 files changed

Lines changed: 48 additions & 6 deletions

File tree

.github/workflows/aipu3.3-delivery.yml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: CD-AIPU3.3
22

3-
permissions:
4-
contents: write
5-
63
on:
74
workflow_dispatch:
85
inputs:
@@ -16,6 +13,15 @@ on:
1613
PLATFORM:
1714
required: true
1815
default: 'x86_64'
16+
BRANCH:
17+
required: true
18+
default: 'triton_v3.3.x'
19+
TRITON:
20+
required: true
21+
default: '3.3'
22+
BACKEND:
23+
required: true
24+
default: 'aipu'
1925
FLAGTREE_PYPI_KEY:
2026
required: false
2127
workflow_call:
@@ -32,6 +38,18 @@ on:
3238
type: string
3339
required: true
3440
default: 'x86_64'
41+
BRANCH:
42+
type: string
43+
required: true
44+
default: 'triton_v3.3.x'
45+
TRITON:
46+
type: string
47+
required: true
48+
default: '3.3'
49+
BACKEND:
50+
type: string
51+
required: true
52+
default: 'aipu'
3553
FLAGTREE_PYPI_KEY:
3654
type: string
3755
required: false
@@ -43,5 +61,8 @@ jobs:
4361
WHL_VER: ${{ inputs.WHL_VER }}
4462
PYTHON_VER: ${{ inputs.PYTHON_VER }}
4563
PLATFORM: ${{ inputs.PLATFORM }}
64+
BRANCH: ${{ inputs.BRANCH }}
65+
TRITON: ${{ inputs.TRITON }}
66+
BACKEND: ${{ inputs.BACKEND }}
4667
FLAGTREE_PYPI_KEY: ${{ inputs.FLAGTREE_PYPI_KEY }}
4768
secrets: inherit

.github/workflows/tsingmicro3.3-delivery.yml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: CD-Tsingmicro3.3
22

3-
permissions:
4-
contents: write
5-
63
on:
74
workflow_dispatch:
85
inputs:
@@ -16,6 +13,15 @@ on:
1613
PLATFORM:
1714
required: true
1815
default: 'x86_64'
16+
BRANCH:
17+
required: true
18+
default: 'triton_v3.3.x'
19+
TRITON:
20+
required: true
21+
default: '3.3'
22+
BACKEND:
23+
required: true
24+
default: 'tsingmicro'
1925
FLAGTREE_PYPI_KEY:
2026
required: false
2127
workflow_call:
@@ -32,6 +38,18 @@ on:
3238
type: string
3339
required: true
3440
default: 'x86_64'
41+
BRANCH:
42+
type: string
43+
required: true
44+
default: 'triton_v3.3.x'
45+
TRITON:
46+
type: string
47+
required: true
48+
default: '3.3'
49+
BACKEND:
50+
type: string
51+
required: true
52+
default: 'tsingmicro'
3553
FLAGTREE_PYPI_KEY:
3654
type: string
3755
required: false
@@ -43,5 +61,8 @@ jobs:
4361
WHL_VER: ${{ inputs.WHL_VER }}
4462
PYTHON_VER: ${{ inputs.PYTHON_VER }}
4563
PLATFORM: ${{ inputs.PLATFORM }}
64+
BRANCH: ${{ inputs.BRANCH }}
65+
TRITON: ${{ inputs.TRITON }}
66+
BACKEND: ${{ inputs.BACKEND }}
4667
FLAGTREE_PYPI_KEY: ${{ inputs.FLAGTREE_PYPI_KEY }}
4768
secrets: inherit

0 commit comments

Comments
 (0)