-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: move doc tests to separate Travis job #26992
Conversation
@richardlau Sadly, an error occurred when I tried to trigger a build. :( |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Move the doc tests to a separate Travis job to reduce the overall time for the `Test Suite` job.
547806d
to
2bf1364
Compare
Not enought, it seems :( |
Yeah... At least the |
I've implemented stages and wiped the ccache for this PR. We'll see what Travis makes of it 🤞. |
Build passed so the theory is sound. We don't actually need to split the doc tests out if we use staging. Rather than cause confusion I've opened a new PR (#27002) based on what this evolved into with some tweaks (i.e. no longer splitting out the doc tests). |
Move the doc tests to a separate Travis job to reduce the overall time for the
Test Suite
job. This should (hopefully) bring the time for theTest Suite
job back under the 50 minute time limit Travis imposes.The
test
target currently differs fromtest-only
in thattest-only
doesn't runtest-docs
:node/Makefile
Lines 288 to 296 in 415a825
node/Makefile
Lines 298 to 304 in 415a825
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes