Skip to content

Commit c26ee0b

Browse files
committed
trying to pin all infra images for integration tests
1 parent 160efa3 commit c26ee0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ci/integration_test_check.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@ def parse_args():
188188
# logging.info("Check is already finished according to github status, exiting")
189189
# sys.exit(0)
190190

191-
images = get_images_with_versions(reports_path, IMAGES)
191+
images = get_images_with_versions(
192+
reports_path, IMAGES, "0-7fb126d648460c159657a337b2f0cc24fbbce2ee-amd64"
193+
)
192194
images_with_versions = {i.name: i.version for i in images}
193195
result_path = os.path.join(temp_path, "output_dir")
194196
if not os.path.exists(result_path):

0 commit comments

Comments
 (0)