From fdd62b47fe8b9e52e75ed06f21512329bd81712f Mon Sep 17 00:00:00 2001 From: Dan Notestein Date: Tue, 30 Dec 2025 04:13:47 -0500 Subject: [PATCH] Add common-ci-configuration haf_app_testing templates include Include the HAF app testing templates for future use. Hafah's CI structure is different from balance_tracker/reputation_tracker: - No sync job (uses HAF data directly) - Tests extend HAF templates, not common-ci-configuration - detect_changes has custom logic to find most recent HAF cache Templates now available for future migration if needed. --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b13f57780..186d3aeca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,10 @@ include: - project: 'hive/haf' ref: 1ac5d12439b9cca33e6db383adc59967cae75fc4 # develop file: '/scripts/ci-helpers/prepare_data_image_job.yml' - # Do not include common-ci-configuration here, it is already referenced by scripts/ci-helpers/prepare_data_image_job.yml included from Haf/Hive repos +# HAF app testing templates from common-ci-configuration +- project: 'hive/common-ci-configuration' + ref: develop + file: '/templates/haf_app_testing.gitlab-ci.yml' # ============================================================================= # Detect Changes - determines if we can skip data preparation -- GitLab