Skip to content

Commit

Permalink
Reduce unnecessary artifacts
Browse files Browse the repository at this point in the history
Exclude block_log, block_log.artifacts, rocksdb database and shared_memory
  • Loading branch information
Radek Masłowski authored and vogel76 committed Oct 27, 2023
1 parent e8e333f commit c503353
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitlab-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@ formatting_with_black_check:
paths:
- "**/generated_during_*"
- "**/generated_by_package_fixtures"
exclude:
- "**/generated_during_*/**/block_log"
- "**/generated_during_*/**/block_log.artifacts"
- "**/generated_during_*/**/shared_memory.bin"
- "**/generated_during_*/**/*.sst"
when: always
expire_in: 1 week

Expand Down Expand Up @@ -747,6 +752,11 @@ python_pattern_mainnet_tests:
- "**/generated_during_*"
- "**/generated_by_package_fixtures"
- docker_entrypoint.log
exclude:
- "**/generated_during_*/**/block_log"
- "**/generated_during_*/**/block_log.artifacts"
- "**/generated_during_*/**/shared_memory.bin"
- "**/generated_during_*/**/*.sst"
when: always
tags:
- data-cache-storage
Expand Down Expand Up @@ -819,6 +829,11 @@ message_format_mainnet_5m_tests:
- "**/generated_during_*"
- "**/generated_by_package_fixtures"
- docker_entrypoint.log
exclude:
- "**/generated_during_*/**/block_log"
- "**/generated_during_*/**/block_log.artifacts"
- "**/generated_during_*/**/shared_memory.bin"
- "**/generated_during_*/**/*.sst"
when: always
expire_in: 1 week
tags:
Expand Down

0 comments on commit c503353

Please sign in to comment.