Skip to content

Commit

Permalink
[DEBUG] Force an ossfuzz run outside of nightly to test the image
Browse files Browse the repository at this point in the history
  • Loading branch information
cameel committed Jan 5, 2024
1 parent f4beac1 commit 3fe395f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1852,6 +1852,11 @@ workflows:
- b_win
- b_ems

# TMP: Moved to main workflow just for testing. Move it back before merging the PR.
# OSSFUZZ builds and (regression) tests
- b_ubu_ossfuzz: *requires_nothing
- t_ubu_ossfuzz: *requires_b_ubu_ossfuzz

nightly:

triggers:
Expand All @@ -1860,10 +1865,6 @@ workflows:
<<: *on_develop

jobs:
# OSSFUZZ builds and (regression) tests
- b_ubu_ossfuzz: *requires_nothing
- t_ubu_ossfuzz: *requires_b_ubu_ossfuzz

# Code Coverage enabled build and tests
- b_ubu_codecov: *requires_nothing
- t_ubu_codecov: *requires_b_ubu_codecov
Expand Down

0 comments on commit 3fe395f

Please sign in to comment.