Skip to content

Commit

Permalink
reboot windows machines after every test
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifelgamal committed Oct 6, 2021
1 parent 5006fee commit de3deb7
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 de3deb7

Please sign in to comment.