Commit 15ec774
committed
ci: run full Azure integration suite under OIDC
With provider pins modernized in the prior commits, the Azure
integration workflow can run the full test/azure/... suite under OIDC
auth. Removes the brittle enumerated -run regex flagged in #1794
review feedback:
#1794 (comment)
Also:
- Flips concurrency.cancel-in-progress to false so a cancelled run
can't orphan Azure resources mid `terraform apply`.
- Bumps go test -timeout from 45m to 120m and job timeout-minutes from
60 to 150; the full sequential (-p 1) suite of ~28 tests can take
60-90 minutes (heavier services like AKS/Synapse/SQL MI/MySQL
flexible-server provision in 10+ minutes each).1 parent f72d4d2 commit 15ec774
1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments