Merge pull request #12667 from sharifelgamal/test-improvments

reboot windows machines after every test
pull/12615/head
Sharif Elgamal 2021-10-07 11:40:25 -07:00 committed by GitHub
commit c972ce79d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
Schtasks /create /tn cleanup_reboot /sc HOURLY /tr "Powershell C:\jenkins\windows_cleanup_and_reboot.ps1" /f
Schtasks /create /tn cleanup_reboot /sc MINUTE /mo 30 /tr "Powershell C:\jenkins\windows_cleanup_and_reboot.ps1" /f

View File

@ -23,3 +23,4 @@ if ($driver -eq "docker") {
}
rm -r -Force $test_home
C:\jenkins\windows_cleanup_and_reboot.ps1