preserve more logs and reduce timeout for restart for debugging

This commit is contained in:
QxBytes 2024-04-21 22:00:09 -07:00
Родитель fc163244f2
Коммит 0f004925cf
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -197,7 +197,7 @@ stages:
condition: and( and( not(canceled()), not(failed()) ), or( contains(variables.CONTROL_SCENARIO, 'restartNode') , contains(variables.CONTROL_SCENARIO, 'all') ) )
displayName: "Restart Test"
dependsOn: deploy_pods
timeoutInMinutes: 90 # Windows podsubnet takes an extended amount of time to reconcile
timeoutInMinutes: 20 # Windows podsubnet takes an extended amount of time to reconcile
steps:
- template: ../load-test-templates/restart-node-template.yaml
parameters:

Просмотреть файл

@ -16,7 +16,7 @@ var (
const (
maxLogFileSizeInMb = 5
maxLogFileCount = 8
maxLogFileCount = 110
)
func initZapLog(logFile string) *zap.Logger {