mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03:31 +03:00
GHA/linux: merge torture jobs into the main workflow
They complete in 4 and 7 minutes, and do not hold back the main Linux workflow. Also: - bump default parallelism for `test-torture` target to `-j20` (was: `-j2`). - drop redundant package install from `rustls` jobs. Closes #15360
This commit is contained in:
parent
52851d3256
commit
b6219cd932
4 changed files with 24 additions and 106 deletions
|
|
@ -105,7 +105,7 @@ add_runtests(test-full "-a -p -r")
|
|||
# ~flaky means that it ignores results of tests using the flaky keyword
|
||||
add_runtests(test-nonflaky "-a -p ~flaky ~timing-dependent")
|
||||
add_runtests(test-ci "-a -p ~flaky ~timing-dependent -r -rm -j20")
|
||||
add_runtests(test-torture "-a -t -j2")
|
||||
add_runtests(test-torture "-a -t -j20")
|
||||
add_runtests(test-event "-a -e")
|
||||
|
||||
add_pytest(curl-pytest "")
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl $(TEST_COMMON
|
|||
TEST_Q = -a -s
|
||||
TEST_AM = -a -am
|
||||
TEST_F = -a -p -r
|
||||
TEST_T = -a -t -j2
|
||||
TEST_T = -a -t -j20
|
||||
TEST_E = -a -e
|
||||
|
||||
# ~<keyword> means that it will run all tests matching the keyword, but will
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue