Skip to content

Commit

Permalink
Test both types of execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jordap authored and koomie committed Jul 16, 2024
1 parent 7785623 commit a48a4fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
test:
name: Test Omnistat client
runs-on: ubuntu-22.04
strategy:
matrix:
execution: [ source, package ]
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -19,6 +22,8 @@ jobs:
run: >
sed -i "s/enable_rocm_smi = True/enable_rocm_smi = False/" \
test/docker/slurm/omnistat.slurm
- name: Set execution type: ${{ matrix.execution }}
run: export TEST_OMNISTAT_EXECUTION=${{ matrix.execution }}
- name: Start containerized environment
run: docker compose -f test/docker/slurm/compose.yaml up -d
- name: Wait for Prometheus
Expand Down

0 comments on commit a48a4fe

Please sign in to comment.