ci: re-enable artifacts upload for the windows jobs
authorJordan Petridis <jordan@centricular.com>
Mon, 9 May 2022 05:29:16 +0000 (08:29 +0300)
committerJordan Petridіs <jpetridis@gnome.org>
Wed, 18 May 2022 09:14:08 +0000 (09:14 +0000)
Hopefully the timeout issues won't affect the new runner

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2395>

.gitlab-ci.yml

index ca85416..f17fb0b 100644 (file)
@@ -409,13 +409,11 @@ build clang fedora x86_64:
     - cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH &&
         meson build $env:MESON_ARGS $env:MESON_CROSS_ARGS &&
         ninja -C build"
-  # XXX: Re-enable when uploading stops timing out
-  #artifacts:
-  #  expire_in: "7 days"
-  #  when: "always"
-  #  paths:
-  #    - 'build/meson-logs/'
-  #    - 'vslogs.zip'
+  artifacts:
+   expire_in: "7 days"
+   when: "always"
+   paths:
+     - 'build/meson-logs/'
 
 build vs2019 amd64:
   extends: '.build windows'