ci_template: re-enable the extraction of logs for windows jobs
authorJordan Petridis <jordan@centricular.com>
Wed, 23 Dec 2020 02:46:19 +0000 (04:46 +0200)
committerJordan Petridis <jordan@centricular.com>
Wed, 23 Dec 2020 02:46:19 +0000 (04:46 +0200)
Most of the networking issues with the runner should be fixed now.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/385>

gitlab/ci_template.yml

index 07d6a03..958aa82 100644 (file)
@@ -796,12 +796,11 @@ valgrind ges:
     - cmd.exe /C "C:\BuildTools\Common7\Tools\VsDevCmd.bat -host_arch=amd64 -arch=$env:ARCH &&
         meson build $env:MESON_ARGS &&
         ninja -C build"
-  # XXX: Re-enable when uploading stops timing out
-  #artifacts:
-  #  expire_in: "7 days"
-  #  when: "always"
-  #  paths:
-  #    - 'gst-build/build/meson-logs/'
+  artifacts:
+    expire_in: "7 days"
+    when: "always"
+    paths:
+      - 'gst-build/build/meson-logs/'
 
 build vs2017 amd64:
   extends: '.build windows'