Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hive: enable cache between runs
Browse files Browse the repository at this point in the history
skylenet committed Dec 11, 2024
1 parent 5b7faac commit 6b14ee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/hive/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -34,9 +34,10 @@ hive_log_level_simulator: 3 # Selects log level of client instances. Supports v
hive_simulations_build_images_once: true
# Global flags provided to all test runs
hive_simulations_global_flags:
- --docker.nocache=.
- --sim.loglevel={{ hive_log_level_simulator }}
- --loglevel={{ hive_log_level }}
# Uncomment to disable docker cache and always rebuild images on every simulation run
# - --docker.nocache=.
# Exclude these containers from cleanup /
hive_simulations_container_cleanup_exclusions:
- telegraf

0 comments on commit 6b14ee5

Please sign in to comment.