From: Jordan Petridis Date: Wed, 23 Dec 2020 02:46:19 +0000 (+0200) Subject: ci_template: re-enable the extraction of logs for windows jobs X-Git-Tag: 1.19.3~497^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4afcde9c60ba97690eeed3c281d675b2be6290f1;p=platform%2Fupstream%2Fgstreamer.git ci_template: re-enable the extraction of logs for windows jobs Most of the networking issues with the runner should be fixed now. Part-of: --- diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 07d6a03252..958aa8232a 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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'