Skip to content

Commit

Permalink
Refactor CI conventions
Browse files Browse the repository at this point in the history
Adapt to nightly naming conventions
Update run_step.sh to build documentation
  • Loading branch information
williamfgc committed Nov 8, 2021
1 parent 8993a76 commit 78826af
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 150 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci-github-actions-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
fail-fast: false
matrix:
jobname: [
gcc-real-gpu-cuda-mixed, # mixed precision
gcc-complex-gpu-cuda-mixed,
gcc-real-gpu-cuda-full, # full precision
gcc-complex-gpu-cuda-full,
gcc-real-gpu-enable-cuda-afqmc-mixed, # auxiliary field, requires MPI
gcc-complex-gpu-enable-cuda-afqmc-mixed,
gcc-real-gpu-enable-cuda-afqmc-full,
gcc-complex-gpu-enable-cuda-afqmc-full,
clang14_dev-real-gpu-enable-cuda-afqmc-offload-mixed, # auxiliary field, offload requires development llvm14
clang14_dev-real-gpu-enable-cuda-afqmc-offload-full, # TODO: update to llvm/clang14 when available
GCC8-NoMPI-Legacy-CUDA-Real-Mixed, # mixed precision
GCC8-NoMPI-Legacy-CUDA-Complex-Mixed,
GCC8-NoMPI-Legacy-CUDA-Real, # full precision
GCC8-NoMPI-Legacy-CUDA-Complex,
GCC8-MPI-CUDA-AFQMC-Real-Mixed, # auxiliary field, requires MPI
GCC8-MPI-CUDA-AFQMC-Complex-Mixed,
GCC8-MPI-CUDA-AFQMC-Real,
GCC8-MPI-CUDA-AFQMC-Complex,
Clang14Dev-MPI-CUDA-AFQMC-Offload-Real-Mixed, # auxiliary field, offload requires development llvm14
Clang14Dev-MPI-CUDA-AFQMC-Offload-Real,
]

steps:
Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/ci-github-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,52 +20,52 @@ jobs:
matrix:
jobname:
[
gcc-openmpi-real-coverage,
gcc-openmpi-complex-coverage,
gcc11-real-werror,
gcc11-complex-werror,
clang-real-asan,
clang-complex-asan,
clang-openmpi-real-ubsan,
clang-latest-openmp-offload,
GCC9-MPI-Gcov-Real,
GCC9-MPI-Gcov-Complex,
GCC11-NoMPI-Werror-Real,
GCC11-NoMPI-Werror-Complex,
Clang10-NoMPI-ASan-Real,
Clang10-NoMPI-ASan-Complex,
Clang10-NoMPI-UBSan-Real,
Clang12-NoMPI-Offload-Real,
]
include:
- jobname: gcc-openmpi-real-coverage
- jobname: GCC9-MPI-Gcov-Real
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001

- jobname: gcc-openmpi-complex-coverage
- jobname: GCC9-MPI-Gcov-Complex
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001

- jobname: gcc11-real-werror
- jobname: GCC11-NoMPI-Werror-Real
container:
image: williamfgc/qmcpack-ci:ubuntu2110-serial
options: -u 1001

- jobname: gcc11-complex-werror
- jobname: GCC11-NoMPI-Werror-Complex
container:
image: williamfgc/qmcpack-ci:ubuntu2110-serial
options: -u 1001

- jobname: clang-real-asan
- jobname: Clang10-NoMPI-ASan-Real
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001

- jobname: clang-complex-asan
- jobname: Clang10-NoMPI-ASan-Complex
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001

- jobname: clang-openmpi-real-ubsan
- jobname: Clang10-NoMPI-UBSan-Real
container:
image: williamfgc/qmcpack-ci:ubuntu20-openmpi
options: -u 1001

- jobname: clang-latest-openmp-offload
- jobname: Clang12-NoMPI-Offload-Real
container:
image: williamfgc/qmcpack-ci:ubuntu20-clang-latest
options: -u 1001
Expand Down Expand Up @@ -105,16 +105,16 @@ jobs:
strategy:
fail-fast: false
matrix:
jobname: [macOS-gcc11-real]
jobname: [macOS-GCC11-NoMPI-Real]

steps:
- name: Checkout Action
uses: actions/checkout@v2

- name: Setup Dependencies
run: |
brew install ninja hdf5 fftw boost
pip3 install numpy h5py pandas
brew install ninja hdf5 fftw boost
pip3 install numpy h5py pandas
- name: Configure
run: tests/test_automation/github-actions/ci/run_step.sh configure
Expand Down
Loading

0 comments on commit 78826af

Please sign in to comment.