From 2158a4573e87ab8afd089840d028cc09b01a70a1 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 6 Jun 2021 10:27:44 -0400 Subject: [PATCH] Tests: Reenable 18.04 MT (#2963). --- ci/ci-script.bash | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ci/ci-script.bash b/ci/ci-script.bash index 54eeb1756..498531eed 100755 --- a/ci/ci-script.bash +++ b/ci/ci-script.bash @@ -85,24 +85,16 @@ elif [ "$CI_BUILD_STAGE_NAME" = "test" ]; then # Run the specified test case $TESTS in dist-vlt-0) - if [[ "$CI_RUNS_ON" != "ubuntu-18.04" || "$CXX" != "clang++" ]]; then # issue #2963 "$MAKE" -C test_regress SCENARIOS="--dist --vlt $sanitize" DRIVER_HASHSET=--hashset=0/2 - fi ;; dist-vlt-1) - if [[ "$CI_RUNS_ON" != "ubuntu-18.04" || "$CXX" != "clang++" ]]; then # issue #2963 "$MAKE" -C test_regress SCENARIOS="--dist --vlt $sanitize" DRIVER_HASHSET=--hashset=1/2 - fi ;; vltmt-0) - if [[ "$CI_RUNS_ON" != "ubuntu-18.04" || "$CXX" != "clang++" ]]; then # issue #2963 "$MAKE" -C test_regress SCENARIOS=--vltmt DRIVER_HASHSET=--hashset=0/2 - fi ;; vltmt-1) - if [[ "$CI_RUNS_ON" != "ubuntu-18.04" || "$CXX" != "clang++" ]]; then # issue #2963 "$MAKE" -C test_regress SCENARIOS=--vltmt DRIVER_HASHSET=--hashset=1/2 - fi ;; coverage-all) nodist/code_coverage --stages 1-