citemplate: set the cerbero msvc build to allow_failure again
authorJordan Petridis <jordan@centricular.com>
Tue, 29 Sep 2020 15:07:06 +0000 (18:07 +0300)
committerJordan Petridis <jordan@centricular.com>
Tue, 29 Sep 2020 15:07:06 +0000 (18:07 +0300)
Very weird things going on..

```
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 8608: character maps to <undefined>
```

https://gitlab.freedesktop.org/Hosang/gst-plugins-bad/-/jobs/4731636

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

gitlab/ci_template.yml

index 283ad9f..e825326 100644 (file)
@@ -1221,3 +1221,4 @@ build cerbero msvc x86_64:
     - C:\MinGW\msys\1.0\bin\bash.exe --login -c "cd $env:CI_PROJECT_DIR && $env:CERBERO_SCRIPTS_PATH cerbero_script"
   rules:
     - if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-build|gst-omx|gstreamer-vaapi|gst-docs|gst-integration-testsuites|gst-plugins-rs)$/'
+      allow_failure: true