|
34 | 34 | REBEL_VLLM_PRE_COMPILED_DIR: ${{ secrets.VLLM_PRE_COMPILED_DIR }} |
35 | 35 |
|
36 | 36 | jobs: |
| 37 | + get-compiler-version: |
| 38 | + if: ${{ !inputs.rebel_compiler_version }} |
| 39 | + uses: ./.github/workflows/rbln_utils_get_compiler_version_ci.yaml |
| 40 | + secrets: inherit |
| 41 | + |
37 | 42 | test_vllm_rbln_rsd1: |
38 | 43 | name: Optimum Test CI RSD 1 |
| 44 | + needs: [get-compiler-version] |
39 | 45 | runs-on: rbln-sw-k8s-ca22-1 |
40 | 46 | container: |
41 | 47 | image: mcr.microsoft.com/devcontainers/python:3.12 |
|
71 | 77 | - name: Checkout current repository |
72 | 78 | uses: actions/checkout@v4 |
73 | 79 | with: |
74 | | - ref: ${{ inputs.pr_number && format('refs/pull/{0}/merge', inputs.pr_number) || inputs.ref || github.sha }} |
| 80 | + ref: ${{ inputs.ref || github.sha }} |
75 | 81 | submodules: recursive |
76 | 82 | fetch-depth: 0 |
77 | 83 |
|
@@ -128,6 +134,7 @@ jobs: |
128 | 134 |
|
129 | 135 | test_vllm_rbln_rsd4: |
130 | 136 | name: Optimum Test CI RSD 4 |
| 137 | + needs: [get-compiler-version] |
131 | 138 | runs-on: rbln-sw-k8s-ca22-4 |
132 | 139 | container: |
133 | 140 | image: mcr.microsoft.com/devcontainers/python:3.12 |
@@ -163,7 +170,7 @@ jobs: |
163 | 170 | - name: Checkout current repository |
164 | 171 | uses: actions/checkout@v4 |
165 | 172 | with: |
166 | | - ref: ${{ inputs.pr_number && format('refs/pull/{0}/merge', inputs.pr_number) || inputs.ref || github.sha }} |
| 173 | + ref: ${{ inputs.ref || github.sha }} |
167 | 174 | submodules: recursive |
168 | 175 | fetch-depth: 0 |
169 | 176 |
|
@@ -264,6 +271,7 @@ jobs: |
264 | 271 |
|
265 | 272 | test_vllm_rbln_rsd8: |
266 | 273 | name: Optimum Test CI RSD 8 |
| 274 | + needs: [get-compiler-version] |
267 | 275 | runs-on: rbln-sw-k8s-ca22-8 |
268 | 276 | container: |
269 | 277 | image: mcr.microsoft.com/devcontainers/python:3.12 |
@@ -299,7 +307,7 @@ jobs: |
299 | 307 | - name: Checkout current repository |
300 | 308 | uses: actions/checkout@v4 |
301 | 309 | with: |
302 | | - ref: ${{ inputs.pr_number && format('refs/pull/{0}/merge', inputs.pr_number) || inputs.ref || github.sha }} |
| 310 | + ref: ${{ inputs.ref || github.sha }} |
303 | 311 | submodules: recursive |
304 | 312 | fetch-depth: 0 |
305 | 313 |
|
|
0 commit comments