-
Notifications
You must be signed in to change notification settings - Fork 46
Conversation
Edge 44.17763.1.0 / EdgeHTML 18.17763 is available on Sauce Labs. This is the latest stable version of Edge, and testing it will help validate the setup for Edge on Azure Pipelines: web-platform-tests/wpt#14836
@jugglinmike I'm not sure if there's anything that can be tested about this, but I presume that it'll require restarting the Buildbot master? |
This looks good to me, but I'd like to wait on merging for a few days. We have an open issue about an Edge-specific failure. While my latest change seems to have fixed it, it's not conclusive. I'd like to see a few more successes before calling the problem resolved. With that, I'll be more comfortable making further changes to the configuration. It looks like Azure is configured to segment WPT into 20 "chunks," while this project uses 100. For the purposes of comparison, differences in test suite segmentation adds noise to the data. Although my offer to change the Safari configuration stands, I'm less inclined to do the same for Edge. Even a segment as small as 1% of WPT requires a significant amount of time in Edge via Sauce Labs (as long as three hours). With larger "chunks," intermittent failures will be much more costly, and we may not be able to recover. |
We could use more chunks in Azure Pipelines instead perhaps. |
@jugglinmike, if I do 100 chunks in Azure Pipelines, is this the setup I should replicate? results-collection/src/master/wpt_run_step.py Lines 34 to 46 in 43658dd
That is, no special chunking? |
https://dev.azure.com/web-platform-tests/wpt/_build/results?buildId=5841 is an attempted run with 100 jobs and the default chunk type. I expect it'll fail in some mysterious way, but we'll see. |
@foolip see also the arguments we set for Sauce-Labs-mediated browsers: results-collection/src/master/wpt_run_step.py Lines 71 to 81 in 43658dd
Most of those are irrelevant for Azure Pipelines, but that patch is missing Meanwhile, that intermittent bug is still biting us, so I'm going to continue research using Edge 17. |
|
Trying again with |
This necessitated restarting the Buildbot master, so I've done that. |
Edge 44.17763.1.0 / EdgeHTML 18.17763 is available on Sauce Labs.
This is the latest stable version of Edge, and testing it will help validate
the setup for Edge on Azure Pipelines:
web-platform-tests/wpt#14836