Skip to content

Commit

Permalink
Temporarily disable GPU coverage workflow in CI (#6285)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeounoh authored Jan 10, 2024
1 parent 235b82b commit 83b7571
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,20 @@ jobs:
secrets:
gcloud-service-key: ${{ secrets.GCLOUD_SERVICE_KEY }}

test-gpu-coverage:
name: "Collect GPU test coverage"
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
uses: ./.github/workflows/_coverage.yml
needs: build
with:
docker-image: ${{ needs.build.outputs.docker-image }}
runner: linux.8xlarge.nvidia.gpu
timeout-minutes: 300
collect-coverage: true
disable-xrt: 1
secrets:
gcloud-service-key: ${{ secrets.GCLOUD_SERVICE_KEY }}
# TODO(yeounoh) re-enable after resolving the timeout issue
# test-gpu-coverage:
# name: "Collect GPU test coverage"
# if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
# uses: ./.github/workflows/_coverage.yml
# needs: build
# with:
# docker-image: ${{ needs.build.outputs.docker-image }}
# runner: linux.8xlarge.nvidia.gpu
# timeout-minutes: 300
# collect-coverage: true
# disable-xrt: 1
# secrets:
# gcloud-service-key: ${{ secrets.GCLOUD_SERVICE_KEY }}

push-docs:
name: "Build & publish docs"
Expand Down

0 comments on commit 83b7571

Please sign in to comment.