File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ check_background() {
120120 fi
121121}
122122
123- CONFIGS=$( find examples/ community/examples/ tools/validate_configs/test_configs/ docs/tutorials/ docs/videos/build-your-own-blueprint/ -name " *.yaml" -type f -not -path ' examples/machine-learning/a3-megagpu-8g/*' -not -path ' examples/machine-learning/a3-ultragpu-8g/*' -not -path ' examples/machine-learning/build-service-images/*' -not -path ' examples/gke-a3-ultragpu/*' -not -path ' examples/hypercompute_clusters/*' -not -path ' examples/gke-consumption-options/*' -not -path ' examples/gke-a4/*' -not -path ' examples/gke-a3-megagpu/*' -not -path ' examples/machine-learning/a4-highgpu-8g/*' -not -path ' examples/machine-learning/a4x-highgpu-4g/*' -not -path ' community/examples/gke-tpu-v6/*' -not -path ' community/examples/xpk-n2-filestore/*' -not -path ' examples/gke-a4x/*' -not -path ' examples/science/af3-slurm/*' -not -path ' examples/gke-h4d/*' -not -path ' community/examples/hpc-slinky/*' -not -path ' examples/gke-g4/*' -not -path ' examples /gke-h4d/* -not -path examples/hpc-slurm-h4d/*' )
123+ CONFIGS=$( find examples/ community/examples/ tools/validate_configs/test_configs/ docs/tutorials/ docs/videos/build-your-own-blueprint/ -name " *.yaml" -type f -not -path ' examples/machine-learning/a3-megagpu-8g/*' -not -path ' examples/machine-learning/a3-ultragpu-8g/*' -not -path ' examples/machine-learning/build-service-images/*' -not -path ' examples/gke-a3-ultragpu/*' -not -path ' examples/hypercompute_clusters/*' -not -path ' examples/gke-consumption-options/*' -not -path ' examples/gke-a4/*' -not -path ' examples/gke-a3-megagpu/*' -not -path ' examples/machine-learning/a4-highgpu-8g/*' -not -path ' examples/machine-learning/a4x-highgpu-4g/*' -not -path ' community/examples/gke-tpu-v6/*' -not -path ' community/examples/xpk-n2-filestore/*' -not -path ' examples/gke-a4x/*' -not -path ' examples/science/af3-slurm/*' -not -path ' examples/gke-h4d/*' -not -path ' community/examples/hpc-slinky/*' -not -path ' examples/gke-g4/*' -not -path ' community /gke-h4d/* -not -path examples/hpc-slurm-h4d/*' )
124124# Exclude blueprints that use v5 modules.
125125declare -A EXCLUDE_EXAMPLE
126126EXCLUDE_EXAMPLE[" tools/validate_configs/test_configs/two-clusters-sql.yaml" ]=
You can’t perform that action at this time.
0 commit comments