Skip to content

Commit 7753f2b

Browse files
authored
Doc limited job execution time (#2035)
1 parent a1cd500 commit 7753f2b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/wiki/Known issues.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This section provides an overview of the most impactful limitations and known is
1818
- [Static validation](#static-validation)
1919
- [Deployment validation](#deployment-validation)
2020
- [Limited module test file set](#limited-module-test-file-set)
21+
- [Limited job execution time](#limited-job-execution-time)
2122
- [Publishing](#publishing)
2223
- [Dependencies pipeline](#dependencies-pipeline)
2324

@@ -101,6 +102,14 @@ The deployment validation step aims to validate multiple configurations for each
101102

102103
The first planned step for each module is to provide a 'minimum-set' module test file, limited to the top-level resource required parameters, vs. a 'maximum-set' module test file, including all possible properties, child resources and extension resources. Some of the modules are still tested through one module test file only. This is tracked by issue [#401](https://github.com/Azure/ResourceModules/issues/401).
103104

105+
### Limited job execution time
106+
107+
GitHub workflows used to validate CARML modules are running on GitHub-hosted runners.
108+
109+
In such a scenario, as documented in the [Usage limits for GitHub Actions workflows](https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits), if a job reaches a limit of 6 hours of execution time, the job is terminated and fails to complete.
110+
111+
For modules that can take more than 6 hours to deploy, this restriction applies. In these cases, the corresponding deployment validation job may be terminated before completion, causing the entire module validation pipeline to fail. One module where this can happen is the **Microsoft.Sql\managedInstances** module.
112+
104113
## Publishing
105114

106115
This section outlines known issues that currently affect the CI environment publishing step.

0 commit comments

Comments
 (0)