mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 02:26:47 +03:00
cb0c811d7a
* Add resource usage check to generated template. Add warning to generated workflows * Revert submodule commit
11 lines
315 B
Python
11 lines
315 B
Python
# Github actions template config.
|
|
oses = ["ubuntu", "macos"]
|
|
root_test_dirs = ["blockchain", "clvm", "core", "generator", "pools", "simulation", "wallet"]
|
|
|
|
# Defaults are conservative.
|
|
parallel = False
|
|
checkout_blocks_and_plots = True
|
|
install_timelord = True
|
|
job_timeout = 30
|
|
custom_vars = ["CHECK_RESOURCE_USAGE"]
|