Skip to content

Commit ecfc4b8

Browse files
committed
Re-enable all Jenkinsfile tests.
The new Jenkins CI appears to be ready. This commit effectively reverts 6406e00, and re-enables all the Jenkinsfile-based tests. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent b1f3be1 commit ecfc4b8

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
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

0 commit comments

Comments
 (0)