Skip to content

Commit 60f1681

Browse files
MyroTkEnmk
authored andcommitted
Force integration arm rebuild
1 parent f7c7373 commit 60f1681

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/ci/ci.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,10 +1285,9 @@ def _configure_docker_jobs(docker_digest_or_latest: bool) -> Dict:
12851285
# FIXME: we need login as docker manifest inspect goes directly to one of the *.docker.com hosts instead of "registry-mirrors" : ["http://dockerhub-proxy.dockerhub-proxy-zone:5000"]
12861286
# find if it's possible to use the setting of /etc/docker/daemon.json (https://github.com/docker/cli/issues/4484#issuecomment-1688095463)
12871287
docker_images_helper.docker_login()
1288-
missing_multi_dict = check_missing_images_on_dockerhub(imagename_digest_dict)
1289-
print(imagename_digest_dict) #debug
1288+
# missing_multi_dict = check_missing_images_on_dockerhub(imagename_digest_dict) #REMOVEME: force clickhouse to build integration
1289+
missing_multi_dict = {'altinityinfra/integration-test' : imagename_digest_dict['altinityinfra/integration-test'], 'altinityinfra/integration-tests-runner':imagename_digest_dict['altinityinfra/integration-tests-runner'], 'altinityinfra/integration-helper':imagename_digest_dict['altinityinfra/integration-helper']}
12901290
missing_multi = list(missing_multi_dict)
1291-
print(missing_multi_dict) #debug
12921291
missing_amd64 = []
12931292
missing_aarch64 = []
12941293
if not docker_digest_or_latest:
@@ -1308,7 +1307,6 @@ def _configure_docker_jobs(docker_digest_or_latest: bool) -> Dict:
13081307
"aarch64",
13091308
)
13101309
)
1311-
print(missing_aarch64) #debug
13121310
else:
13131311
if missing_multi:
13141312
assert False, f"Missing images [{missing_multi}], cannot proceed"

0 commit comments

Comments
 (0)