|
20 | 20 | env:
|
21 | 21 | PYTHON_VERSION: ${{ vars.PYTHON_VERSION }}
|
22 | 22 | outputs:
|
23 |
| - updated_parent_types: ${{ steps.get-diff.outputs.updated_parent_types }} |
| 23 | + matrix: ${{ steps.get-diff.outputs.matrix }} |
24 | 24 | steps:
|
25 | 25 | - name: Checkout Repository
|
26 | 26 | uses: actions/checkout@v4
|
|
48 | 48 | env:
|
49 | 49 | PYTHON_VERSION: ${{ vars.PYTHON_VERSION }}
|
50 | 50 | strategy:
|
51 |
| - matrix: |
52 |
| - parent_image_type: ${{ fromJson(needs.pi-diff.outputs.updated_parent_types) }} |
53 |
| - include: |
54 |
| - - parent_image_type: common |
55 |
| - app_repo: refinery-gateway |
56 |
| - - parent_image_type: common |
57 |
| - app_repo: refinery-neural-search |
58 |
| - - parent_image_type: common |
59 |
| - app_repo: refinery-tokenizer |
60 |
| - - parent_image_type: common |
61 |
| - app_repo: refinery-updater |
62 |
| - - parent_image_type: common |
63 |
| - app_repo: refinery-weak-supervisor |
64 |
| - - parent_image_type: common |
65 |
| - app_repo: refinery-model-provider |
66 |
| - - parent_image_type: common |
67 |
| - app_repo: cognition-gateway |
68 |
| - |
69 |
| - - parent_image_type: exec-env |
70 |
| - app_repo: refinery-ac-exec-env |
71 |
| - - parent_image_type: exec-env |
72 |
| - app_repo: refinery-lf-exec-env |
73 |
| - - parent_image_type: exec-env |
74 |
| - app_repo: cognition-exec-env |
75 |
| - |
76 |
| - - parent_image_type: torch-cpu |
77 |
| - app_repo: refinery-embedder |
78 |
| - - parent_image_type: torch-cpu |
79 |
| - app_repo: refinery-ml-exec-env |
80 |
| - |
81 |
| - - parent_image_type: torch-cuda |
82 |
| - app_repo: refinery-embedder |
83 |
| - |
84 |
| - - parent_image_type: next |
85 |
| - app_repo: admin-dashboard |
86 |
| - - parent_image_type: next |
87 |
| - app_repo: cognition-ui |
88 |
| - - parent_image_type: next |
89 |
| - app_repo: refinery-ui |
| 51 | + matrix: ${{ fromJson(needs.pi-diff.outputs.matrix) }} |
90 | 52 | steps:
|
91 | 53 | - name: Print matrix values - ${{ matrix.parent_image_type }}
|
92 | 54 | run: echo "${{ toJson(matrix) }}"
|
|
0 commit comments