Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEBUG] Force an ossfuzz run outside of nightly to test the image
Browse files Browse the repository at this point in the history
cameel committed Jan 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f4beac1 commit ccf656c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1852,6 +1852,10 @@ 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
- t_ubu_ossfuzz: *requires_b_ubu_ossfuzz

nightly:

triggers:
@@ -1860,10 +1864,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

0 comments on commit ccf656c

Please sign in to comment.