From d316637dfca627841f8785a28ef1c3046f65f101 Mon Sep 17 00:00:00 2001 From: Michal Zander <mzander@syncad.com> Date: Mon, 31 Mar 2025 13:39:06 +0000 Subject: [PATCH] Bump haf --- .gitlab-ci.yml | 13 +++---------- haf | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41c6342..dfc92ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,22 +22,15 @@ variables: DATA_CACHE_HAF_PREFIX: "/cache/replay_data_haf" BLOCK_LOG_SOURCE_DIR_5M: /blockchain/block_log_5m FF_NETWORK_PER_BUILD: 1 - BUILDER_IMAGE_TAG: "@sha256:834e666ee84fb78d66a695b274b87f75535f96fda98e51726a23eab60812813b" + # uses registry.gitlab.syncad.com/hive/haf/ci-base-image:ubuntu24.04-1 + BUILDER_IMAGE_TAG: "@sha256:fc149082a4ee91ed622a14d283ae7fe44d13b123f2927d2e71a2167bbe63fab0" BUILDER_IMAGE_PATH: "registry.gitlab.syncad.com/hive/haf/ci-base-image${BUILDER_IMAGE_TAG}" include: - template: Workflows/Branch-Pipelines.gitlab-ci.yml - project: hive/haf - ref: a7146e11ea31a2d8b615aad30f7ac699df95c246 # develop + ref: 18f105eecfb3e47cd4f995801ad65c430d568cbb # develop file: /scripts/ci-helpers/prepare_data_image_job.yml -- project: 'hive/common-ci-configuration' - ref: 6b9e9e75ec5263939450936a4f8348dfbca3666d - file: - - '/templates/test_jobs.gitlab-ci.yml' - - '/templates/python_projects.gitlab-ci.yml' - - '/templates/docker_image_jobs.gitlab-ci.yml' - - '/templates/cache_cleanup.gitlab-ci.yml' - - '/templates/npm_projects.gitlab-ci.yml' .lint_job: stage: lint diff --git a/haf b/haf index a7146e1..18f105e 160000 --- a/haf +++ b/haf @@ -1 +1 @@ -Subproject commit a7146e11ea31a2d8b615aad30f7ac699df95c246 +Subproject commit 18f105eecfb3e47cd4f995801ad65c430d568cbb -- GitLab