Skip to content
Merged
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
16 changes: 0 additions & 16 deletions .github/workflows/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,6 @@ jobs:
--keep_going --test_timeout=7200
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

# the main purpose of bazel-build-all-no-cache is to detect dead URLS of external dependencies, the actual build of the ic is tested in build-ic
# we've moved it to schedule-daily because the ubuntu servers frequently return 503 errors and we don't want this job blocking releases
bazel-build-all-no-cache:
name: Bazel Build All No Cache
runs-on: *dind-large-setup
container: *container-setup
timeout-minutes: 90
steps:
- *checkout
- uses: ./.github/actions/netrc
- name: Run Bazel Build All No Cache
uses: ./.github/actions/bazel
with:
run: bazel build --config=stamped --config=local //...
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

bazel-test-bare-metal:
name: Bazel Test Bare Metal
runs-on: *dind-large-setup
Expand Down
Loading