update haf and hive submodules with creating copy of datadir
- allows to reuse cache with hive and haf
- there is no need for resource_groups only flock for short period of time (only for creating copy so its not blocking runner)
- if everything was prepared in hive/haf pipeline before then pipelines run in 20 minutes (hafah_pytest_fuctional_tests_part2 runs 15 minutes so total time is not dependent on jobs with hive/haf services)
related hive merge request: hive!1045 (merged) related haf merge request: haf!335 (merged) related common-ci-configuration merge request: common-ci-configuration!21 (merged)
Merge request reports
Activity
@msobczyk Is this task still in progress (i.e. is it correctly marked as Draft MR)?
- Resolved by Dan Notestein
yes similar commit needs to be merged in hive, haf (with not trivial hive submodule update) and there is also some work in hivemind and common-ci-configuration repo
added 1 commit
- e70182d3 - Update paths with python packages in hive repo
added 7 commits
-
84186cbb...ea38c824 - 6 commits from branch
develop
- c451e8e5 - Use common cache with hive and haf
-
84186cbb...ea38c824 - 6 commits from branch
added 2 commits
@msobczyk I was able to successfully merge the ones for hived and haf, but this pipeline still fails, please take a look, I guess it is a simple issue.
Just making a quick compare of the two logs, the failing one starts diverging here:
#1
transferring dockerfile: [service:registry.gitlab.syncad.com__hive__common-ci-configuration__docker-dind-registry.gitlab.syncad.com-hive-common-ci-configuration-docker-dind-docker] 2023-10-13T22:59:56.342967705Z time="2023-10-13T22:59:56.342830274Z" level=info msg="trying next host - response was http.StatusNotFound" host=registry.gitlab.syncad.comEdited by Dan NotesteinMaybe related to this commit (I'm not sure if it was made during or after my pipeline was running): common-ci-configuration@22bc5ffa
There is wrong tag on docker image
CI_REGISTRY_IMAGE/ci-base-image
CI_IMAGE_TAG I see there is merge request where it is fixed !87 (merged) (this issue is not related to /cache)