Title: [227679] trunk/Tools
- Revision
- 227679
- Author
- [email protected]
- Date
- 2018-01-26 08:53:49 -0800 (Fri, 26 Jan 2018)
Log Message
Unreviewed, rolling out r224920.
Some Win EWS bots are not coming back up after starting reboot.
* EWSTools/start-queue-win.sh:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (227678 => 227679)
--- trunk/Tools/ChangeLog 2018-01-26 16:49:30 UTC (rev 227678)
+++ trunk/Tools/ChangeLog 2018-01-26 16:53:49 UTC (rev 227679)
@@ -1,3 +1,11 @@
+2018-01-25 Per Arne Vollan <[email protected]>
+
+ Unreviewed, rolling out r224920.
+
+ Some Win EWS bots are not coming back up after starting reboot.
+
+ * EWSTools/start-queue-win.sh:
+
2018-01-26 Carlos Garcia Campos <[email protected]>
WebDriver: simplify the tests json report
Modified: trunk/Tools/EWSTools/start-queue-win.sh (227678 => 227679)
--- trunk/Tools/EWSTools/start-queue-win.sh 2018-01-26 16:49:30 UTC (rev 227678)
+++ trunk/Tools/EWSTools/start-queue-win.sh 2018-01-26 16:53:49 UTC (rev 227679)
@@ -28,40 +28,41 @@
"$PROGRAMFILES_X86/Microsoft Visual Studio/2017/Community/VC/Auxiliary/Build/vcvars32.bat"
- date
- echo "TASK: cleaning up old log files."
- cd ~/win-ews-logs
- rm -rf win-ews.old
- mv win-ews.log win-ews.old
- find ~/win-ews-logs -mtime +7 -exec rm -f {} \;
- echo "TASK: Starting up"
- cd ~/WebKit
- echo "TASK: Cleaning WebKitBuild"
- rm -rf WebKitBuild
- date
- echo "TASK: Cleaning up"
- svn cleanup
- date
- echo "TASK: svn revert -R *"
- svn revert -R *
- date
- echo "TASK: svn status"
- svn status | grep "?" | awk '{print $2}' | xargs rm -rf
- date
- echo "TASK: webkit-patch clean"
- ~/WebKit/Tools/Scripts/webkit-patch clean
- date
- echo "TASK: svn up --non-interactive"
- svn up --non-interactive
- date
- echo "TASK: kill orphaned tasks"
- taskkill.exe /f /im cl.exe
- echo "TASK: test-webkitpy"
- ~/WebKit/Tools/Scripts/test-webkitpy
- echo "TASK: webkit-patch win-ews"
- ~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration $RESET_AFTER_ITERATION
- echo "TASK: reboot"
- shutdown /r
+ while :
+ do
+ date
+ echo "TASK: cleaning up old log files."
+ cd ~/win-ews-logs
+ rm -rf win-ews.old
+ mv win-ews.log win-ews.old
+ find ~/win-ews-logs -mtime +7 -exec rm -f {} \;
+ echo "TASK: Starting up"
+ cd ~/WebKit
+ echo "TASK: Cleaning WebKitBuild"
+ rm -rf WebKitBuild
+ date
+ echo "TASK: Cleaning up"
+ svn cleanup
+ date
+ echo "TASK: svn revert -R *"
+ svn revert -R *
+ date
+ echo "TASK: svn status"
+ svn status | grep "?" | awk '{print $2}' | xargs rm -rf
+ date
+ echo "TASK: webkit-patch clean"
+ ~/WebKit/Tools/Scripts/webkit-patch clean
+ date
+ echo "TASK: svn up --non-interactive"
+ svn up --non-interactive
+ date
+ echo "TASK: kill orphaned tasks"
+ taskkill.exe /f /im cl.exe
+ echo "TASK: test-webkitpy"
+ ~/WebKit/Tools/Scripts/test-webkitpy
+ echo "TASK: webkit-patch win-ews"
+ ~/WebKit/Tools/Scripts/webkit-patch win-ews --bot-id=$BOT_ID --no-confirm --exit-after-iteration $RESET_AFTER_ITERATION
+ done
}
start_ews
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes