-
Notifications
You must be signed in to change notification settings - Fork 10.4k
helix + pw + linux/osx #30676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
helix + pw + linux/osx #30676
Changes from all commits
6d797aa
7a009c5
01c36c7
5e062e6
5487e65
dfa2bb5
240fcd5
dcaee00
851fe5a
f205ae2
3338c20
130590e
14ff8f6
e0f0762
9337217
ccf693b
0780315
e9a3dee
4062e0d
c683be7
fb46691
6f446b8
1bcdae4
45dcdd2
ed2cd1d
305e8ff
62f8545
9fd8c22
455e86c
40d2ea9
dbeadea
11e119c
1903155
cab8111
ad7ee3a
43a2611
6ecb555
d8576ea
88f6fbd
4e32207
e6d587d
69c5c94
14c0d18
803ee55
8d54adc
f5916c6
3f6d9c4
a2efa58
3d01358
cdcca8b
c3f8cc5
b8e9f4c
1c278dd
6f239c9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,14 +12,14 @@ | |
|
||
<!-- PR(ci.yaml) required queues --> | ||
<ItemGroup Condition="'$(IsRequiredCheck)' == 'true' AND '$(TargetArchitecture)' == 'x64' AND '$(_UseHelixOpenQueues)' == 'true'"> | ||
<HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="Windows.10.Amd64.Server20H2.Open" Platform="Windows" /> | ||
<HelixAvailableTargetQueue Include="OSX.1014.Amd64.Open" Platform="Linux" /> | ||
</ItemGroup> | ||
|
||
<!-- queues for helix-matrix.yml pipeline --> | ||
<ItemGroup Condition="'$(TargetArchitecture)' == 'x64' AND '$(IsHelixDaily)' == 'true' AND '$(_UseHelixOpenQueues)' == 'true' AND '$(IsWindowsOnlyTest)' != 'true'"> | ||
<HelixAvailableTargetQueue Include="Ubuntu.1804.Amd64.Open" Platform="Linux" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Playwright reqs depend on ubuntu 1804 min version There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You comment implies we shouldn't be using Playwright tests on 16.04 at all. Should we remove this queue or skip the Playwright tests here❔ |
||
<HelixAvailableTargetQueue Include="Ubuntu.1604.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="Ubuntu.2004.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="OSX.1100.Amd64.Open" Platform="Linux" /> | ||
<HelixAvailableTargetQueue Include="Debian.9.Amd64.Open" Platform="Linux" /> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
}, | ||
"Firefox": { | ||
"BrowserKind": "Firefox", | ||
"IsEnabled": true | ||
"IsEnabled": false | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you turn this off on There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure if this works I'll switch it to that file, just trying to make things not blow up on linux There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was already set in ci.json, so I'll just try removing it and seeing if it blows up again There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Doesn't look like this works (at least not on helix right now), so I'm just going to turn it off globally |
||
}, | ||
"Webkit": { | ||
"BrowserKind": "Webkit", | ||
|
Uh oh!
There was an error while loading. Please reload this page.