Skip to content

Commit 89a7059

Browse files
committed
Update to latest
1 parent 20aaca3 commit 89a7059

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/avm.res.db-for-my-sql.flexible-server.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ jobs:
8383
uses: ./.github/workflows/avm.template.module.yml
8484
with:
8585
workflowInput: "${{ needs.job_initialize_pipeline.outputs.workflowInput }}"
86-
# moduleTestFilePaths: "${{ needs.job_initialize_pipeline.outputs.moduleTestFilePaths }}"
87-
moduleTestFilePaths: '[{"path":"tests/e2e/cmk-hsm-uami/main.test.bicep","name":"cmk-hsm-uami","e2eIgnore":false}]'
86+
moduleTestFilePaths: "${{ needs.job_initialize_pipeline.outputs.moduleTestFilePaths }}"
8887
psRuleModuleTestFilePaths: "${{ needs.job_initialize_pipeline.outputs.psRuleModuleTestFilePaths }}"
8988
modulePath: "${{ needs.job_initialize_pipeline.outputs.modulePath}}"
9089
secrets: inherit

utilities/pipelines/e2eValidation/resourceDeployment/New-TemplateDeployment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ function New-TemplateDeployment {
428428
[switch] $DoNotThrow,
429429

430430
[Parameter(Mandatory = $false)]
431-
[int] $RetryLimit = 1,
431+
[int] $RetryLimit = 3,
432432

433433
[Parameter(Mandatory = $false)]
434434
[string] $RepoRoot = (Get-Item -Path $PSScriptRoot).parent.parent.parent.parent.FullName

0 commit comments

Comments
 (0)