Skip to content

Commit

Permalink
chore(IDX): relabel CI jobs (#204)
Browse files Browse the repository at this point in the history
Relabeling `bazel-build-fuzzers-weekly` and `cut-release-candidate` to
run on different runners.

---------

Co-authored-by: IDX GitHub Automation <IDX GitHub Automation>
  • Loading branch information
marko-k0 authored Jun 10, 2024
1 parent e8a1c47 commit 429f004
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows-source/schedule-hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ jobs:
bazel-test-coverage:
name: Bazel Test Coverage
<<: *bazel-large-setup
if: ${{ vars.RUN_CI == 'true' }}
steps:
- <<: *before-script
- <<: *checkout
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ jobs:

cut-release-candidate:
name: Cut RC
runs-on:
labels: bazel-runner-small
container:
image: ghcr.io/dfinity/ic-build@sha256:eb85228ebf7511e2589f86788345eb3d1c8144914a8a2fa771d4347ddacac413
runs-on: ubuntu-latest
timeout-minutes: 30
if: ${{ vars.RUN_CI == 'true' }}
steps:
Expand Down Expand Up @@ -80,7 +77,8 @@ jobs:
container:
image: ghcr.io/dfinity/ic-build@sha256:eb85228ebf7511e2589f86788345eb3d1c8144914a8a2fa771d4347ddacac413
timeout-minutes: 120
if: ${{ vars.RUN_CI == 'true' }}
# TODO: enable when zh1 is active again
if: ${{ vars.RUN_CI == 'true' && false }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule-hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
container:
image: ghcr.io/dfinity/ic-build@sha256:eb85228ebf7511e2589f86788345eb3d1c8144914a8a2fa771d4347ddacac413
timeout-minutes: 120
if: ${{ vars.RUN_CI == 'true' }}
if: ${{ vars.RUN_CI == 'true' }} # needed to avoid running on public dfinity org until published
steps:
- name: Before script
if: always()
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schedule-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
jobs:
bazel-build-fuzzers-weekly:
runs-on:
labels: bazel-runner-small
labels: bazel-runner-large
container:
image: ghcr.io/dfinity/ic-build@sha256:eb85228ebf7511e2589f86788345eb3d1c8144914a8a2fa771d4347ddacac413
image: ghcr.io/dfinity/ic-build@sha256:eb85228ebf7511e2589f86788345eb3d1c8144914a8a2fa771d4347ddacac413
timeout-minutes: 60 # 1 hour
if: ${{ vars.RUN_CI == 'true' }} # needed to avoid running on public dfinity org until published
steps:
Expand Down

0 comments on commit 429f004

Please sign in to comment.