2025-10-07 11:20:26 +01:00

21 lines
669 B
Plaintext

# KCL Version configuration for zombienet taskserv
# Uses proper import from centralized schema definitions
import taskservs.version as schema
# Zombienet testing taskserv configuration
_version = schema.TaskservVersion {
name = "zombienet"
version = schema.Version {
current = "1.3.119"
source = "https://github.com/paritytech/zombienet/releases"
tags = "https://github.com/paritytech/zombienet/tags"
site = "https://github.com/paritytech/zombienet"
check_latest = True # Can auto-update for testing tool
grace_period = 86400
}
dependencies = ["polkadot"]
}
# Output for dynamic cache system
_version