-
Notifications
You must be signed in to change notification settings - Fork 57
34 lines (27 loc) · 1.08 KB
/
test-backends.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: "Backends"
on:
push:
# These jobs call a template workflow `backend-template.yml`, which performs
# all the necessary steps to run the regression tests of the backend.
# Variables listed under `with` are mandatory, except `test_lib_directory`
# and `test_interface_directory`, which are optional. `backend_name` must be
# unique, as it is used to identify the cache.
# See `backend-template.yml` for more details.
env:
# Set environment variables to make secrets available to the template steps
PULL_NAMD_KEY: secrets.PULL_NAMD_KEY
PULL_VMD_KEY: secrets.PULL_VMD_KEY
PULL_VMD_PLUGINS_KEY: secrets.PULL_VMD_PLUGINS_KEY
jobs:
gromacs-2024:
name: GROMACS (release-2024)
uses: ./.github/workflows/backend-template.yml
with:
backend_name: GROMACS-2024
backend_repo: gromacs/gromacs
backend_repo_ref: release-2024
container_name: CentOS9-devel
path_compile_script: devel-tools/compile-gromacs.sh
test_lib_directory: gromacs/tests/library
test_interface_directory: gromacs/tests/interface
rpath_exe: install/bin/gmx_mpi_d