Skip to content

Commit

Permalink
add gpu profile to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Nov 7, 2024
1 parent 6509b16 commit 20a7c91
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -858,28 +858,6 @@ jobs:
if: env.SENTIEON_ENCRYPTION_KEY != null && env.SENTIEON_LICENSE_MESSAGE != null
run: |
nextflow secrets set SENTIEON_AUTH_DATA $(python3 tests/modules/nf-core/sentieon/license_message.py encrypt --key "${{ secrets.SENTIEON_ENCRYPTION_KEY }}" --message "${{ secrets.SENTIEON_LICENSE_MESSAGE }}")
# FIXME docker debugging
# - name: ssh debugging
# uses: Warpbuilds/[email protected]
# - name: Verify Docker Environment
# run: |
# echo "Current user: $(whoami)"
# echo "User ID: $(id -u)"
# echo "XDG_RUNTIME_DIR: $XDG_RUNTIME_DIR"
# echo "DOCKER_HOST: $DOCKER_HOST"

# # Check service status
# systemctl --user status docker || true

# # Try restarting if needed
# if ! systemctl --user is-active docker; then
# echo "Docker not active, attempting to start..."
# systemctl --user start docker
# sleep 5
# fi

# # Test Docker
# docker ps
# Test the module
- name: Run nf-test
if: ${{ matrix.path != '' }}
Expand All @@ -898,7 +876,7 @@ jobs:
NFT_WORKDIR=~ \
nf-test test \
--profile=${{ matrix.profile }} \
--profile=${{ matrix.profile }},gpu \
--tap=test.tap \
--verbose \
${{ matrix.path }}
Expand Down

0 comments on commit 20a7c91

Please sign in to comment.