Skip to content

Commit

Permalink
Remove Gromacs 2022 CI tests
Browse files Browse the repository at this point in the history
we test the legacy interface via gromacs-2023 test; and the MDmodules
one via gromacs-2024
  • Loading branch information
jhenin committed Jan 5, 2024
1 parent f67f4f8 commit 7ee529f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@ jobs:
private_key: ${{ secrets.PULL_VMD_KEY }}
private_key_vmd_plugins: ${{ secrets.PULL_VMD_PLUGINS_KEY }}

gromacs-2022:
name: GROMACS (release-2022)
uses: ./.github/workflows/backend-template.yml
with:
backend_name: GROMACS-2022
backend_repo: gromacs/gromacs
backend_repo_ref: release-2022
container_name: CentOS9-devel
path_compile_script: devel-tools/compile-gromacs.sh
test_lib_directory: gromacs/tests/library
rpath_exe: install/bin/gmx_mpi_d

gromacs-2023:
name: GROMACS (release-2023)
uses: ./.github/workflows/backend-template.yml
Expand Down

0 comments on commit 7ee529f

Please sign in to comment.