Skip to content

Commit c511a5f

Browse files
authored
Merge pull request #11497 from jsquyres/pr/re-enable-all-jenkinsfile-tests
Re-enable all Jenkinsfile tests.
2 parents 1d07dae + ecfc4b8 commit c511a5f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.ci/community-jenkins/Jenkinsfile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ def prepare_check_stages() {
4848
def configure_options = ["--disable-dlopen", "--disable-oshmem", "--enable-builtin-atomic", "--enable-ipv6"]
4949
def compilers = ["clang10", "gcc5", "gcc6", "gcc7", "gcc8", "gcc9", "gcc10"]
5050
def platforms = ["amazon_linux_2", "amazon_linux_2-arm64", "rhel7", "rhel8", "ubuntu_18.04"]
51-
52-
// TODO: While we are debugging, limit the number of combinations
53-
// that we're running so that we don't waste a bunch of resources.
54-
// Make all the lists empty so that the only check we do is the
55-
// "distcheck" entry, below. When we have finished debugging,
56-
// remove the following lines so that we go back to the full set
57-
// of test environments.
58-
configure_options = []
59-
compilers = []
60-
platforms = []
61-
6251
def check_stages_list = []
6352

6453
// Build everything stage

.ci/community-jenkins/pr-builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ if test "${MPIRUN_MODE}" != "none"; then
299299
exec="timeout -s SIGSEGV 3m mpirun -hostfile ${WORKSPACE}/hostfile -np 2 "
300300
;;
301301
*)
302-
exec="timeout -s SIGSEGV 4m mpirun --get-stack-traces --timeout 180 --hostfile ${WORKSPACE}/hostfile -np 2 "
302+
exec="timeout -s SIGSEGV 4m mpirun --get-stack-traces --timeout 180 --hostfile ${WORKSPACE}/hostfile -np 2 --bind-to none "
303303
;;
304304
esac
305305
singleton="timeout -s SIGSEGV 1m "

0 commit comments

Comments
 (0)