Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 committed Jun 3, 2024
1 parent d231722 commit 351086a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows-source/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:

anchors:
image: &image
image: ghcr.io/${{ github.repository_owner }}/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
image: ghcr.io/dfinity-sandbox/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
bazel-large-setup: &bazel-large-setup
runs-on:
labels: bazel-runner-large
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
bazel-test-all:
name: Bazel Test All
<<: *bazel-large-setup
env:
env:
TITLE: ${{ github.event.pull_request.title }}
steps:
- <<: *before-script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-source/ci-pr-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

anchors:
image: &image
image: ghcr.io/${{ github.repository_owner }}/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
image: ghcr.io/dfinity-sandbox/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
bazel-small-setup: &bazel-small-setup
runs-on:
labels: bazel-runner-small
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows-source/schedule-hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:

anchors:
image: &image
image: ghcr.io/${{ github.repository_owner }}/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
image: ghcr.io/dfinity-sandbox/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
bazel-large-setup: &bazel-large-setup
runs-on:
labels: bazel-runner-large
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on:
labels: bazel-runner-large
container:
image: ghcr.io/${{ github.repository_owner }}/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
image: ghcr.io/dfinity-sandbox/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
timeout-minutes: 180 # 3 hours
if: ${{ vars.RUN_CI == 'true' }}
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on:
labels: bazel-runner-large
container:
image: ghcr.io/${{ github.repository_owner }}/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
image: ghcr.io/dfinity-sandbox/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
timeout-minutes: 180 # 3 hours
if: ${{ vars.RUN_CI == 'true' }}
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/schedule-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# runs-on:
# labels: bazel-runner-large
# container:
# image: ghcr.io/${{ github.repository_owner }}/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
# image: ghcr.io/dfinity-sandbox/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
# timeout-minutes: 720 # 12 hours
# if: ${{ vars.RUN_CI == 'true' }}
# strategy:
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on:
labels: bazel-runner-small
container:
image: ghcr.io/${{ github.repository_owner }}/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
image: ghcr.io/dfinity-sandbox/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
timeout-minutes: 30
if: ${{ vars.RUN_CI == 'true' }}
steps:
Expand All @@ -78,7 +78,7 @@ jobs:
labels: bazel-runner-large
group: zh1
container:
image: ghcr.io/${{ github.repository_owner }}/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
image: ghcr.io/dfinity-sandbox/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
timeout-minutes: 120
if: ${{ vars.RUN_CI == 'true' }}
steps:
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 @@ -26,7 +26,7 @@ jobs:
runs-on:
labels: bazel-runner-large
container:
image: ghcr.io/${{ github.repository_owner }}/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
image: ghcr.io/dfinity-sandbox/ic-build@sha256:67b1e54f4472900bdb6a94af73c18da3f81652df597120437f69cc6532b34922
timeout-minutes: 120
if: ${{ vars.RUN_CI == 'true' }} # needed to avoid running on public dfinity org until published
steps:
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 @@ -16,7 +16,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Load Service Account Key to file
- name: Load Service Account Key to file
env:
FUZZING_GCP_SERVICE_KEY: ${{ secrets.FUZZING_GCP_SERVICE_KEY }}
run: |
Expand All @@ -29,4 +29,4 @@ jobs:
./build-all-fuzzers.sh --zip
cd fuzzer_build
gsutil -m cp libfuzzer_asan_linux_*.zip gs://ic_fuzzer_builds
gsutil -m cp afl_asan_linux_*.zip gs://ic_fuzzer_builds
gsutil -m cp afl_asan_linux_*.zip gs://ic_fuzzer_builds

0 comments on commit 351086a

Please sign in to comment.