]> git.ipfire.org Git - thirdparty/bind9.git/commit
Minimize stdout logging in pairwise testing jobs
authorMichał Kępień <michal@isc.org>
Tue, 22 Sep 2020 06:40:04 +0000 (08:40 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 22 Sep 2020 06:40:04 +0000 (08:40 +0200)
commita8dd69a43181e306d266f1d65e82a4a4d476fb39
treea3b3e6b54e5b9f5c2add778bf8ab8ca2e0a276ef
parentf6e2d6ced9c7639b4974a01e3bab4c308a890d01
Minimize stdout logging in pairwise testing jobs

The size of the log generated by each GitLab CI job is limited to 4 MB
by default.  While this limit is configurable, it makes little sense to
print build logs to standard output if they are being captured to files
anyway.  Limit use of "tee" in util/pairwise-testing.sh to printing the
combination of configure switches used for a given build.  This way the
job should never exceed the default 4 MB log size limit, yet it will
still indicate its progress in a concise way.
util/pairwise-testing.sh