]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: ignore flaky MQTT and FTP test results [ci skip]
authorViktor Szakats <commit@vsz.me>
Mon, 27 May 2024 17:55:20 +0000 (19:55 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 27 May 2024 17:56:45 +0000 (19:56 +0200)
MQTT / OmniOS:
```
TESTFAIL: These test cases failed: 1190 1198 3017
```
Ref: https://github.com/curl/curl/actions/runs/9258522297/job/25468730731?pr=13694#step:3:10251

MQTT / OmniOS:
```
TESTFAIL: These test cases failed: 1194 2200 2203 2205
```
Ref: https://github.com/curl/curl/actions/runs/9150523540/job/25155409832#step:3:10233

FTP / OmniOS:
```
TESTFAIL: These test cases failed: 1096
```
Ref: https://github.com/curl/curl/actions/runs/9150702711/job/25155793948#step:3:10247

FTP / OmniOS:
```
TESTFAIL: These test cases failed: 381
```
Ref: https://github.com/curl/curl/actions/runs/9163863822/job/25193897640#step:3:10230

FTP / OmniOS:
```
TESTFAIL: These test cases failed: 340
```
Ref: https://github.com/curl/curl/actions/runs/9233804752/job/25406671742?pr=13771#step:3:10245

Ref: https://github.com/curl/curl/pull/13583#issuecomment-2119376898

.github/workflows/non-native.yml

index bdb511148746242e767e3469a1586db23a014be1..69e70fb28dafc0f819a906883bf929815c6e087e 100644 (file)
@@ -195,5 +195,5 @@ jobs:
             gmake -j3 install
             src/curl --disable --version
             gmake -j3 examples
-            export TFLAGS='-j12'
+            export TFLAGS='-j12 ~MQTT ~FTP'
             gmake check V=1