Begin XML Schema Validator
This commit is contained in:
@@ -4,11 +4,13 @@ set -euo pipefail
|
||||
|
||||
declare -A FILTER_SETS=(
|
||||
["py"]="-f .*(\\.py|requirements.txt)$"
|
||||
["rust"]="-f .*\\.(rs|toml)$"
|
||||
["web"]="-f .*\\.(js|jsx|json|css|html)$"
|
||||
["doc"]="-f .*\\.md$"
|
||||
["deploy"]="-f .*(Dockerfile|\\.sh|\\.xsd|\\.yaml)$"
|
||||
["deploy"]="-f .*(Dockerfile|\\.sh|\\.xsd|\\.yaml|\\akefile)$"
|
||||
|
||||
["core"]="-s py ./sia ./tools -s deploy . -f ^(?!procedures/).*\\.md$ ."
|
||||
["lib"]="-s rust . -s py . -s doc . -s deploy ."
|
||||
["webui"]="-s web ./web"
|
||||
["tests"]="-s py ./test"
|
||||
["procedures"]="-s doc ./procedures"
|
||||
|
||||
@@ -10,7 +10,7 @@ export MSYS_NO_PATHCONV=1
|
||||
# These can be overridden by environment variables or .env file
|
||||
|
||||
# Pod configuration
|
||||
GPU_TYPE=${GPU_TYPE:-"NVIDIA RTX 6000 Ada Generation"}
|
||||
GPU_TYPE=${GPU_TYPE:-"NVIDIA RTX A6000"}
|
||||
GPU_COUNT=${GPU_COUNT:-1}
|
||||
CONTAINER_DISK_SIZE=${CONTAINER_DISK_SIZE:-200} # GB
|
||||
CPU_COUNT=${CPU_COUNT:-1} # vCPUs
|
||||
|
||||
Reference in New Issue
Block a user