Skip to content

Commit 0adbe2c

Browse files
try to test with new csi-proxy
1 parent 5584e1f commit 0adbe2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
# start the CSI Proxy before running tests on windows
2727
Start-Job -Name CSIProxy -ScriptBlock {
28-
Invoke-WebRequest https://acs-mirror.azureedge.net/csi-proxy/v1.1.1/binaries/csi-proxy-v1.1.1.tar.gz -OutFile csi-proxy.tar.gz;
28+
Invoke-WebRequest https://vitaliyorgstorage.azureedge.net/9d4196ab-1c3c-4efb-b065-b643384f1832/github/csi-proxy-v1.1.2-20220808-1700.tar.gz -OutFile csi-proxy.tar.gz;
2929
tar -xvf csi-proxy.tar.gz
3030
.\bin\csi-proxy.exe --kubelet-path $pwd --v=5
3131
};

test/e2e/manifest/containerd-windows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"windowsProfile": {
3232
"adminUsername": "azureuser",
3333
"adminPassword": "replacepassword1234$",
34-
"csiProxyURL": "https://acs-mirror.azureedge.net/csi-proxy/v1.1.1/binaries/csi-proxy-v1.1.1.tar.gz",
34+
"csiProxyURL": "https://vitaliyorgstorage.azureedge.net/9d4196ab-1c3c-4efb-b065-b643384f1832/github/csi-proxy-v1.1.2-20220808-1700.tar.gz",
3535
"enableCSIProxy": true,
3636
"sshEnabled": true,
3737
"windowsPublisher": "microsoft-aks",

test/e2e/manifest/windows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"windowsProfile": {
2727
"adminUsername": "azureuser",
2828
"adminPassword": "replacepassword1234$",
29-
"csiProxyURL": "https://acs-mirror.azureedge.net/csi-proxy/v1.0.2/binaries/csi-proxy-v1.0.2.tar.gz",
29+
"csiProxyURL": "https://vitaliyorgstorage.azureedge.net/9d4196ab-1c3c-4efb-b065-b643384f1832/github/csi-proxy-v1.1.2-20220808-1700.tar.gz",
3030
"enableCSIProxy": true,
3131
"sshEnabled": true,
3232
"windowsPublisher": "microsoft-aks",

0 commit comments

Comments
 (0)