Skip to content

Commit

Permalink
Disable GPU CI Coverage in master
Browse files Browse the repository at this point in the history
  • Loading branch information
yeounoh committed Jan 18, 2024
1 parent d6dc1a0 commit a7cd2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
docker-image: ${{ needs.build.outputs.docker-image }}
runner: linux.8xlarge.nvidia.gpu
timeout-minutes: 300
collect-coverage: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master' }}
collect-coverage: false #${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master' }}
disable-xrt: 1
secrets:
gcloud-service-key: ${{ secrets.GCLOUD_SERVICE_KEY }}
Expand Down

0 comments on commit a7cd2a5

Please sign in to comment.