release-1.6: Backports for julia-1.6.4#42147
Merged
KristofferC merged 85 commits intorelease-1.6from backports-release-1.6Nov 13, 2021
+1,519-551
Commits
Commits on Nov 11, 2021
CI (Buildkite, code coverage): increase the value of
JULIA_WORKER_TIMEOUT
on the code coverage job (#42193)CI (Buildkite, code coverage): Fail the code coverage job is the coverage is suspiciously low (#42213)
CI (Buildkite, GHA): Allow any user with triage or commit permissions to retry all failed Buildkite jobs (#42138)
CI (Buildkite): in the experimental
asan
job, remove the "Test that ASAN is enabled" step (but keep the "Build julia-debug with ASAN" step) (#42229)CI (Buildkite): in the Buildkite cache, don't cache the "registries" directory in the default depot (#42475)
CI (Buildkite): add
package_musl64
andtester_musl64
(Linux, musl libc, 64-bit, x86_64 architecture) (#42476)Distributed: improve some of the tests in the Distributed test suite when multithreading is enabled (#42499)
CI (Buildkite, GHA): in the "Retry Failed Buildkite Jobs" workflow, remove the
labeled
trigger (#42642)CI (Buildkite): Add a once-daily scheduled job that builds Julia with
USE_BINARYBUILDER=0
(and runs the test suite) on linux64 (#42592)- committed
- committed
Distributed test suite: increase the timeout in the
poll_while
function from 60 seconds to 120 seconds (#42753)CI (Buildkite): make sure to hit ignore any unencrypted repo keys, regardless of where they are located in the repository (#42803)
Commits on Nov 12, 2021
CI (Buildkite): add a separate Buildkite job that runs the tests of the network-related stdlibs (e.g. Downloads.jl), and automatically retries that job up to a maximum number of tries (#42861)
- committed
choosetests
: preparations for setting up a separate Buildkite job that runs thePkg
test suite (#42859)CI (Buildkite): add Pkg, Artifacts, and LazyArtifacts to the list of "network-related stdlibs" that we test in a separate Buildkite job (#42885)
CI (GHA, Buildbot): Update the list of commit statuses created by the "Create Buildbot Statuses" workflow (#42985)
choosetests
: add the--force-net
option, which will throw an error if networking is unavailable (#42889)file
tests: in the"tempname with parent"
test, temporarily unset theTMPDIR
environment variable while running the test (#43012)- committed
- committed