Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
artanokhov committed Sep 11, 2024
1 parent b2eb620 commit aa4a054
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/tests/test_arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'device': ['cpu', 'gpu'],
'dockerfile_name': 'openvino_cg_dev_2022.1.0.dockerfile',
'python': 'python310',
'tags': ['ubuntu18_dev:2022.1.0', 'ubuntu18_dev:latest'],
'tags': ['ubuntu22_dev:2022.1.0', 'ubuntu22_dev:latest'],
'image_json_path': pathlib.Path('image_data.json').absolute(),
'install_type': 'copy',
},
Expand Down Expand Up @@ -140,7 +140,7 @@
'device': ['cpu', 'gpu'],
'python': 'python310',
'dockerfile_name': 'openvino_cg_dev_2022.1.0.dockerfile',
'tags': ['ubuntu18_dev:2022.1.0', 'ubuntu18_dev:latest'],
'tags': ['ubuntu22_dev:2022.1.0', 'ubuntu22_dev:latest'],
'distribution': 'dev',
'product_version': '2022.1.0',
},
Expand All @@ -158,7 +158,7 @@
'device': ['cpu', 'gpu'],
'python': 'python310',
'dockerfile_name': 'openvino_cg_dev_2022.1.0.dockerfile',
'tags': ['ubuntu18_dev:2022.1.0', 'ubuntu18_dev:latest'],
'tags': ['ubuntu22_dev:2022.1.0', 'ubuntu22_dev:latest'],
'distribution': 'dev',
'product_version': '2022.1.0',
},
Expand Down Expand Up @@ -196,7 +196,7 @@
{
'device': ['cpu', 'gpu'],
'python': 'python310',
'dockerfile_name': 'openvino_cg_dev_2024.5.0.dockerfile',
'dockerfile_name': 'openvino_cg_dev_2024.5.0.0.dockerfile',
'tags': ['my_tag:latest'],
'distribution': 'dev',
'product_version': '2024.5.0.0',
Expand Down

0 comments on commit aa4a054

Please sign in to comment.