From: Nirbheek Chauhan Date: Sat, 28 Mar 2020 11:04:03 +0000 (+0530) Subject: gst-build: Disabling uploading of artifacts for now X-Git-Tag: 1.19.3~497^2~181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c379762c24201def9533f941e26b81ae4dd5dd7;p=platform%2Fupstream%2Fgstreamer.git gst-build: Disabling uploading of artifacts for now It seems to be timing out with high frequency only on Windows runners. ``` Version: 12.8.0 00:47 Git revision: 1b659122 Git branch: 12-8-stable GO version: go1.13.7 Built: 2020-02-22T03:03:07+0000 OS/Arch: windows/amd64 Uploading artifacts... gst-build/build/meson-logs/: found 2 matching files WARNING: Failed to load system CertPool: crypto/x509: system root pool is not available on Windows ERROR: Job failed (system failure): aborted: ``` See: https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/261 --- diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index cc04fbd..8852d30 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -464,11 +464,12 @@ valgrind ges: ninja -C build" # FIXME: extract builddir for tests #after_script: - artifacts: - expire_in: "7 days" - when: "always" - paths: - - 'gst-build/build/meson-logs/' + # XXX: Re-enable when uploading stops timing out + #artifacts: + # expire_in: "7 days" + # when: "always" + # paths: + # - 'gst-build/build/meson-logs/' build vs2017 amd64: extends: '.build windows'