Commit 451c3ea
committed
Skip TestDeploy/Dockerfile in short mode to avoid timeout
The deploy test group takes close to 15 minutes total in CI.
Adding this test (which includes a 10-second release command + health
checks + BuildKit build) pushes the suite over the 15-minute timeout.
Since we already have comprehensive BuildKit deploy coverage from:
- TestDeployNodeApp/With_BuildKit
- TestFlyDeploy_Dockerfile
- TestFlyDeploy_DeployMachinesCheck
- All other deploy tests with --buildkit flag
...this test is redundant in CI short mode and can run on master only.1 parent 9f91bb2 commit 451c3ea
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
459 | 462 | | |
460 | 463 | | |
461 | 464 | | |
| |||
0 commit comments