|
36 | 36 | - repository: pytorch/tensorrt
|
37 | 37 | pre-script: packaging/pre_build_script.sh
|
38 | 38 | env-var-script: packaging/env_vars.txt
|
39 |
| - post-script: "" |
| 39 | + post-script: packaging/post_build_script.sh |
40 | 40 | smoke-test-script: ""
|
41 | 41 | package-name: torch_tensorrt
|
42 | 42 | name: Build torch-tensorrt whl package
|
|
64 | 64 | - repository: pytorch/tensorrt
|
65 | 65 | package-name: torch_tensorrt
|
66 | 66 | pre-script: packaging/pre_build_script.sh
|
| 67 | + post-script: packaging/post_build_script.sh |
67 | 68 | uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
|
68 | 69 | with:
|
69 | 70 | job-name: tests-py-torchscript-fe
|
|
99 | 100 | - repository: pytorch/tensorrt
|
100 | 101 | package-name: torch_tensorrt
|
101 | 102 | pre-script: packaging/pre_build_script.sh
|
| 103 | + post-script: packaging/post_build_script.sh |
102 | 104 | uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
|
103 | 105 | with:
|
104 | 106 | job-name: tests-py-dynamo-converters
|
@@ -126,6 +128,7 @@ jobs:
|
126 | 128 | - repository: pytorch/tensorrt
|
127 | 129 | package-name: torch_tensorrt
|
128 | 130 | pre-script: packaging/pre_build_script.sh
|
| 131 | + post-script: packaging/post_build_script.sh |
129 | 132 | uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
|
130 | 133 | with:
|
131 | 134 | job-name: tests-py-dynamo-fe
|
@@ -154,6 +157,7 @@ jobs:
|
154 | 157 | - repository: pytorch/tensorrt
|
155 | 158 | package-name: torch_tensorrt
|
156 | 159 | pre-script: packaging/pre_build_script.sh
|
| 160 | + post-script: packaging/post_build_script.sh |
157 | 161 | uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
|
158 | 162 | with:
|
159 | 163 | job-name: tests-py-dynamo-serde
|
@@ -181,6 +185,7 @@ jobs:
|
181 | 185 | - repository: pytorch/tensorrt
|
182 | 186 | package-name: torch_tensorrt
|
183 | 187 | pre-script: packaging/pre_build_script.sh
|
| 188 | + post-script: packaging/post_build_script.sh |
184 | 189 | uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
|
185 | 190 | with:
|
186 | 191 | job-name: tests-py-torch-compile-be
|
@@ -209,6 +214,7 @@ jobs:
|
209 | 214 | - repository: pytorch/tensorrt
|
210 | 215 | package-name: torch_tensorrt
|
211 | 216 | pre-script: packaging/pre_build_script.sh
|
| 217 | + post-script: packaging/post_build_script.sh |
212 | 218 | uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
|
213 | 219 | with:
|
214 | 220 | job-name: tests-py-dynamo-core
|
|
0 commit comments