Skip to content

Commit dbeac5b

Browse files
authored
fix(ci): update target names in selftests for github action scripting (#632)
This is a followup to * opendatahub-io#620 (review)
1 parent bc3b27e commit dbeac5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/cached-builds/gen_gha_matrix_jobs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ def test_select_changed_targets(self):
198198
changed_files = ["jupyter/datascience/ubi9-python-3.9/Dockerfile"]
199199

200200
leafs = gha_pr_changed_files.filter_out_unchanged(leafs, changed_files)
201-
assert set(leafs) == {'rocm-jupyter-pytorch-c9s-python-3.9',
202-
'rocm-jupyter-tensorflow-c9s-python-3.9',
201+
assert set(leafs) == {'rocm-jupyter-pytorch-ubi9-python-3.9',
202+
'rocm-jupyter-tensorflow-ubi9-python-3.9',
203203
'cuda-jupyter-tensorflow-ubi9-python-3.9',
204204
'jupyter-trustyai-ubi9-python-3.9',
205205
'jupyter-pytorch-ubi9-python-3.9'}

0 commit comments

Comments
 (0)