Skip to content
Snippets Groups Projects
Verified Commit ae67e500 authored by Konrad Botor's avatar Konrad Botor
Browse files

Updated HAF submodule and poetry.lock. Split cache cleanup job into sepraate...

Updated HAF submodule and poetry.lock. Split cache cleanup job into sepraate jobs for HAF and Hive cache.
parent a85fc0b4
No related branches found
No related tags found
2 merge requests!188Merge develop to master for release,!133Split cache cleanup job into separate jobs.
Pipeline #95321 passed
......@@ -44,13 +44,14 @@ variables:
include:
- template: Workflows/Branch-Pipelines.gitlab-ci.yml
- project: 'hive/haf'
ref: 7bb7aab44a7083994c36f040e84d501c11afc159 # develop
ref: e9d964849997e0cb18903f0910c4bdb293997195 # develop
file: '/scripts/ci-helpers/prepare_data_image_job.yml'
- project: 'hive/common-ci-configuration'
ref: b2ff9f5a48bc8fb379c66ec4e7907ea1e796ff1b # develop # It seems a variable cannot be used here
ref: 91d072682e22869aea3acd7affa20db0f6a7a2c8 # develop # It seems a variable cannot be used here
file:
- '/templates/test_jobs.gitlab-ci.yml'
- '/templates/python_projects.gitlab-ci.yml'
- '/templates/cache_cleanup.gitlab-ci.yml'
verify_poetry_lock_sanity:
extends: .verify_poetry_lock_sanity_template
......@@ -296,12 +297,19 @@ postgrest_block_api_benchmark_tests:
postgrest_account_history_benchmark_tests:
extends: .benchmark_tests
cleanup_hived_cache_manual:
extends: .cleanup_cache_manual
cleanup_hive_cache_manual:
extends: .cleanup_cache_manual_template
stage: cleanup
variables:
GIT_STRATEGY: none
CLEANUP_PATH_PATTERN: "/cache/replay_data_haf_* /cache/replay_data_hive_*"
CLEANUP_PATH_PATTERN: "/cache/replay_data_hive_*"
tags:
- data-cache-storage
cleanup_haf_cache_manual:
extends: .cleanup_cache_manual_template
stage: cleanup
variables:
CLEANUP_PATH_PATTERN: "/cache/replay_data_haf_*"
tags:
- data-cache-storage
......
Subproject commit 7bb7aab44a7083994c36f040e84d501c11afc159
Subproject commit e9d964849997e0cb18903f0910c4bdb293997195
......@@ -458,12 +458,12 @@ url = "../../../haf/tests/integration/haf-local-tools"
[[package]]
name = "helpy"
version = "0.0.1.dev166+773e3fa"
version = "0.0.1.dev202+46c2fa8"
description = "Easily interact with the Hive blockchain using Python."
optional = false
python-versions = ">=3.10,<4.0"
files = [
{file = "helpy-0.0.1.dev166+773e3fa-py3-none-any.whl", hash = "sha256:daca6c3794f433eedd7b60e4918888224a95887c190e46256bf0798d96db4828"},
{file = "helpy-0.0.1.dev202+46c2fa8-py3-none-any.whl", hash = "sha256:3a5bae9060f80b382e16304a9a3c2508fd9a22b868cbd689fa1125724b5f342e"},
]
[package.dependencies]
......@@ -473,8 +473,8 @@ loguru = "0.7.2"
pytest-is-running = "1.5.0"
python-dateutil = "2.8.2"
requests = "2.27.1"
schemas = "0.0.1.dev301+047ab10"
wax = "0.0.3a2.dev187+207f9b4"
schemas = "0.0.1.dev305+31029b3"
wax = "0.0.3a2.dev255+edfd911"
[package.source]
type = "legacy"
......@@ -1492,12 +1492,12 @@ files = [
[[package]]
name = "schemas"
version = "0.0.1.dev301+047ab10"
version = "0.0.1.dev305+31029b3"
description = "Tools for checking if message fits expected format"
optional = false
python-versions = ">=3.10,<4.0"
files = [
{file = "schemas-0.0.1.dev301+047ab10-py3-none-any.whl", hash = "sha256:ad071b8339f659242e184e1424a833146bc01dc7ac8d4684e955c545ee8f4c47"},
{file = "schemas-0.0.1.dev305+31029b3-py3-none-any.whl", hash = "sha256:966d7f29baa9666cd88fa23432b8ba9ab1aad5797e51dcd86b66bdf86395e842"},
]
[package.dependencies]
......@@ -1702,7 +1702,7 @@ develop = true
[package.dependencies]
abstractcp = "0.9.9"
helpy = "0.0.1.dev166+773e3fa"
helpy = "0.0.1.dev202+46c2fa8"
loguru = "0.7.2"
python-dateutil = "2.8.2"
requests = "2.27.1"
......@@ -1806,12 +1806,12 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
[[package]]
name = "wax"
version = "0.0.3a2.dev187+207f9b4"
version = "0.0.3a2.dev255+edfd911"
description = ""
optional = false
python-versions = ">=3.10,<4.0"
files = [
{file = "wax-0.0.3a2.dev187+207f9b4-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:e9ee806749736fd29d0c792763728f72daec8d66cae34b5bec5263cab6a36396"},
{file = "wax-0.0.3a2.dev255+edfd911-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:b9bddc10a690e8523cfc4d87ec78f74872f2b4ce231a736356742c65ad25568e"},
]
[package.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment