Skip to content

Commit

Permalink
Try out the nvme 1es managed images (#402)
Browse files Browse the repository at this point in the history
* Update prepare-matrix.ps1

* use the pool with the nvme-enabled 1es managed image
  • Loading branch information
ProjectsByJackHe authored Oct 29, 2024
1 parent 5e51b13 commit d2f02d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/prepare-matrix.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ foreach ($entry in $MatrixJson) {
$Windows2022Pool = "netperf-f-series-windows-2022"
$Ubuntu2004Pool = "netperf-f-series-ubuntu-20.04"
}
if ($entry.preferred_pool_sku -eq "Experimental_Boost4_With_Testsigning") {
$Windows2022Pool = "netperf-actual-boosted-winprerelease"
}
}

$env_str = [guid]::NewGuid().ToString()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quic_matrix.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{ "env": "azure", "os": "windows-2022", "arch": "x64", "tls": "schannel", "io": "iocp", "preferred_pool_sku": "Experimental_Boost4" },
{ "env": "azure", "os": "windows-2022", "arch": "x64", "tls": "schannel", "io": "xdp", "preferred_pool_sku": "Experimental_Boost4" },
{ "env": "azure", "os": "windows-2022", "arch": "x64", "tls": "schannel", "io": "wsk", "preferred_pool_sku": "Standard_F8s_v2", "in_staging_mode": "Due to lack of vCPU capacity for f-series VMs" },
{ "env": "azure", "os": "windows-2022", "arch": "x64", "tls": "schannel", "io": "wsk", "preferred_pool_sku": "Experimental_Boost4_With_Testsigning" },
{ "env": "azure", "os": "ubuntu-20.04", "arch": "x64", "tls": "openssl", "io": "epoll", "preferred_pool_sku": "Experimental_Boost4" },
{ "env": "azure", "os": "windows-2025", "arch": "x64", "tls": "schannel", "io": "iocp", "preferred_pool_sku": "Standard_F8s_v2", "in_staging_mode": "Due to lack of vCPU capacity for f-series VMs" },
{ "env": "azure", "os": "windows-2025", "arch": "x64", "tls": "schannel", "io": "xdp", "preferred_pool_sku": "Standard_F8s_v2", "in_staging_mode": "Due to lack of vCPU capacity for f-series VMs" },
Expand Down

0 comments on commit d2f02d0

Please sign in to comment.