We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3b27e commit dbeac5bCopy full SHA for dbeac5b
ci/cached-builds/gen_gha_matrix_jobs.py
@@ -198,8 +198,8 @@ def test_select_changed_targets(self):
198
changed_files = ["jupyter/datascience/ubi9-python-3.9/Dockerfile"]
199
200
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',
+ assert set(leafs) == {'rocm-jupyter-pytorch-ubi9-python-3.9',
+ 'rocm-jupyter-tensorflow-ubi9-python-3.9',
203
'cuda-jupyter-tensorflow-ubi9-python-3.9',
204
'jupyter-trustyai-ubi9-python-3.9',
205
'jupyter-pytorch-ubi9-python-3.9'}
0 commit comments