RESOLVED FIXED62495
combine windows and mac kill-old-processes script
https://bugs.webkit.org/show_bug.cgi?id=62495
Summary combine windows and mac kill-old-processes script
Lucas Forschler
Reported 2011-06-10 18:30:40 PDT
Currently a windows specific kill-old-processes script exists, and a mac-specific script exists. We should combine the logic for these into one script, which will save complexity in the buildbot config steps.
Attachments
Patch to make OS agnostic script. (6.16 KB, patch)
2011-06-13 15:51 PDT, Lucas Forschler
no flags
Patch to make OS agnostic script. (6.21 KB, patch)
2011-06-13 15:57 PDT, Lucas Forschler
no flags
Lucas Forschler
Comment 1 2011-06-13 15:51:18 PDT
Created attachment 97023 [details] Patch to make OS agnostic script.
WebKit Review Bot
Comment 2 2011-06-13 15:53:59 PDT
Attachment 97023 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog']" exit_code: 1 Tools/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 1 files If any of these errors are false positives, please file a bug against check-webkit-style.
Lucas Forschler
Comment 3 2011-06-13 15:57:41 PDT
Created attachment 97024 [details] Patch to make OS agnostic script.
Stephanie Lewis
Comment 4 2011-06-13 16:34:48 PDT
Comment on attachment 97023 [details] Patch to make OS agnostic script. View in context: https://bugs.webkit.org/attachment.cgi?id=97023&action=review you should fix the style issue and then I will add r=me > Tools/BuildSlaveSupport/mac/kill-old-processes:-50 > - sys.exit(main()) Do you need to remove the window script as well?
Lucas Forschler
Comment 5 2011-06-13 17:08:35 PDT
The Style issue has been fixed (see new patch).
Lucas Forschler
Comment 6 2011-06-13 17:09:46 PDT
Note: I am not removing the windows script as the webkit build master still references it. Removing it would break existing webkit bots until we could update the webkit master.
Eric Seidel (no email)
Comment 7 2011-06-14 08:51:03 PDT
Comment on attachment 97024 [details] Patch to make OS agnostic script. View in context: https://bugs.webkit.org/attachment.cgi?id=97024&action=review > Tools/BuildSlaveSupport/kill-old-processes:32 > + tasksToKillWin = [ "cl.exe", > + "devenv.com", > + "devenv.exe", funny indent here. Tabs?
WebKit Review Bot
Comment 8 2011-06-14 15:23:48 PDT
Comment on attachment 97024 [details] Patch to make OS agnostic script. Clearing flags on attachment: 97024 Committed r88857: <http://trac.webkit.org/changeset/88857>
WebKit Review Bot
Comment 9 2011-06-14 15:23:53 PDT
All reviewed patches have been landed. Closing bug.
Eric Seidel (no email)
Comment 10 2011-06-18 13:49:49 PDT
Comment on attachment 97023 [details] Patch to make OS agnostic script. Cleared review? from obsolete attachment 97023 [details] so that this bug does not appear in http://webkit.org/pending-review. If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).
Note You need to log in before you can comment on or make changes to this bug.