mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
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: <nil> ``` See: https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/261
This commit is contained in:
parent
e0544b256f
commit
6c379762c2
1 changed files with 6 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue