Skip to content

Conversation

@jwmossmoz
Copy link

@jwmossmoz jwmossmoz commented Jan 20, 2026

Summary

Downgrades the Taskcluster generic-worker version from v93.1.4 to v91.1.0 to fix popup/window test failures on Windows 11 24H2 Azure workers.

Problem

RELOPS-2123 - Windows popup/window tests are failing due to CREATE_NO_WINDOW console behavior in generic-worker.

Why v91.1.0?

v91.1.0 is the newest version that avoids two separate regressions:

Version Issue
v91.1.1 Introduced CREATE_NO_WINDOW console behavior causing popup/window tests to timeout
v94.1.0 Reverted CREATE_NO_WINDOW but still contains the v93.1.2 regression
v93.1.2 Introduced CreateUserProfile() breaking WpnUserService for toast notification tests

Safe versions: v91.1.0 and earlier (before CREATE_NO_WINDOW was introduced)

Test Results

Tasks succeed with this change:
https://firefox-ci-tc.services.mozilla.com/tasks/groups/WsOQdvqzSF6lte7OYLp9Zw

Downgrades the Taskcluster generic-worker version from v93.1.4 to v91.1.0
to fix popup/window test failures on Windows 11 24H2 Azure workers.

v91.1.0 is the newest version that avoids two separate regressions:

- [v91.1.1](https://github.com/taskcluster/taskcluster/releases/tag/v91.1.1)
  introduced CREATE_NO_WINDOW console behavior causing popup/window tests
  to timeout (reverted in [v94.1.0](https://github.com/taskcluster/taskcluster/releases/tag/v94.1.0))
- [v93.1.2](https://github.com/taskcluster/taskcluster/releases/tag/v93.1.2)
  introduced CreateUserProfile() breaking WpnUserService for toast
  notification tests (not yet fixed)
@jwmossmoz jwmossmoz merged commit 9d7ab3f into windows Jan 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants