Skip to content

Commit

Permalink
try to test with new csi-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliy-leschenko committed Aug 8, 2022
1 parent 5584e1f commit 35d6117
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
# start the CSI Proxy before running tests on windows
Start-Job -Name CSIProxy -ScriptBlock {
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;
Invoke-WebRequest https://vitaliyorgstorage.azureedge.net/9d4196ab-1c3c-4efb-b065-b643384f1832/github/csi-proxy-v1.1.2.tar.gz -OutFile csi-proxy.tar.gz;
tar -xvf csi-proxy.tar.gz
.\bin\csi-proxy.exe --kubelet-path $pwd --v=5
};
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/manifest/containerd-windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "replacepassword1234$",
"csiProxyURL": "https://acs-mirror.azureedge.net/csi-proxy/v1.1.1/binaries/csi-proxy-v1.1.1.tar.gz",
"csiProxyURL": "https://vitaliyorgstorage.azureedge.net/9d4196ab-1c3c-4efb-b065-b643384f1832/github/csi-proxy-v1.1.2.tar.gz",
"enableCSIProxy": true,
"sshEnabled": true,
"windowsPublisher": "microsoft-aks",
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/manifest/windows.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"windowsProfile": {
"adminUsername": "azureuser",
"adminPassword": "replacepassword1234$",
"csiProxyURL": "https://acs-mirror.azureedge.net/csi-proxy/v1.0.2/binaries/csi-proxy-v1.0.2.tar.gz",
"csiProxyURL": "https://vitaliyorgstorage.azureedge.net/9d4196ab-1c3c-4efb-b065-b643384f1832/github/csi-proxy-v1.1.2.tar.gz",
"enableCSIProxy": true,
"sshEnabled": true,
"windowsPublisher": "microsoft-aks",
Expand Down

0 comments on commit 35d6117

Please sign in to comment.