Bug 202151 - Bring up queues for iPadOS Simulator Tests
Summary: Bring up queues for iPadOS Simulator Tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Lewis
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-24 10:45 PDT by Matt Lewis
Modified: 2019-09-24 18:31 PDT (History)
5 users (show)

See Also:


Attachments
Patch (8.18 KB, patch)
2019-09-24 10:57 PDT, Matt Lewis
no flags Details | Formatted Diff | Diff
Patch (8.01 KB, patch)
2019-09-24 13:41 PDT, Matt Lewis
no flags Details | Formatted Diff | Diff
Patch (8.79 KB, patch)
2019-09-24 14:06 PDT, Matt Lewis
no flags Details | Formatted Diff | Diff
Patch (9.88 KB, patch)
2019-09-24 14:14 PDT, Matt Lewis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2019-09-24 10:45:22 PDT
Bring up queues for iPadOS Simulator Tests
Comment 1 Radar WebKit Bug Importer 2019-09-24 10:45:57 PDT
<rdar://problem/55668296>
Comment 2 Matt Lewis 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.
Comment 3 Jonathan Bedard 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.
Comment 4 Matt Lewis 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.
Comment 5 Matt Lewis 2019-09-24 13:41:30 PDT
Created attachment 379485 [details]
Patch

Removed 2 of the testers from the config update.
Comment 6 Ryan Haddad 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.
Comment 7 Jonathan Bedard 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
Comment 8 Matt Lewis 2019-09-24 14:06:21 PDT
Created attachment 379489 [details]
Patch

Fixed Dashboard issue.
Comment 9 Ryan Haddad 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.
Comment 10 Matt Lewis 2019-09-24 14:14:39 PDT
Created attachment 379490 [details]
Patch

Attempt number 2 at fixing the config.
Comment 11 Jonathan Bedard 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?
Comment 12 Jonathan Bedard 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.
Comment 13 Matt Lewis 2019-09-24 16:37:15 PDT
Because that is a builder and not a tester. We are not making any changes there.
Comment 14 Matt Lewis 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.
Comment 15 Matt Lewis 2019-09-24 17:44:05 PDT
Comment on attachment 379490 [details]
Patch

Hardware is ready, landing.
Comment 16 WebKit Commit Bot 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>
Comment 17 WebKit Commit Bot 2019-09-24 18:31:05 PDT
All reviewed patches have been landed.  Closing bug.