Skip to content

Commit

Permalink
fix ramble parameter spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Oct 30, 2024
1 parent 71ed15a commit f9c763d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ legacy_test_run:
# Run Saxpy Experiments
- ramble --workspace-dir . --disable-progress-bar --disable-logger on
# Analyze Experiments
- ramble --workspace-dir . --disable-progress-bar workspace analyze --format json yaml txt
- ramble --workspace-dir . --disable-progress-bar workspace analyze --format json yaml text

test_run_tioga_rocm:
stage: test
Expand Down Expand Up @@ -161,7 +161,7 @@ test_run_kripke_openmp:
# Run Experiments
- ramble --workspace-dir . --disable-progress-bar --disable-logger on
# Analyze Experiments
- ramble --workspace-dir . --disable-progress-bar workspace analyze --format json yaml txt
- ramble --workspace-dir . --disable-progress-bar workspace analyze --format json yaml text

test_run_saxpy_openmp:
stage: test
Expand Down Expand Up @@ -199,4 +199,4 @@ test_run_saxpy_openmp:
# Run Experiments
- ramble --workspace-dir . --disable-progress-bar --disable-logger on
# Analyze Experiments
- ramble --workspace-dir . --disable-progress-bar workspace analyze --format json yaml txt
- ramble --workspace-dir . --disable-progress-bar workspace analyze --format json yaml text

0 comments on commit f9c763d

Please sign in to comment.