GitHub workflows

This commit is contained in:
shahramn 2024-07-19 16:47:15 +01:00
parent 25647279d6
commit 11ff4d200d
2 changed files with 7 additions and 2 deletions

View File

@ -14,8 +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
# 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

View File

@ -73,7 +73,7 @@ jobs:
owner: ecmwf-actions
repository: private-downstream-ci
event_type: downstream-ci-hpc
payload: '{"eccodes": "ecmwf/eccodes@${{ github.event.pull_request.head.sha || github.sha }}"}'
payload: '{"eccodes": "ecmwf/eccodes@${{ github.event.pull_request.head.sha || github.sha }}","skip_matrix_jobs": "nvidia-22.11"}'
notify:
runs-on: ubuntu-latest