Skip to content

Commit

Permalink
IDX GitHub Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
IDX GitHub Automation authored and IDX GitHub Automation committed Nov 13, 2024
1 parent 1fb2460 commit 8aecec2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/schedule-hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,27 @@ jobs:
path: |
bazel-bep.pb
profile.json
bazel-run-fuzzers-limited:
name: Bazel Run Fuzzers Hourly
runs-on:
labels: dind-large
container:
image: ghcr.io/dfinity/ic-build@sha256:80e976b63af2b1b352c8c5959cb6c6b02aaa56a4efa327569d8c85c9c81a2cec
options: >-
-e NODE_NAME --privileged --cgroupns host -v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 120
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to Dockerhub
shell: bash
run: ./ci/scripts/docker-login.sh
env:
DOCKER_HUB_USER: ${{ vars.DOCKER_HUB_USER }}
DOCKER_HUB_PASSWORD_RO: ${{ secrets.DOCKER_HUB_PASSWORD_RO }}
- name: Run Libfuzzer targets
shell: bash
run: ./bin/run-all-fuzzers.sh --libfuzzer 100
- name: Run AFL targets
shell: bash
run: ./bin/run-all-fuzzers.sh --afl 100

0 comments on commit 8aecec2

Please sign in to comment.