Skip to content

Commit

Permalink
lammps ran!
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Sep 20, 2023
1 parent 8084830 commit b0f94c2
Show file tree
Hide file tree
Showing 39 changed files with 293 additions and 3,447 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@ jobs:
strategy:
fail-fast: false
matrix:
test: [["perf-hello-world", "ghcr.io/converged-computing/metric-sysstat:latest", 60], # performance test
["io-host-volume", "ghcr.io/converged-computing/metric-sysstat:latest", 60], # storage test
["io-fio", "ghcr.io/converged-computing/metric-fio:latest", 120], # storage test
["io-ior", "ghcr.io/converged-computing/metric-ior:latest", 120], # storage test
# ["network-chatterbug", "ghcr.io/converged-computing/metric-chatterbug:latest", 120], # network app test
["app-nekbone", "ghcr.io/converged-computing/metric-nekbone:latest", 120], # standalone app test
# ["app-ldms", "ghcr.io/converged-computing/metric-ovis-hpc:latest", 120], # standalone app test
["app-amg", "ghcr.io/converged-computing/metric-amg:latest", 120], # standalone app test
["app-kripke", "ghcr.io/converged-computing/metric-kripke:latest", 120], # standalone app test
["app-pennant", "ghcr.io/converged-computing/metric-pennant:latest", 120], # standalone app test
["app-bdas", "ghcr.io/converged-computing/metric-bdas:latest", 120], # standalone app test
["app-quicksilver", "ghcr.io/converged-computing/metric-quicksilver:latest", 120], # standalone app test
["app-lammps", "ghcr.io/converged-computing/metric-lammps:latest", 120]] # standalone app test
test: [["app-lammps", "ghcr.io/converged-computing/metric-lammps:latest", 120]]
#[["perf-hello-world", "ghcr.io/converged-computing/metric-sysstat:latest", 60],
#["io-host-volume", "ghcr.io/converged-computing/metric-sysstat:latest", 60],
#["io-fio", "ghcr.io/converged-computing/metric-fio:latest", 120],
#["io-ior", "ghcr.io/converged-computing/metric-ior:latest", 120],
## ["network-chatterbug", "ghcr.io/converged-computing/metric-chatterbug:latest", 120],
#["app-nekbone", "ghcr.io/converged-computing/metric-nekbone:latest", 120],
# ["app-ldms", "ghcr.io/converged-computing/metric-ovis-hpc:latest", 120],
#["app-amg", "ghcr.io/converged-computing/metric-amg:latest", 120],
#["app-kripke", "ghcr.io/converged-computing/metric-kripke:latest", 120],
#["app-pennant", "ghcr.io/converged-computing/metric-pennant:latest", 120],
#["app-bdas", "ghcr.io/converged-computing/metric-bdas:latest", 120],
#["app-quicksilver", "ghcr.io/converged-computing/metric-quicksilver:latest", 120],

steps:
- name: Clone the code
Expand Down
126 changes: 61 additions & 65 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b0f94c2

Please sign in to comment.