RESOLVED FIXED 202151
Bring up queues for iPadOS Simulator Tests
https://bugs.webkit.org/show_bug.cgi?id=202151
Summary Bring up queues for iPadOS Simulator Tests
Matt Lewis
Reported 2019-09-24 10:45:22 PDT
Bring up queues for iPadOS Simulator Tests
Attachments
Patch (8.18 KB, patch)
2019-09-24 10:57 PDT, Matt Lewis
no flags
Patch (8.01 KB, patch)
2019-09-24 13:41 PDT, Matt Lewis
no flags
Patch (8.79 KB, patch)
2019-09-24 14:06 PDT, Matt Lewis
no flags
Patch (9.88 KB, patch)
2019-09-24 14:14 PDT, Matt Lewis
no flags
Radar WebKit Bug Importer
Comment 1 2019-09-24 10:45:57 PDT
Matt Lewis
Comment 2 2019-09-24 10:57:58 PDT
Created attachment 379460 [details] Patch This is ready for review, but I will be waiting to land until I have the hardware ready.
Jonathan Bedard
Comment 3 2019-09-24 12:55:24 PDT
Comment on attachment 379460 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=379460&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/config.json:213 > + "slavenames": ["bot667", "bot674"] We're doing Debug and Release....might these bots be better used? Seems like we shouldn't need both, given that ios-simulator already does both.
Matt Lewis
Comment 4 2019-09-24 13:33:01 PDT
So after in person discussion, we are going to only bring up one of each Release and Debug.
Matt Lewis
Comment 5 2019-09-24 13:41:30 PDT
Created attachment 379485 [details] Patch Removed 2 of the testers from the config update.
Ryan Haddad
Comment 6 2019-09-24 13:50:27 PDT
Comment on attachment 379485 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=379485&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:56 > + "Apple iPadOS 13 Simulator Debug WK2 (Tests)": {platform: Dashboard.Platform.iPadOS13Simulator, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit2}, Is iPadOS13Simulator already present in Dashboard.js? I don't think this will work without it. Alternatively, perhaps we should just add these to the iOS13Simulator platform since they rely on the same build products.
Jonathan Bedard
Comment 7 2019-09-24 13:51:30 PDT
(In reply to Ryan Haddad from comment #6) > Comment on attachment 379485 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=379485&action=review > > > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:56 > > + "Apple iPadOS 13 Simulator Debug WK2 (Tests)": {platform: Dashboard.Platform.iPadOS13Simulator, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit2}, > > Is iPadOS13Simulator already present in Dashboard.js? I don't think this > will work without it. > > Alternatively, perhaps we should just add these to the iOS13Simulator > platform since they rely on the same build products. Oh, good point, probably not
Matt Lewis
Comment 8 2019-09-24 14:06:21 PDT
Created attachment 379489 [details] Patch Fixed Dashboard issue.
Ryan Haddad
Comment 9 2019-09-24 14:12:34 PDT
Comment on attachment 379489 [details] Patch It doesn't look like the new queues are being triggered by the iOS builders.
Matt Lewis
Comment 10 2019-09-24 14:14:39 PDT
Created attachment 379490 [details] Patch Attempt number 2 at fixing the config.
Jonathan Bedard
Comment 11 2019-09-24 15:20:10 PDT
Comment on attachment 379490 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=379490&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:53 > "Apple iOS 13 Simulator Debug (Build)": {platform: Dashboard.Platform.iOS13Simulator, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit}, Why no heading here?
Jonathan Bedard
Comment 12 2019-09-24 16:37:04 PDT
Comment on attachment 379490 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=379490&action=review >> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:53 >> "Apple iOS 13 Simulator Debug (Build)": {platform: Dashboard.Platform.iOS13Simulator, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit}, > > Why no heading here? Matt said that's a builder, missed that fact.
Matt Lewis
Comment 13 2019-09-24 16:37:15 PDT
Because that is a builder and not a tester. We are not making any changes there.
Matt Lewis
Comment 14 2019-09-24 16:37:38 PDT
(In reply to Jonathan Bedard from comment #12) > Comment on attachment 379490 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=379490&action=review > > >> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:53 > >> "Apple iOS 13 Simulator Debug (Build)": {platform: Dashboard.Platform.iOS13Simulator, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit}, > > > > Why no heading here? > > Matt said that's a builder, missed that fact. Beat me to my own comment. Ha.
Matt Lewis
Comment 15 2019-09-24 17:44:05 PDT
Comment on attachment 379490 [details] Patch Hardware is ready, landing.
WebKit Commit Bot
Comment 16 2019-09-24 18:31:03 PDT
Comment on attachment 379490 [details] Patch Clearing flags on attachment: 379490 Committed r250327: <https://trac.webkit.org/changeset/250327>
WebKit Commit Bot
Comment 17 2019-09-24 18:31:05 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.