gst-build: Disabling uploading of artifacts for now
authorNirbheek Chauhan <nirbheek@centricular.com>
Sat, 28 Mar 2020 11:04:03 +0000 (16:34 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Sat, 28 Mar 2020 11:04:03 +0000 (16:34 +0530)
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

gitlab/ci_template.yml

index cc04fbd..8852d30 100644 (file)
@@ -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'