Skip to content

Commit 77500dd

Browse files
committed
run onyl bicep tests
1 parent f89317d commit 77500dd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

run-samples.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,17 @@ TERRAFORM_SAMPLES=(
9494

9595
# 3b. Define Bicep Samples
9696
BICEP_SAMPLES=(
97+
"samples/web-app-sql-database/python/bicep|bash deploy.sh"
9798
"samples/function-app-managed-identity/python/bicep|bash deploy.sh"
9899
"samples/function-app-storage-http/dotnet/bicep|bash deploy.sh"
99100
"samples/web-app-cosmosdb-mongodb-api/python/bicep|bash deploy.sh"
100101
"samples/web-app-managed-identity/python/bicep|bash deploy.sh"
101-
"samples/web-app-sql-database/python/bicep|bash deploy.sh"
102102
)
103103

104104
# 4. Calculate Shard
105105
# Combine script-based, Terraform, and Bicep samples into one array
106-
ALL_SAMPLES=("${SAMPLES[@]}" "${TERRAFORM_SAMPLES[@]}" "${BICEP_SAMPLES[@]}")
106+
#ALL_SAMPLES=("${SAMPLES[@]}" "${TERRAFORM_SAMPLES[@]}" "${BICEP_SAMPLES[@]}")
107+
ALL_SAMPLES=("${BICEP_SAMPLES[@]}")
107108
TOTAL=${#ALL_SAMPLES[@]}
108109
SHARD=${1:-1}
109110
SPLITS=${2:-1}

0 commit comments

Comments
 (0)