summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorJesse Natalie <jenatali@microsoft.com>2023-05-08 14:50:06 -0700
committerMarge Bot <emma+marge@anholt.net>2023-05-08 22:58:58 +0000
commit421546c60df5d7759c6980311c178feb6f07a7d6 (patch)
treeeff2743ce3a1e4b59c5f9df768f3094dbe2ab649 /.gitlab-ci
parent17fe6d1252527ac1bb3eb367f6faef9d29552eb3 (diff)
downloadmesa-421546c60df5d7759c6980311c178feb6f07a7d6.tar.gz
ci/windows: Pick up WARP 1.0.6 NuGet with lots of dzn fixes
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22908>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/image-tags.yml2
-rw-r--r--.gitlab-ci/windows/mesa_deps_test.ps12
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml
index a1eee30135a..54f1c3c6671 100644
--- a/.gitlab-ci/image-tags.yml
+++ b/.gitlab-ci/image-tags.yml
@@ -30,4 +30,4 @@ variables:
WINDOWS_X64_BUILD_TAG: "2023-04-13-agility-610"
WINDOWS_X64_TEST_PATH: "windows/x64_test"
- WINDOWS_X64_TEST_TAG: "2023-04-13-agility-610.2"
+ WINDOWS_X64_TEST_TAG: "2023-05-08-warp-1.0.6"
diff --git a/.gitlab-ci/windows/mesa_deps_test.ps1 b/.gitlab-ci/windows/mesa_deps_test.ps1
index 2c5ad755efc..7bb1fd10cf3 100644
--- a/.gitlab-ci/windows/mesa_deps_test.ps1
+++ b/.gitlab-ci/windows/mesa_deps_test.ps1
@@ -148,7 +148,7 @@ Remove-Item -Recurse 'C:\agility'
Get-Date
Write-Host "Downloading Updated WARP"
-Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Direct3D.WARP/1.0.5 -OutFile 'warp.zip'
+Invoke-WebRequest -Uri https://www.nuget.org/api/v2/package/Microsoft.Direct3D.WARP/1.0.6 -OutFile 'warp.zip'
Expand-Archive -Path 'warp.zip' -DestinationPath 'C:\warp'
Remove-Item 'warp.zip'