Skip to content

Commit

Permalink
Disable GPU coverage upload on the master (#6543)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeounoh authored Feb 16, 2024
1 parent 20692cb commit e47810f
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 @@ -48,7 +48,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 # TODO(yeounoh) separate from CPU coverage metrics
disable-xrt: 1
secrets:
gcloud-service-key: ${{ secrets.GCLOUD_SERVICE_KEY }}
Expand Down

0 comments on commit e47810f

Please sign in to comment.