Commit 958c8ee
committed
test: pass mpkit-url from deploy to test via job outputs
Refactor instance URL handling to use job outputs instead of
querying the CI repository in the test job.
Changes:
- Deploy job: add mpkit-url output from reserve step
- Test job: use deploy job output for MPKIT_URL environment variable
- Test job: remove redundant "Get reserved instance URL" step
- Test job: move MPKIT_URL to job-level env for cleaner configuration
This simplifies the workflow by eliminating an extra API call to
retrieve the instance URL that was already reserved in the deploy job.1 parent 2cad645 commit 958c8ee
1 file changed
Lines changed: 4 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
188 | | - | |
| 190 | + | |
189 | 191 | | |
| 192 | + | |
190 | 193 | | |
191 | 194 | | |
192 | 195 | | |
| |||
200 | 203 | | |
201 | 204 | | |
202 | 205 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | 206 | | |
213 | 207 | | |
214 | 208 | | |
215 | 209 | | |
216 | 210 | | |
217 | 211 | | |
218 | 212 | | |
219 | | - | |
220 | | - | |
221 | 213 | | |
222 | 214 | | |
223 | 215 | | |
| |||
0 commit comments