From b8f157f105daa70cf6ae66134455999e95c12554 Mon Sep 17 00:00:00 2001 From: shahramn Date: Sat, 13 Jul 2024 12:50:39 +0100 Subject: [PATCH] Regression test suite: Cloning fails: organization has enabled or enforced SAML SSO --- .github/ci-nightly-test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ci-nightly-test.sh b/.github/ci-nightly-test.sh index c1221ccd8..f83f9ad06 100644 --- a/.github/ci-nightly-test.sh +++ b/.github/ci-nightly-test.sh @@ -14,13 +14,13 @@ module load python3 version=$(cat $TMPDIR/eccodes/VERSION) -regression_suite_dir=$TMPDIR/eccodes-regression-tests -mkdir -p $regression_suite_dir -git clone git@github.com:ecmwf/eccodes-regression-tests.git $regression_suite_dir +# regression_suite_dir=$TMPDIR/eccodes-regression-tests +# mkdir -p $regression_suite_dir +# git clone git@github.com:ecmwf/eccodes-regression-tests.git $regression_suite_dir # cd $regression_suite_dir cd ~masn/REGRESSION_TESTING/ecCodes ./par-suite.sh -w $TMPDIR/install/eccodes/$version # For debugging specific test(s) -# ./seq-suite.sh -w $TMPDIR/install/eccodes/$version -d -t py_ +# ./seq-suite.sh -w $TMPDIR/install/eccodes/$version -d -t $test_name