Skip to content

Commit

Permalink
GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Jul 19, 2024
1 parent 2564727 commit 11ff4d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/ci-nightly-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11ff4d2

Please sign in to comment.