Skip to content

Commit

Permalink
Merge pull request #12667 from sharifelgamal/test-improvments
Browse files Browse the repository at this point in the history
reboot windows machines after every test
  • Loading branch information
sharifelgamal authored Oct 7, 2021
2 parents 910105c + de3deb7 commit c972ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/windows_cleanup_cron.ps1
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions hack/jenkins/windows_integration_teardown.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ if ($driver -eq "docker") {
}

rm -r -Force $test_home
C:\jenkins\windows_cleanup_and_reboot.ps1

0 comments on commit c972ce7

Please sign in to comment.