mirror of https://github.com/ecmwf/eccodes.git
GitHub workflows
This commit is contained in:
parent
25647279d6
commit
11ff4d200d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue