Skip to content

Commit 1239973

Browse files
committed
CI/azure: disable parallel tests, allow IDN tests
They started show the similar flakiness as the GHA ones after enabling parallel tests (`-j2`) by default. Example flaky run: https://dev.azure.com/daniel0244/curl/_build/results?buildId=24763&view=results Ubuntu: ``` FAIL 137: 'FTP download without size in RETR string' FTP, RETR, --data-binary FAIL 336: 'FTP range download when SIZE doesn't work' FTP, PASV, TYPE A, RETR FAIL 975: 'HTTP with auth redirected to FTP allowing auth to continue' HTTP, FTP, --location-trusted FAIL 1378: 'FTP DL, file without Content-Disposition inside, using -o fname' FTP, RETR ``` MSYS2 mingw32: ``` FAIL 1501: 'FTP with multi interface and slow LIST response' FTP, RETR, multi, LIST, DELAY ``` MSYS2 mingw64: ``` FAIL 1501: 'FTP with multi interface and slow LIST response' FTP, RETR, multi, LIST, DELAY ``` Follow-up to 0324d55 #11510 Closes #14593
1 parent 47849be commit 1239973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ stages:
112112
displayName: 'test'
113113
env:
114114
AZURE_ACCESS_TOKEN: "$(System.AccessToken)"
115-
TFLAGS: "-ac /usr/bin/curl -r $(tests)"
115+
TFLAGS: "-j0 -ac /usr/bin/curl -r $(tests)"
116116

117117
- stage: scanbuild
118118
dependsOn: []
@@ -244,4 +244,4 @@ stages:
244244
displayName: 'test'
245245
env:
246246
AZURE_ACCESS_TOKEN: "$(System.AccessToken)"
247-
TFLAGS: "-ac /usr/bin/curl.exe !IDN !SCP ~612 $(tests)"
247+
TFLAGS: "-j0 -ac /usr/bin/curl.exe !SCP ~612 $(tests)"

0 commit comments

Comments
 (0)