Skip to content

Commit 26a5b44

Browse files
committed
test: matrix executions
1 parent e7a1810 commit 26a5b44

File tree

1 file changed

+2
-40
lines changed

1 file changed

+2
-40
lines changed

.github/workflows/pi_build.yml

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
PYTHON_VERSION: ${{ vars.PYTHON_VERSION }}
2222
outputs:
23-
updated_parent_types: ${{ steps.get-diff.outputs.updated_parent_types }}
23+
matrix: ${{ steps.get-diff.outputs.matrix }}
2424
steps:
2525
- name: Checkout Repository
2626
uses: actions/checkout@v4
@@ -48,45 +48,7 @@ jobs:
4848
env:
4949
PYTHON_VERSION: ${{ vars.PYTHON_VERSION }}
5050
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) }}
9052
steps:
9153
- name: Print matrix values - ${{ matrix.parent_image_type }}
9254
run: echo "${{ toJson(matrix) }}"

0 commit comments

Comments
 (0)