Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .github/workflows/ci-pr-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,29 +266,3 @@ jobs:
fi

exit "${EXIT_STATUS}"

# CI job is also executed in Schedule Hourly
bazel-test-coverage:
name: Bazel Test Coverage
runs-on: *dind-large-setup
container: *container-setup
timeout-minutes: 90
if: contains(github.event.pull_request.labels.*.name, 'CI_COVERAGE')
permissions:
contents: read
pull-requests: read
steps:
- *checkout
- name: Run Bazel Test Coverage
shell: bash
run: |
./ci/scripts/bazel-coverage.sh
- name: Upload bazel-coverage
uses: actions/upload-artifact@v4
with:
name: bazel-coverage
retention-days: 1
if-no-files-found: ignore
compression-level: 9
path: |
cov_html.zip
23 changes: 0 additions & 23 deletions .github/workflows/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,29 +155,6 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_API_TOKEN }}

# CI job is also executed in PR on use of 'CI_COVERAGE' label
bazel-test-coverage:
name: Bazel Test Coverage
runs-on: *dind-large-setup
container: *container-setup
if: false
steps:
- *checkout
- name: Run Bazel Test Coverage
shell: bash
# TODO: enable when bazel coverage is fixed
#run: ./ci/scripts/bazel-coverage.sh
run: echo "Disabled until fixed"
- name: Upload bazel-coverage
uses: actions/upload-artifact@v4
with:
name: bazel-coverage
retention-days: 1
if-no-files-found: ignore
compression-level: 9
path: |
cov_html.zip

pocket-ic-tests-windows:
uses: ./.github/workflows/pocket-ic-tests-windows.yml
with:
Expand Down
16 changes: 0 additions & 16 deletions ci/scripts/bazel-coverage.sh

This file was deleted.

Loading