Skip to content

Commit

Permalink
fix(ci): update target names in selftests for github action scripting
Browse files Browse the repository at this point in the history
This is a followup to

* opendatahub-io#620 (review)
  • Loading branch information
jiridanek committed Jul 23, 2024
1 parent bc3b27e commit 04c2678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/cached-builds/gen_gha_matrix_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ def test_select_changed_targets(self):
changed_files = ["jupyter/datascience/ubi9-python-3.9/Dockerfile"]

leafs = gha_pr_changed_files.filter_out_unchanged(leafs, changed_files)
assert set(leafs) == {'rocm-jupyter-pytorch-c9s-python-3.9',
'rocm-jupyter-tensorflow-c9s-python-3.9',
assert set(leafs) == {'rocm-jupyter-pytorch-ubi9-python-3.9',
'rocm-jupyter-tensorflow-ubi9-python-3.9',
'cuda-jupyter-tensorflow-ubi9-python-3.9',
'jupyter-trustyai-ubi9-python-3.9',
'jupyter-pytorch-ubi9-python-3.9'}

0 comments on commit 04c2678

Please sign in to comment.